Credit balance
Usage & credits
49,545,299Credits
Requests (7d) 12,384
Credits burned 1.87M
Avg latency 312 ms
Error rate 0.04%
Your workspace is ready. Track usage, run a quick test, and ship against the OpenAI v1-compatible API — zero retention, EU-hosted by default.
# cURL — POST /v1/chat/completions curl https://api.ark-labs.cloud/api/v1/chat/completions \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $ARK_API_KEY" \ -d '{ "model": "ark-mistral-large", "messages": [{"role":"user","content":"Hello, ARK."}], "temperature": 0.7 }'
Use this key to authenticate requests to the ARK Labs API. Keep it secret and secure. Leaked keys can be rotated instantly.
| Endpoint | Model | Tokens | Latency | Status | Time |
|---|---|---|---|---|---|
| POST /v1/chat/completions | ark-mistral-largeMistral AI · 123B | 696 | 1.34 s | 200 OK | just now |
| POST /v1/embeddings | ark-bge-m3BAAI · embedding | 4,120 | 220 ms | 200 OK | 2 min ago |
| POST /v1/chat/completions | ark-llama-3.1-70bMeta · 70B | 1,284 | 2.08 s | 200 OK | 7 min ago |
| POST /v1/chat/completions | ark-qwen-2.5-72bAlibaba · 72B | 312 | 890 ms | 429 Throttled | 12 min ago |
| POST /v1/chat/completions | ark-deepseek-v3DeepSeek · 671B MoE | 2,058 | 3.17 s | 200 OK | 28 min ago |
| POST /v1/chat/completions | ark-mistral-largeMistral AI · 123B | 844 | 1.52 s | 200 OK | 41 min ago |
Clear guides, working examples, and SDK snippets — from first call to production config, everything you need to make the most of your credits and API.