https://api3.coAuthorization: Bearer YOUR_API_KEYx-api-key: YOUR_API_KEYopenai SDK. Just change base_url.curl https://api3.co/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "ds/deepseek-chat",
"messages": [{"role": "user", "content": "Hello!"}]
}'@anthropic-ai/sdk. Just change base_url.curl https://api3.co/v1/messages \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-H "anthropic-version: 2023-06-01" \
-d '{
"model": "ds/deepseek-chat",
"max_tokens": 1024,
"messages": [{"role": "user", "content": "Hello!"}]
}'| Model ID | Name | Provider | Input /1M | Output /1M | Formats |
|---|
| Status | Meaning |
|---|---|
200 | Success |
400 | Bad Request |
401 | Unauthorized — Invalid API key |
429 | Rate limit exceeded |
500 | Internal Server Error |
502 | Bad Gateway — Upstream provider error |