Kimi

kimi/kimi-k3

1,048,576 context · $1.80 / M input tokens · $9.00 / M output tokens

Kimi K3 is a 2.8-trillion-parameter multimodal reasoning model described for long-horizon coding, knowledge work, visual understanding, and agentic workflows. Use the verified kimi-k3 route through OurToken's unified API.

Get API Key
24H Status Monitor
100% uptime
3 hours agonow
Available

2026-07-17 06:46:29 UTC

Pricing

Pay-per-use

No upfront costs, pay only for what you use

60% of official price
Input$3.00 / M$1.80 / M Tokens
Output$15.00 / M$9.00 / M Tokens
Cached input$0.30 / M$0.18 / M Tokens
Cache writes$0 / M$0 / M Tokens

API Usage

API Access Guide

Base URLhttps://api.ourtoken.ai/v1
API Endpointchat/completions
Full URLhttps://api.ourtoken.ai/v1/chat/completions
Model IDkimi-k3
Get API Key

Code examples

Use the OurToken API endpoint for this model. The examples below use direct HTTP requests and the recommended endpoint for the model family.

curl https://api.ourtoken.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "kimi-k3",
    "messages": [
      {
        "role": "user",
        "content": "Hello!"
      }
    ],
    "max_tokens": 256
  }'

Chat Completions API Reference

Create a chat response with the OpenAI Chat Completions-compatible endpoint. Use https://api.ourtoken.ai/v1 as the SDK Base URL and POST /chat/completions as the endpoint.

Authorization

Content-Typeapplication/json
AuthorizationBearer YOUR_API_KEY

Request Body

FieldTypeRequiredDescription
modelstringRequiredModel ID to call.
messagesarray<object>RequiredConversation messages sent to the model.
max_tokensintegerOptionalMaximum number of output tokens.
temperaturenumberOptionalSampling temperature.
top_pnumberOptionalNucleus sampling parameter.
streambooleanOptionalWhether to return a streaming response.
stream_optionsobjectOptionalAdditional options for streaming responses.
toolsarray<object>OptionalTools available to the model.
tool_choicestring | objectOptionalControls how the model selects tools.
response_formatobjectOptionalControls structured output, such as JSON object responses.

Response Body

FieldTypeRequiredDescription
idstringRequiredUnique chat completion identifier.
object"chat.completion"RequiredObject type returned by the Chat Completions API.
createdintegerRequiredUnix timestamp when the response was created.
modelstringRequiredModel that produced the response.
choicesarray<object>RequiredCandidate responses returned by the model.
choices[].message.rolestringRequiredRole of the returned chat message.
choices[].message.contentstringOptionalText content in the returned chat message.
choices[].finish_reasonstringOptionalReason generation stopped.
usageobjectOptionalToken usage information for the chat completion.
usage.prompt_tokensintegerOptionalInput token count.
usage.completion_tokensintegerOptionalOutput token count.
usage.total_tokensintegerOptionalTotal token count.
usage.prompt_tokens_detailsobjectOptionalBreakdown of input token usage.
usage.prompt_tokens_details.cached_tokensintegerOptionalTokens served from cache.

Model Introduction

Kimi kimi-k3

Kimi K3 is a 2.8-trillion-parameter multimodal reasoning model described for long-horizon coding, knowledge work, visual understanding, and agentic workflows. Use the verified kimi-k3 route through OurToken's unified API.

Kimi K3 is Kimi's flagship model with a 1,048,576-token context window and native visual understanding described in the official Kimi materials. Use Kimi K3 API through OurToken to test coding, knowledge-work, repository, tool, image, and runtime-feedback workflows with one API key and one model ID.

Why It Looks Great

  • Kimi K3 API access through a unified OurToken endpoint.
  • 1,048,576-token context window for long documents, repositories, logs, and task history.
  • Native visual understanding described for coding, frontend, game development, CAD, and related workflows.
  • Current platform pricing at 60% of the supplied official reference prices.
  • Official materials describe long-horizon coding and knowledge-work use cases.

Key Features

  • Model ID: kimi-k3
  • Context window: 1,048,576 tokens
  • Parameters: 2.8T
  • OurToken input price: $1.80 / 1M tokens
  • OurToken output price: $9.00 / 1M tokens
  • OurToken cache-hit price: $0.18 / 1M tokens
  • Provider: Kimi

Specifications

ProviderKimi
Model TypeMultimodal reasoning model
Model IDkimi-k3
Context Length1,048,576 tokens
Parameters2.8T
InputText and visual workflows as described by official materials
OurToken Input Price$1.80 / 1M tokens
OurToken Cache Hit Price$0.18 / 1M tokens
OurToken Output Price$9.00 / 1M tokens
Official Input Reference$3.00 / 1M tokens
Official Cache Hit Reference$0.30 / 1M tokens
Official Output Reference$15.00 / 1M tokens

Kimi K3 API Features for Coding and Long-Context Work

Explore the Kimi K3 API through a unified developer workflow with transparent Kimi K3 pricing, a 1M-token context window, visual understanding, and long-horizon coding support.

Unified API Access

Use the Kimi K3 API through OurToken with a consistent model ID and unified API workflow. Developers can manage access through the same platform used for other supported models, making it easier to test Kimi K3 in existing applications and agent workflows.

Transparent Model Pricing

The Kimi K3 price on OurToken is shown alongside the official reference price, with input, cache-hit, and output rates separated clearly. The Kimi K3 pricing structure uses the confirmed 60% platform rate, while Cache Write remains undisplayed because no separate official price was provided.

Million-Token Context

Kimi K3 provides a 1,048,576-token context window for tasks that require large inputs, long documents, or extended project history. This context capacity is useful when a Kimi K3 model needs to work across substantial codebases, logs, specifications, and iterative task state.

Long-Horizon Coding

Kimi K3 is designed for long-horizon coding workflows that involve understanding large repositories, coordinating terminal tools, debugging, and iterating from runtime feedback. These workflows can help developers explore complex projects and sustain multi-step engineering tasks with less manual context switching.

Visual Reasoning Workflows

The official Kimi K3 description includes native visual understanding and visual feedback workflows. This makes the model relevant to frontend engineering, game development, CAD, and debugging tasks where screenshots or other visual signals need to inform the next engineering step.

Open-Weight Frontier Model

Moonshot Kimi K3 is presented as a 2.8-trillion-parameter open-source or open-weight multimodal reasoning model. Its KDA, Attention Residuals, and sparse expert architecture are part of the official model positioning, while detailed benchmark claims should wait for the technical report.

How to Use the Kimi K3 API on OurToken

Follow six practical steps to create an API key, select the Kimi K3 model ID, send requests, review Kimi K3 API pricing, and monitor usage.

Create an API Key

Sign in to OurToken and create an API key from the API key management page. Keep the key private, assign only the required model access, and use a separate key for development, testing, or production workflows.

01

Select the Model ID

Set the requested model to `kimi-k3`, which is the verified model ID for this integration. If a client displays Moonshot Kimi K3 or another provider label, confirm that the outgoing request still uses the exact `kimi-k3` identifier.

02

Send an API Request

Configure your client with the OurToken API endpoint and the new API key, then send a standard chat request using `kimi-k3`. Start with a small test prompt before moving the model into longer coding, knowledge-work, or agentic workflows.

03

Review Kimi K3 Pricing

Check the Kimi K3 API pricing before scaling usage. OurToken lists input, cache-hit, and output prices separately, with the current platform rates shown against the official reference so you can estimate request costs more clearly.

04

Test Engineering Workflows

Evaluate Kimi K3 with a representative coding or knowledge-work task. For long-horizon work, provide repository context gradually, inspect tool or runtime feedback, and verify that the model handles the actual task structure before increasing request size.

05

Monitor Usage and Cost

Review request history, token usage, model-level costs, and remaining API budget in the OurToken dashboard. Compare real usage with your estimate, then adjust prompts, request length, or key limits before production traffic grows.

06

Kimi K3 FAQ

Find direct answers about the Kimi K3 API, Kimi K3 pricing, model ID, release timing, open-source status, coding workflows, and official benchmark information.

01

What is the Kimi K3 API?

The Kimi K3 API provides programmatic access to Kimi K3 through a compatible developer endpoint. The official model description positions Kimi K3 as a 2.8-trillion-parameter multimodal reasoning model for coding, knowledge work, and long-horizon agentic workflows. On OurToken, developers use the verified `kimi-k3` model ID and manage access through a unified API key workflow.
02

How much does Kimi K3 pricing cost on OurToken?

OurToken lists Kimi K3 pricing at 60% of the official reference price. The current rates are $1.80 per 1M input tokens, $0.18 per 1M cache-hit tokens, and $9.00 per 1M output tokens. Cache Write is not listed separately because the provided official price information does not define an independent Cache Write rate.
03

What is the Kimi K3 model ID?

The verified Kimi K3 model ID for this OurToken integration is `kimi-k3`. Some interfaces may display Moonshot Kimi K3 or `moonshotai/kimi-k3` as a provider label, but applications should follow the model identifier accepted by the configured endpoint. Test the exact ID with a small request before using it in production.
04

Is Kimi K3 open source?

Kimi K3 is described by the official materials as an open-source model and by OpenRouter as an open-weight model. The official page says the full model weights are scheduled for release by July 27, 2026. This release statement concerns the model weights; API availability through OurToken depends on the configured gateway and does not imply that OurToken distributes the weights.
05

When is the Kimi K3 release date?

The official Kimi K3 page states that the full model weights are planned for release by July 27, 2026, with more architecture, training, and evaluation details to follow in the technical report. That date should not be treated as the exact date for every hosted API. OurToken availability depends on its verified NewAPI route and operational configuration.
06

Where can I find Kimi K3 benchmarks?

The official Kimi K3 materials direct readers to the Kimi technical blog for complete benchmarks and case studies, with a fuller technical report planned alongside additional model details. OurToken does not add independent benchmark scores or ranking claims here. Use the official sources for evaluation results, then test Kimi K3 with workloads that match your own coding or knowledge-work requirements.