Kimi K3 - Anthropic-Compatible API
Call kimi-k3 through the Anthropic Messages protocol. Supports both non-streaming JSON and Anthropic SSE event streams.
https://direct.evolink.ai, which has better support for text models and long-lived connections. https://api.evolink.ai is the primary endpoint for multimodal services and serves as a fallback address for text models.Authorizations
##All APIs require Bearer Token authentication##
Get API Key:
Visit API Key Management Page to get your API Key
Add to request header:
Body
Model ID.
kimi-k3 Maximum number of tokens allowed for this generation, including thinking and final text.
x >= 1Anthropic Messages message list. For multi-turn conversations, return complete assistant content blocks unchanged.
1System prompt. The Messages protocol uses a top-level system field instead of a system role.
Whether to return an Anthropic SSE event stream.
Tools that the model may call.
Response
Message response; streaming requests return an Anthropic SSE event stream
message assistant "kimi-k3"
Anthropic content block for text, reasoning, tool use, or a tool result.
- Option 1
- Option 2
- Option 3
- Option 4
end_turn, max_tokens, tool_use