More Providers
MoonshotAI, MiniMax, ByteDance, Xiaomi & more
4
Models
$0.07
Cheapest Input
256K
Max Context
Pricing
Input
$0.38 / 1M tokens
Output
$1.72 / 1M tokens
Context Window
128K tokens
Max Completion
16.384K tokens
Supported Features
✓ Streaming✓ Tool Use✓ Long Context
Supported Parameters
temperaturetop_pstoptoolsmax_tokensInput Modalities
text
Output Modalities
text
Release: 2026-02
API Usage
curl https://api.stackai.one/v1/chat/completions \
-H "Authorization: Bearer sk-your-key" \
-H "Content-Type: application/json" \
-d '{
"model": "moonshotai/kimi-k2.5",
"messages": [{"role": "user", "content": "Create a 4-core VM"}],
"temperature": 0.7,
"max_tokens": 4096
}'