Baltor Get started

Models

Kimi K2.5

By MoonshotAI. 1.03 trillion parameters, a context window of 262,144 tokens and the licence other.

Facts

Released
2026-01-01 the day the repository was first published on Hugging Face Hugging Face, read
Licence
other the licence the model card declares Hugging Face, read
Open weights
Yes the weights are published in this Hugging Face repository Hugging Face, read
Parameters
1.03 trillion counted from the safetensors weight files Hugging Face, read
Active parameters
33.3 billion estimate estimated from the expert counts and sizes in the configuration model configuration, read
Knowledge cutoff
Unknown
Context window
  • 262,144 tokens the maximum position embeddings in the model configuration model configuration, read
  • 262,144 tokens the context length OpenRouter lists OpenRouter, read
Longest output
  • 235,929 tokens the largest output OpenRouter's first provider allows OpenRouter, read
Tool calling
  • Yes OpenRouter lists tools among the supported parameters OpenRouter, read
Structured output
  • Yes OpenRouter lists structured outputs among the supported parameters OpenRouter, read
Reasoning controls
  • Yes OpenRouter lists reasoning controls OpenRouter, read
Inputs and outputs
text, image in, text out Hugging Face, read
Good for
  • Vision: Hugging Face files it under image-text-to-text Hugging Face, read
  • Reasoning: OpenRouter lists reasoning controls for it OpenRouter, read

Prices

Prices in US dollars per million tokens, as each source lists them
ProviderInputOutputContextAs ofSource
NanoGPT direct0.300 USD1.90 USD256,000models.dev, read
Deep Infra direct0.450 USD2.25 USD262,144 older than 30 days; check the providermodels.dev, read
OpenRouter direct0.450 USD2.25 USD262,144models.dev, read
SiliconFlow direct0.450 USD2.25 USD262,000 older than 30 days; check the providermodels.dev, read
SiliconFlow through OpenRouter0.450 USD2.25 USD262,144OpenRouter endpoints, read
Meganova direct0.450 USD2.80 USD262,144 older than 30 days; check the providermodels.dev, read
AtlasCloud through OpenRouter0.490 USD2.50 USD262,144OpenRouter endpoints, read
TensorX direct0.500 USD2.80 USD262,144models.dev, read
Together AI direct0.500 USD2.80 USD262,144 older than 30 days; check the providermodels.dev, read
Venice through OpenRouter0.532 USD3.33 USD256,000OpenRouter endpoints, read
Novita through OpenRouter0.570 USD2.85 USD262,144OpenRouter endpoints, read
ZenMux direct0.580 USD3.02 USD262,000 older than 30 days; check the providermodels.dev, read
Amazon Bedrock through OpenRouter0.600 USD3.00 USD262,144OpenRouter endpoints, read
Baseten direct0.600 USD3.00 USD262,000 older than 30 days; check the providermodels.dev, read
HPC-AI direct0.600 USD3.00 USD256,000models.dev, read
Hugging Face direct0.600 USD3.00 USD262,144 older than 30 days; check the providermodels.dev, read
Jiekou.AI direct0.600 USD3.00 USD262,144models.dev, read
Kilo Gateway direct0.600 USD3.00 USD262,144models.dev, read
NovitaAI direct0.600 USD3.00 USD262,144 older than 30 days; check the providermodels.dev, read
Ofox direct0.600 USD3.00 USD262,144models.dev, read
Vercel AI Gateway direct0.600 USD3.00 USD256,000models.dev, read

Run it on your own hardware

Weights are the sizes of the files a source lists, or an estimate from the parameter count where none does. Memory is an estimate: weights plus KV cache plus 512 MiB and 5 percent of the weights for runtime buffers. Check it against your hardware.

QuantizationWeightsMemory at 8,192 tokensMemory at 32,768 tokens
UD-TQ1_0223 GiB235 GiB237 GiB
UD-IQ1_S257 GiB271 GiB272 GiB
UD-IQ1_M280 GiB295 GiB297 GiB
UD-IQ2_XXS304 GiB321 GiB322 GiB
UD-IQ2_M322 GiB339 GiB340 GiB
Q2_K348 GiB367 GiB368 GiB
Q2_K_L348 GiB367 GiB368 GiB
UD-Q2_K_XL349 GiB368 GiB369 GiB
UD-IQ3_XXS386 GiB407 GiB408 GiB
Q3_K_S413 GiB434 GiB436 GiB
Q3_K_M456 GiB480 GiB482 GiB
UD-Q3_K_XL457 GiB481 GiB482 GiB
IQ4_XS510 GiB536 GiB538 GiB
IQ4_NL539 GiB567 GiB569 GiB
Q4_0541 GiB569 GiB571 GiB
Q4_K_S543 GiB571 GiB573 GiB
Q4_K_M579 GiB609 GiB610 GiB
UD-Q4_K_XL579 GiB609 GiB611 GiB
Q4_1599 GiB630 GiB631 GiB
Q5_K_S658 GiB692 GiB694 GiB
Q5_K_M679 GiB714 GiB715 GiB
UD-Q5_K_XL681 GiB716 GiB718 GiB
Q6_K785 GiB825 GiB827 GiB
UD-Q6_K_XL817 GiB859 GiB861 GiB
Q8_01,016 GiB1,068 GiB1,070 GiB
UD-Q8_K_XL1,108 GiB1,164 GiB1,166 GiB
BF161,912 GiB2,009 GiB2,010 GiB

Start it with a local runtime

  • Ollama
    ollama run hf.co/unsloth/Kimi-K2.5-GGUF:Q4_0
  • LM Studio
    lms get unsloth/Kimi-K2.5-GGUF
    lms server start
  • llama.cpp server
    llama-server -hf unsloth/Kimi-K2.5-GGUF:Q4_0 --jinja
  • vLLM
    vllm serve moonshotai/Kimi-K2.5
  • SGLang
    sglang serve --model-path moonshotai/Kimi-K2.5 --port 30000

Use it from your harness

Set up for Baseten with the model moonshotai/Kimi-K2.5. Each endpoint page has the same setup for its own address.

OpenCode

Put this in opencode.json in your project folder:

{
  "$schema": "https://opencode.ai/config.json",
  "provider": {
    "baseten": {
      "npm": "@ai-sdk/openai-compatible",
      "name": "Baseten",
      "options": {
        "baseURL": "https://inference.baseten.co/v1",
        "apiKey": "{env:BASETEN_API_KEY}"
      },
      "models": {
        "moonshotai/Kimi-K2.5": {
          "name": "Kimi K2.5",
          "limit": {
            "context": 262144,
            "output": 235929
          }
        }
      }
    }
  }
}
  • OpenCode reads any OpenAI-compatible address through the @ai-sdk/openai-compatible package, and an address that speaks the Responses API through @ai-sdk/openai.

From OpenCode documentation, read .

Pi

Put this in ~/.pi/agent/models.json:

{
  "providers": {
    "baseten": {
      "baseUrl": "https://inference.baseten.co/v1",
      "api": "openai-completions",
      "apiKey": "$BASETEN_API_KEY",
      "models": [
        {
          "id": "moonshotai/Kimi-K2.5"
        }
      ]
    }
  }
}
  • The apiKey field can name an environment variable as $NAME.

From Pi documentation, read .

Codex

Codex speaks only the Responses API, and Baseten documents no Responses address. A gateway that offers one can sit in between.

  • Codex speaks the Responses API only: responses is the one supported wire API of a custom provider. Ollama and LM Studio are built in and start with --oss.

From Codex documentation, read .

Claude Code

Claude Code sends Anthropic Messages requests, and Baseten documents no such address. A gateway that translates to that API can sit in between.

  • Claude Code sends Anthropic Messages requests to ANTHROPIC_BASE_URL. Anthropic says it does not support routing Claude Code to models other than Claude through any gateway, so some features may not work with another model.

From Claude Code documentation, read .

Other ways to reach it

Published results

These are results other people published. Baltor did not run them and does not rank models by them.