kimi-k2-thinking
Kimi K2 Thinking is Moonshot AI’s most advanced open reasoning model to date, extending the K2 series into agentic, long-horizon reasoning. Built on the trillion-parameter Mixture-of-Experts (MoE) architecture introduced in...
Capacità
Modalità
Statistiche rapide
Performance
Parametri supportati
| Parametro | Sempre | Predefinito |
|---|---|---|
| frequency_penalty | (non inviare) | |
| include_reasoning | - | |
| logit_bias | - | - |
| logprobs | - | - |
| max_tokens | - | |
| min_p | - | - |
| presence_penalty | - | |
| reasoning | - | |
| repetition_penalty | - | |
| response_format | - | |
| seed | - | |
| stop | - | |
| structured_outputs | - | |
| temperature | (non inviare) | |
| tool_choice | - | |
| tools | - | |
| top_k | - | |
| top_logprobs | - | - |
| top_p | (non inviare) |
Prezzi
| Prezzo di input | $1.00 · 1M token |
| Prezzo di output | $4.16 · 1M token |
| Finestra di contesto | 262.1K token |
| Endpoint compatibili | openai, anthropic |
| Provider | Moonshot |
Chiamare kimi-k2-thinking dal tuo codice
Punta qualsiasi SDK compatibile con OpenAI a UnoRouter e richiedi il modello per nome. Sostituisci YOUR_API_KEY con una vera chiave dal tuo dashboard.
curl https://api.unorouter.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "kimi-k2-thinking",
"messages": [{"role": "user", "content": "Hello!"}]
}'Domande frequenti
Quanto costa kimi-k2-thinking per 1M token?
L'input ha un prezzo di $1.00 per 1M token, l'output di $4.16 per 1M token. La fatturazione è per token, nessun arrotondamento alle dimensioni del batch.
Come accedo a kimi-k2-thinking tramite API?
Invia richieste all'endpoint /v1/chat/completions di UnoRouter con model=kimi-k2-thinking. Qualsiasi libreria client compatibile con OpenAI funziona. L'autenticazione usa un token Bearer standard.
Qual è la finestra di contesto di kimi-k2-thinking?
kimi-k2-thinking supporta una finestra di contesto di 262.1K token, condivisa tra il tuo prompt e la risposta del modello.
Modelli simili
Prova kimi-k2-thinking ora
Crea una chiave API e inizia a fare richieste in meno di un minuto.