All models
- Model ID
- kimi-k3
- Context
- 1M
- Provider
- Moonshot AI
- Input · USD / 1M tokens
- $2.4 USD
- Official price $3 USD
- Output · USD / 1M tokens
- $12 USD
- Official price $15 USD
- Savings
- 20%
- Last verified
- 2026-07-22
01
Where it fits
Choose it for end-to-end coding and knowledge work that combines long context with multimodal input.
02
Model capabilities
Vision
Accepts visual input alongside text for multimodal coding and analysis tasks.
Tool use
Can select and call tools in agent workflows that support structured tool use.
03
OpenAI-compatible API
Keep your client and change the base URL, API key, and model ID.
curl
curl https://api.omniakey.com/v1/chat/completions \
-H "Authorization: Bearer $OMNIAKEY_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "kimi-k3",
"messages": [{"role": "user", "content": "Explain this codebase"}],
"stream": true
}'04
Compatible coding tools
Claude Code
Codex
Cursor
Cline
Aider
Frequently asked questions
How much does Kimi K3 cost on OmniaKey?
OmniaKey charges $2.4 USD per 1M input tokens and $12 USD per 1M output tokens, in USD. Official prices are $3 USD and $15 USD; you save 20%.
What is the context window for Kimi K3?
The listed context window is 1M. Actual usable limits can also depend on the client and upstream request format.
Which coding tools work with Kimi K3?
The current catalog lists compatibility with Claude Code, Codex, Cursor, Cline, Aider. Use the model ID shown on this page when the client supports model selection.