MoonshotAI

MoonshotAI: Kimi K3

Chat
moonshotai/kimi-k3

Kimi K3 is Moonshot AI's flagship model, a 2.8T-parameter MoE released on 2026-07-16 with a 1M-token context window and built-in thinking exposed through reasoning_content. It supports vision input, tool use, prompt caching, and web search, making it suited to long-horizon agents that need to read documents and images, search the web, and reason across very large inputs. It runs directly on the OpenAI protocol, and over the Anthropic protocol no explicit thinking parameter is required. Context: 1M tokens, output: 1M. Available via OpenAI and Anthropic protocols through Ofox.

Context Window
1M
Max Output Tokens
1M
Released
2026-07-16
Capabilities
VisionFunction CallingReasoningPrompt CachingWeb Search
Available Providers
MoonshotAIMoonshotAzureAzure
Supported Protocols
OpenAIopenaiAnthropicanthropic

Providers

AzureAzure
Input Tokens
$3/M
Output Tokens
$15/M
Cache Read
$0.3/M
Web Search
$0.0043/R
Protocols
OpenAIopenai/v1/chat/completions/v1/responses
MoonshotAIMoonshot
Input Tokens
$3/M
Output Tokens
$15/M
Cache Read
$0.3/M
Web Search
$0.0043/R
Protocols
OpenAIopenai/v1/chat/completions
Anthropicanthropic

Code Examples

from openai import OpenAI
client = OpenAI(
base_url="https://api.ofox.ai/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)

Uptime & Status

Further Reading on Kimi K3

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.