moonshotai
MoonshotAI Kimi K2 0905
moonshotai/kimi-k2-0905
Input$0.600 /1M tokens
·Output$2.50 /1M tokens
Kimi K2 0905 is the September update of [Kimi K2 0711](moonshotai/kimi-k2). It is a large-scale Mixture-of-Experts (MoE) language model developed by Moonshot AI, featuring 1 trillion total parameters with 32...
Code Examples
import requests
response = requests.post(
"https://neurongate.net/v1/chat/completions",
headers={
"Authorization": "Bearer ng-your-api-key",
"Content-Type": "application/json"
},
json={
"model": "moonshotai/kimi-k2-0905",
"messages": [
{"role": "user", "content": "Hello!"}
]
}
)
print(response.json()["choices"][0]["message"]["content"])Pricing Details
| Example | Cost |
|---|---|
| 1K input tokens (short prompt) | $0.00060 |
| 1K in + 500 out (typical response) | $0.00185 |
| 10K in + 2K out (document analysis) | $0.0110 |
| 100K in + 10K out (large context) | $0.0850 |
Prices in USD. Billed per actual token usage. Prepay with USDT, USDC, ETH, or BTC.
Frequently Asked Questions
Capabilities
Streaming
YesFunction Calling / Tools
YesVision (Image Input)
NoAudio Processing
NoContext Window
262K tokens
~197K words of text
Max output
262K tokens
Modalities
Input
text
Output
text