Back to Models
M
Kimi K2.6
Moonshot/
moonshotai/kimi-k2.6ChatCode
Latest Kimi model with enhanced capabilities
Input Price
$0.74
per 1M tokens
Output Price
$3.5
per 1M tokens
Context
128K
tokens
Modalities
text
Model ID
moonshotai/kimi-k2.6Pricing Breakdown
| Direction | Per 1K tokens | Per 1M tokens |
|---|---|---|
| Input | $0.00074000 | $0.7400 |
| Output | $0.00350000 | $3.50 |
Quick Start
from openai import OpenAI
client = OpenAI(
api_key="dg-your-api-key",
base_url="https://api.doggiegateway.com/v1"
)
response = client.chat.completions.create(
model="moonshotai/kimi-k2.6",
messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)How It Works
Doggie Gateway routes your request to Moonshot's API through OpenRouter. You get the best available pricing and automatic fallback if a provider is unavailable.
Pay-per-use pricing
No monthly fees
OpenAI-compatible API
Ready to use Kimi K2.6?
Create an account, get your API key, and start making API calls in under a minute.
