HomeModels › Kimi-K2.5
Moonshot · 256K Context

Kimi-K2.5 API

Moonshot Kimi-K2.5 excels at long-context understanding and reasoning. Note: this model requires temperature=1 (handled automatically by NovAI).

$0.64
Input / 1M tokens
$3.35
Output / 1M tokens
256K
Context window
Long-ctx
Specialist
Sign Up - Get $2.00 Free Credit See All Pricing

Why use Kimi-K2.5 on NovAI?

  • Excellent long-document understanding
  • Strong reasoning
  • 256K context
  • Auto temperature handling on NovAI
  • Zero platform fee

Best use cases

  • Long-doc analysis
  • Research and reasoning
  • Knowledge assistants
  • Complex Q&A

Quick start

cURL

curl https://aiapi-pro.com/v1/chat/completions \
  -H "Authorization: Bearer $NOVAI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "kimi-k2.5",
    "messages": [{"role":"user","content":"Analyze the main argument of a research abstract."}]
  }'

Python (OpenAI SDK)

from openai import OpenAI
client = OpenAI(
    base_url="https://aiapi-pro.com/v1",
    api_key="YOUR_NOVAI_API_KEY",
)
resp = client.chat.completions.create(
    model="kimi-k2.5",
    messages=[{"role":"user","content":"Analyze the main argument of a research abstract."}],
)
print(resp.choices[0].message.content)

Try Kimi-K2.5 today

Zero platform fee. Credits never expire. OpenAI-compatible API.

Sign Up Free