D
Neomint · the intelligent network — powered by Demo Enterprise

Demo Enterprise · your AI business

Operator

API keys

Raw keys are shown only once at creation — never stored or displayed here.
KeyLabelStatusCreatedLast usedActions
neo_live_C45gemini-testactiveJul 21, 2026Jul 22, 2026
neo_live_UxEportalactiveJun 28, 2026Jul 22, 2026

Using your key

Any OpenAI-compatible client works — set the base URL and your key.

from openai import OpenAI

client = OpenAI(
    base_url="https://api.<carrier>.ai/v1",
    api_key="neo_live_…",   # shown once at creation
)
resp = client.chat.completions.create(
    model="deepseek",       # your in-country sovereign model
    messages=[{"role": "user", "content": "Summarise this contract…"}],
)

Keys are hashed at rest — the raw value is shown only once. Revoke anytime; it takes effect immediately.