Welcome to Developer Console
Your account is active. Use your API keys to query frontier models or test live requests in AI Playground.
Quick Connect Snippet
Standard OpenAI SDK configuration.
from openai import OpenAI
client = OpenAI(
base_url="https://testapi.enchant.id/v1",
api_key="sk-enchant-your-key-here"
)
response = client.chat.completions.create(
model="auto",
messages=[{"role": "user", "content": "Hello Enchant AI!"}]
)
print(response.choices[0].message.content)
API Key Management
Generate isolated API keys with custom quota limits for your applications & sub-agents.
| Key Name | Secret Key | Quota Limit | Created | Actions |
|---|
AI Playground & Multimodal Tester
Test prompts with real-time intent routing and image/vision understanding.
Execution Parameters
Available Models & Cost Multipliers
Standardized OpenAI compatible endpoints.
| Model Identifier | Provider | Capabilities | Latency | Multiplier | Action |
|---|---|---|---|---|---|
| auto SMART ROUTER | Enchant Router |
Multimodal
Text
Vision
Video
Code
|
<5ms + Stream | 1x - 2x | |
| deepseek-v4-flash | DeepSeek |
Text Only
Code & Debug
Reasoning
|
~140ms | 1x Token | |
| deepseek-v4-flash-vision-exp | DeepSeek |
Vision Input
Text
OCR
|
~190ms | 1.25x Token | |
| glm-5.3-flash | Zhipu AI |
Text Only
Multilingual
Tools
|
~120ms | 1x Token | |
| qwen3.8-flash | Alibaba Cloud |
Text Only
Math & Logic
Code
|
~150ms | 1x Token | |
| hy3 | Hailuo AI |
Video Prompt
Text
Creative
|
~210ms | 2x Token |
Visual Traffic Analytics & Charts
Live server throughput and model consumption distribution.
Hourly Request Volume (Throughput)
Model Distribution Breakdown
Smart Adaptive Key Pool & Latency Health
Real-time EMA latency scoring and auto-failover status across upstream keys.
Active Upstream Cluster: b.ai Multi-Key Cluster
Dynamic routing automatically directs queries to the lowest latency key.
| Slot | Key Preview | Avg Latency (EMA) | Total Calls | Error Count | Health Status | Actions |
|---|
Registered Users & Quotas
Manage token allowances, roles, and account permissions.
| User | Role | Quota Total | Used | Status | Actions |
|---|
Model Multipliers & Rate Limiting
Configure cost multipliers per model and rate limit protection.
Model Cost Multipliers
Global Broadcast Announcement Banner
Display a broadcast message at the top of the landing page and developer console.
Real-Time Traffic Audit Logs
Live audit stream of all completions requests with model, latency, and upstream key slot.
| Time | User | Upstream Slot | Model Routed | Multiplier | Latency | Status |
|---|