---
title: "Kimi for Coding HighSpeed — API access"
description: "Kimi for Coding HighSpeed API pricing: official $1.90/$8.00 per 1M tokens, $0.95/$4.00 with the flat 50% apiToken.sale discount. Exactly double the base coding SKU on every leg."
url: "https://apitoken.sale/models/kimi-for-coding-highspeed"
language: "en"
---
# Kimi for Coding HighSpeed

The faster tier of the coding SKU, priced at exactly double the base model on every leg — input, cached input and output alike.

- **Model ID:** `kimi-for-coding-highspeed`
- **Tier:** Coding
- **Context window:** 256K tokens
- **Max output:** not published
- **Official price (per 1M):** $1.9 input / $8 output
- **Your price (per 1M):** input $0.95, output $4 (flat 50% off)
- **Base URL:** `https://router.apitoken.sale` · **Endpoint:** `POST /v1beta/models/kimi-for-coding-highspeed:generateContent` (x-goog-api-key)

## Best for

- Interactive sessions where latency matters more than token price.
- Short agent turns that are dominated by time to first token.

## Notes

- Cached input bills at 10% of input — caching is automatic on repeated prefixes.
- KIMI publishes no separate cache-write rate: a write is a cache miss and bills at the input rate.

## Call it

```bash
curl https://router.apitoken.sale/v1beta/models/kimi-for-coding-highspeed:generateContent \
  -H "x-goog-api-key: $APITOKEN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"contents": [{"parts": [{"text": "Reply with exactly: connected"}]}]}'
```

## FAQ

**How much more does HighSpeed cost?**

Exactly 2× the base coding SKU on every leg: $1.90/$8.00 officially against $0.95/$4.00, and the same doubling on cached input.

**Is it a different model?**

It is the faster tier of the same coding SKU. The rate card is the only thing that differs by a fixed factor.

---
API reference: https://apitoken.sale/md/docs · All models: https://apitoken.sale/md/models
