AI Models API
100+ AI Models, One API Key
Every model integrates into the StackAI platform. Your customers use AI to manage cloud infrastructure — VMs, networks, billing — via natural language.
OpenAI SDK compatible. Drop-in replacement. One API key powers the entire StackAI assistant.
How It Powers Your Cloud Platform
01
Integrate API Key
Add your StackAI API key to the platform. All AI models become available to your cloud portal instantly.
02
AI Manages Infrastructure
Customers chat: 'Create a 4-core VM'. The AI agent picks the best model, calls cloud APIs, and executes.
03
You Control Costs
Set per-customer AI budgets, choose which models to enable, track usage per tenant. Full billing integration.
All Models & Pricing
Prices per 1M tokens. Click any provider name to see full details.
| Model | Input /1M | Output /1M |
|---|---|---|
Claude Opus 4.6Best Quality Anthropic | $5.00 | $25.00 |
Claude Sonnet 4.6Most Popular Anthropic | $3.00 | $15.00 |
GPT-5.4 Pro OpenAI | $30.00 | $180.00 |
GPT-5.4 OpenAI | $2.50 | $15.00 |
GPT-5.4 MiniBest Value OpenAI | $0.75 | $4.50 |
GPT-5.4 Nano OpenAI | $0.20 | $1.25 |
GPT-5.3 CodexCode Specialist OpenAI | $1.75 | $14.00 |
Gemini 3.1 Pro Google | $2.00 | $12.00 |
Gemini 3.1 Flash Lite Google | $0.25 | $1.50 |
Gemma 4 31B Google | $0.14 | $0.40 |
Qwen3 Max Thinking Alibaba | $0.78 | $3.90 |
Qwen3.5 Plus Alibaba | $0.26 | $1.56 |
Qwen3.5 FlashCheapest 1M Alibaba | $0.07 | $0.26 |
Qwen3 Coder Next Alibaba | $0.12 | $0.75 |
Grok 4.20 xAI | $2.00 | $6.00 |
Grok 4.20 Multi-AgentMulti-Agent xAI | $2.00 | $6.00 |
Devstral 2 Mistral | $0.40 | $2.00 |
Mistral Small 4 Mistral | $0.15 | $0.60 |
Nemotron 3 Super 120B NVIDIA | $0.10 | $0.50 |
Nemotron 3 Nano 30B NVIDIA | $0.05 | $0.20 |
Kimi K2.5 MoonshotAI | $0.38 | $1.72 |
MiniMax M2.7 MiniMax | $0.30 | $1.20 |
Seed 1.6 Flash ByteDance | $0.07 | $0.30 |
MiMo-V2-Omni Xiaomi | $0.40 | $2.00 |
OpenAI SDK Compatible
python
from openai import OpenAI
client = OpenAI(
base_url="https://api.stackai.one/v1",
api_key="sk-your-stackai-key"
)
# Use any model from any provider
response = client.chat.completions.create(
model="anthropic/claude-sonnet-4.6",
messages=[{
"role": "user",
"content": "Create a 4-core Ubuntu VM with 8GB RAM"
}],
temperature=0.7,
max_tokens=4096
)
print(response.choices[0].message.content)
# ✅ VM 'web-01' created! IP: 103.56.xx.xxPower Your Cloud with AI
Integrate 100+ AI models into your cloud platform. One API key, any provider.