All /v1/ endpoints use OpenAI-compatible authentication. Include your API key in the header:
Authorization: Bearer sk-your-api-key-here
curl https://ai.dr-ai.top/v1/chat/completions \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"gpt-5.4-mini","messages":[{"role":"user","content":"Hello"}],"max_tokens":100}'
| Provider | Model | Series |
|---|---|---|
| GPT-Series | gpt-5.4-mini, gpt-5.5, gpt-5.4, gpt-5-mini | GPT-5.x |
| Claude-Series | claude-sonnet-4-6, claude-opus-4-6, claude-opus-4-7 | Anthropic |
| DeepSeek | deepseek-ai/DeepSeek-V4-Flash, V4-Pro, V3.2, R1 | OpenSource |
| GLM | zai-org/GLM-5.2, GLM-4.5V, GLM-4.5-Air | OpenSource |
| Kimi | moonshotai/Kimi-K2.7-Code, Pro/moonshotai/Kimi-K2.6 | OpenSource |
| Qwen | Qwen/Qwen3.6-35B-A3B, Qwen3.5-397B-A17B, Qwen3.5-27B | OpenSource |
curl https://ai.dr-ai.top/v1/models -H "Authorization: Bearer $API_KEY"
curl https://ai.dr-ai.top/agent/execute \
-H "Content-Type: application/json" \
-d '{"goal":"Your task here","max_steps":3,"model":"gpt-5.4-mini"}'
curl https://ai.dr-ai.top/agent/health
curl "https://ai.dr-ai.top/parser/parse/url?url=https://example.com"
curl -F "file=@document.pdf" https://ai.dr-ai.top/parser/parse/upload
curl https://ai.dr-ai.top/parser/health
curl -X POST https://ai.dr-ai.top/rag/query \
-H "Content-Type: application/json" \
-d '{"question":"Your question","model":"gpt-5.4-mini"}'
curl -X POST https://ai.dr-ai.top/rag/index/text \
-H "Content-Type: application/json" \
-d '{"title":"My Doc","text":"Content to index..."}'
open https://ai.dr-ai.top/dashboard.html
curl https://ai.dr-ai.top/api/stats
open https://ai.dr-ai.top/pricing.html