2.8T sparse MoE
896 experts route 16 experts per token alongside 2 shared experts. Total capacity is large, while sparse routing limits per-token activation.
Use one TokenRa API key to evaluate enabled Kimi models from Moonshot AI for research, document analysis, knowledge workflows, and conversational applications. Confirm the active model version, context behavior, and pricing in the console.
Kimi K3 is an open-weight multimodal reasoning model from Moonshot AI, released on July 16, 2026. Its sparse Mixture-of-Experts architecture has 2.8T total parameters and approximately 104B active parameters per token, with a 1,048,576-token context window.
896 experts route 16 experts per token alongside 2 shared experts. Total capacity is large, while sparse routing limits per-token activation.
Handle large repositories, long documents, multi-turn history, and tool definitions in a single context window.
Read text, images, and video in one model, then use visual feedback, tools, and reasoning to continue an Agent workflow.
Kimi models are candidates for workloads where context handling matters. Test with the same document sizes, languages, and retrieval noise that users will produce.
Kimi K3 combines Kimi Delta Attention, Attention Residuals, Stable LatentMoE, and quantization-aware training with MXFP4 weights and MXFP8 activations. These are Moonshot AI technical claims; they describe architecture and scaling efficiency, not a guaranteed speedup for every workload.
reasoning_effort to low, high, or max.tool_choice, and JSON Schema structured output support Agent integrations.Use the enabled model ID from the console and send an OpenAI-compatible chat request where supported. Keep document assembly, retrieval, and citation verification in your application.
Separate instructions from source text, retain source identifiers, and remove irrelevant material before sending the request.
Check whether each claim is supported by the supplied context and define how the application handles missing evidence.
Trim stale turns, summarize history carefully, cap output, and monitor usage as documents and conversations expand.
curl https://tokenra.io/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"kimi-k3","messages":[{"role":"user","content":"Summarize the supplied research context with source labels."}]}'
Kimi K3 official reference pricing is $0.30 per 1M cached input tokens, $3.00 per 1M uncached input tokens, and $15.00 per 1M output tokens. TokenRa is a gateway with account-specific channel configuration. A model family appearing on this information page does not guarantee that every version or capability is enabled for every account.
Confirm the exact model identifier, endpoint, supported parameters, billing unit, and current rate in the model directory or console. Treat those live values as authoritative.
Availability depends on the channels enabled for your account. Check the live directory and console for the current model identifier and access.
Create a TokenRa API key, confirm the enabled model identifier, and use the request format documented for that capability. Applicable text models use an OpenAI-compatible endpoint; media models may use asynchronous tasks.
Pricing can vary by model version and active channel. Review the current billing unit and rate in the live model directory or console before testing.
Yes. TokenRa keeps credentials and account-level usage in one place. Request fields and model behavior can still differ, so run regression evaluations before changing production traffic.
“Kimi”, “Moonshot AI”, and related names may be trademarks of their respective rights holders. TokenRa is an independent API gateway and this page is not an official vendor page or endorsement.