Kitani

Kitani

GLB
5 models available

Models served by Kitani

ModelContextInput /MOutput /MLatencyThroughput
1.0M$1.88/M$6.60/MN/AN/A
1.0M$1.88/M$6.60/MN/AN/A
1.0M$4.20/M$21.00/MN/AN/A
262k$0.33/M$2.57/MN/AN/A
262k$0.33/M$2.57/MN/AN/A

Prices are per million tokens and include the 5% provider-selection markup. Availability and pricing refresh continuously; each model page shows the live provider comparison.

Using Kitani via the API

Append :kitani to the model ID, set "provider": "kitani" in the request body, or send an X-Provider: kitani header. Explicit provider selection adds a 5% markup over that provider's base price; the prices in the table above already include it.

curl https://nano-gpt.com/api/v1/chat/completions \
  -H "Authorization: Bearer $NANOGPT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "z-ai/glm-5.3:kitani",
    "messages": [{"role": "user", "content": "Hello"}]
  }'

See the API documentation for provider preferences, price-aware routing, and error behavior.