MoonshotAI: Kimi K3
Chatmoonshotai/kimi-k3Kimi K3 是 Moonshot 官方 (api.moonshot.cn) 2026-07-16 发布的旗舰模型 (2.8T MoE), 1M token 上下文, 内嵌 thinking (reasoning_content), 支持视觉输入。OpenAI 协议直用; Anthropic 协议不强制 thinking 参数, 经 bifrost 转换正常 (与 K2.7 不同)。
Context Window
1M
Max Output Tokens
1M
Released
2026-07-16
Capabilities
VisionFunction CallingReasoningPrompt CachingWeb Search
Available Providers
Moonshot
Supported Protocols
openaianthropic
Providers
Moonshot
Input Tokens
$3/M
Output Tokens
$15/M
Cache Read
$0.3/M
Web Search
$0.0043/R
Protocols
openai
/v1/chat/completionsanthropic
Code Examples
from openai import OpenAIclient = OpenAI(base_url="https://api.ofox.io/v1",api_key="YOUR_OFOX_API_KEY",)response = client.chat.completions.create(model="moonshotai/kimi-k3",messages=[{"role": "user", "content": "Hello!"}],)print(response.choices[0].message.content)
Related Models
Frequently Asked Questions
MoonshotAI: Kimi K3 on Ofox.ai costs $3/M per million input tokens and $15/M per million output tokens. Pay-as-you-go, no monthly fees.
MoonshotAI: Kimi K3 supports a context window of 1M tokens with max output of 1M tokens, allowing you to process large documents and maintain long conversations.
Simply set your base URL to https://api.ofox.ai/v1 and use your Ofox API key. The API is OpenAI-compatible — just change the base URL and API key in your existing code.
MoonshotAI: Kimi K3 supports the following capabilities: Vision, Function Calling, Reasoning, Prompt Caching, Web Search. Access all features through the Ofox.ai unified API.