Kilo API Gateway
Models Available: https://api.kilo.ai/api/gateway/models
I'd suggest adding KiloCode's API Gateway, which you can use directly or through their CLI tool.
curl https://api.kilo.ai/api/gateway/chat/completions \
-H "Authorization: Bearer {API_KEY}" \
-H "Content-Type: application/json" \
-d '{
"messages": [
{"role": "user", "content": "Tell me a story"}
],
"thinking": {
"type": "enabled"
},
"model": "moonshotai/kimi-k2.5",
"stream": false,
"temperature": 0.6
}'
New models are free for a while to try out when they're first released, the limits are generous, and speed is decent.
To get an API Key, visit https://app.kilo.ai/profile and scroll to the bottom, under "< > Integrations", and copy the API Key (there's only one).
P.S. Also, I just discovered that, Kimi K2.5 supports both vision and image generation which is very cool.
Kilo API Gateway
Models Available: https://api.kilo.ai/api/gateway/models
I'd suggest adding KiloCode's API Gateway, which you can use directly or through their CLI tool.
New models are free for a while to try out when they're first released, the limits are generous, and speed is decent.
To get an API Key, visit https://app.kilo.ai/profile and scroll to the bottom, under "< > Integrations", and copy the API Key (there's only one).
P.S. Also, I just discovered that, Kimi K2.5 supports both vision and image generation which is very cool.