Kimi K2 from Moonshot AI excels at long-context understanding. Handle entire books, massive documents, and complex research papers within a single request.
| Provider | Moonshot AI |
|---|---|
| Input Price | $0.28 per 1M tokens |
| Output Price | $0.55 per 1M tokens |
| Context Window | 128K tokens |
| AIWave Endpoint | kimi-k2 |
curl https://aiwave.live/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{"model":"kimi-k2","messages":[{"role":"user","content":"Hello!"}]}'