Moonshot Kimi for advanced reasoning and chat, with a visible reasoning trace. OpenAI-compatible.
$4.20 in · $21.00 out per 1M tokens
language model · per million tokens (input and output priced separately) · one API key, one prepaid balance, no deployment.
Get an API keycurl -X POST https://gpu.swarmdo.com/api/managed/kimi-k3/openai/v1/chat/completions \
-H "Authorization: Bearer $SWARMDO_API_KEY" -H "content-type: application/json" \
-d '{"messages":[{"role":"user","content":"Explain KV caches in two paragraphs."}],"max_tokens":400}'
{"id":"chatcmpl-…","object":"chat.completion","choices":[{"message":{"role":"assistant","content":"…"},"finish_reason":"stop"}],"usage":{"prompt_tokens":18,"completion_tokens":212}}
| Endpoint | OpenAI-compatible chat completions; point any OpenAI SDK at https://gpu.swarmdo.com/api/managed/kimi-k3/openai/v1 |
| Billing | per million tokens (input and output priced separately); prepaid credit, charged only when the call succeeds; the charge is returned in the x-swarmdo-charged-cents header |
All hosted models: /models · full reference: /docs · SDK: npm i @swarmdo/gpu-sdk · MCP: npx -y @swarmdo/gpu-mcp