novita

moonshotai/kimi-k2.5

Context

256K

Input

text, image

Output

text

Tool calling

Supported

About this model

Kimi K2.5 is a large open-weight MoE model with 1.1 trillion parameters, known for strong vision capabilities via MoonViT-3D and agent swarm orchestration.

Capabilities

text

Available through the unified API

image

Available through the unified API

Quick start

View API docs
curl https://api.oneinfer.ai/v1/chat/completions \
  -H "Authorization: Bearer $ONEINFER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "0dd0d1984457465d9570256a273ac03b",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'

Providers

Available routing options for this model through OneInfer.

novita

0dd0d1984457465d9570256a273ac03b

Available

Input

$0.600 / 1M

Output

$3.000 / 1M

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Input tokens$0.600 / 1M
Output tokens$3.000 / 1M

Performance

Published evaluation results associated with this model.

Agentic

HLE-Full w/ tools50.2
BrowseComp78.4

Reasoning

AIME 202596.1
GPQA-Diamond87.6

API example

curl https://api.oneinfer.ai/v1/chat/completions \
  -H "Authorization: Bearer $ONEINFER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "0dd0d1984457465d9570256a273ac03b",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'