HomeModels › Kimi-K2.8-Preview
Moonshot Kimi · Next-Gen Preview · Just Added

Kimi-K2.8-Preview API

Moonshot's Kimi K2.8 preview — next-generation agentic reasoning and coding with a 256K-token context, served at provider list price with zero platform fee.

$0.93
Input / 1M tokens
$3.89
Output / 1M tokens
256K
Context window
$0
Platform fee
Sign Up - Get $2.00 Free Credit See All Pricing

Why use Kimi-K2.8-Preview on NovAI?

  • Next-gen agentic reasoning - built for multi-step planning and tool-using agents
  • Strong coding - continues the Kimi K2 code-generation lineage
  • 256K context - large files and long agent trajectories in one call
  • Preview access - early access to Moonshot's newest K2 tier
  • Zero platform fee - raw provider list price, no markup
  • Hong Kong low-latency access through NovAI's zero-fee gateway

Best use cases

  • Agentic software-development workflows
  • Complex multi-step reasoning
  • Code generation and review
  • Tool-use agents and orchestration
  • Long-context analysis

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.8-preview",
    "messages": [{"role":"user","content":"Plan and implement a REST API with authentication"}]
  }'

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.8-preview",
    messages=[{"role":"user","content":"Plan and implement a REST API with authentication"}],
)
print(resp.choices[0].message.content)

Try Kimi-K2.8-Preview today

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

Sign Up Free