📊 24小时请求趋势24h Request Trends
📈 24小时 Token 用量24h Token Usage
⚡ 快速开始Quick Start
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "Qwen2.5-32B",
"messages": [{"role": "user", "content": "你好"}],
"stream": false
}'
🔑 创建 API KeyCreate API Key (需管理员权限)(Admin required)
Key 列表Key List (每账号最多 2 个 Key)(Max 2 keys per account)
| 名称Name | ID | 用量 / 配额Usage / Quota | 限速Rate | 状态Status | 操作Actions |
|---|
💵 各 Key 费用明细Per-Key Billing
| Key | Token 用量Token Usage | 今日费用Today | 本月估算Month Est. | 配额使用Quota Used |
|---|
📈 费用趋势 (24h)Cost Trends (24h)
💳 充值Recharge
充值通道暂未开放,请联系我们获取 API Key。Recharge not yet available. Contact us for API Key access.
💬 对话测试Chat Test
📡 可用模型Available Models
Qwen2.5-32B DGX Spark
Qwen2.5:14B Mac M4
Qwen3-8B FALLBACK
🔗 API Endpoints
| POST | /v1/chat/completions | 对话补全 (兼容 OpenAI SDK)Chat Completions (OpenAI-compatible) |
| GET | /v1/models | 模型列表Model List |
| GET | /health | 健康检查Health Check |
| GET | /admin/usage | 用量查询 (需 API Key)Usage Query (API Key required) |
🐍 Python SDK 示例Python SDK Example
client = OpenAI(
base_url="https://api.stormengine.cloud/v1",
api_key="YOUR_API_KEY"
)
response = client.chat.completions.create(
model="Qwen2.5-32B",
messages=[{"role": "user", "content": "你好,STORM!"}],
max_tokens=1024,
temperature=0
)
print(response.choices[0].message.content)
📦 Node.js 示例Node.js Example
const client = new OpenAI({
baseURL: 'https://api.stormengine.cloud/v1',
apiKey: 'YOUR_API_KEY'
});
const response = await client.chat.completions.create({
model: 'Qwen2.5-32B',
messages: [{ role: 'user', content: 'Hello STORM!' }]
});
console.log(response.choices[0].message.content);
🔐 认证方式Authentication
所有 API 请求需在All API requests require an API Key in the Authorization header 中携带 API Key:header:
Authorization: Bearer sk-storm-xxxxxxxx
⚡ STORM AI — Pricing
Built for developers who need determinism, dedicated capacity, and data sovereignty — not the cheapest tokens on the market. Pay for guaranteed throughput on physical hardware, not shared cloud quota.
Plans
- 100K tokens/month
- 5 req/min
- Qwen2.5-32B
- Shared concurrency
- Community support
- 500K tokens/month
- 10 req/min
- Qwen2.5-32B
- Shared concurrency
- Community support
- 1M tokens/month
- 10 req/min
- Qwen2.5-32B + 14B
- Shared concurrency
- Community support
- Unlimited tokens
- 20 req/min
- 1 dedicated slot
- 32B + 14B
- 48h email support
- 99% SLA
- Unlimited tokens
- 60 req/min
- 4 dedicated slots
- 32B + 14B
- 24h email support
- 99.5% SLA
- Unlimited tokens
- No rate limit
- 16 dedicated slots
- 32B + 14B
- 4h priority support
- 99.5% SLA
- Custom capacity
- On-premise deploy
- Custom fine-tuning
- Your data residency
- 24/7 dedicated engineer
- 99.9% SLA
Full Feature Comparison
| Feature | Free | Experience | Starter | Developer | Pro | Business | Enterprise |
|---|---|---|---|---|---|---|---|
| Monthly tokens | 100K | 500K | 1M | Unlimited | Unlimited | Unlimited | Unlimited |
| Rate limit | 5/min | 10/min | 10/min | 20/min | 60/min | None | None |
| Dedicated concurrency slots | — | — | — | 1 | 4 | 16 | Custom |
| Available models | 32B | 32B | 32B + 14B | 32B + 14B | 32B + 14B | 32B + 14B | All + Custom |
| TTFT P50 | ~1.5s | ~1.5s | ~1.5s | ~1.5s | ~1.2s | ~1.0s | <1s |
| SLA uptime | — | — | — | 99% | 99.5% | 99.5% | 99.9% |
| Data residency | China | China | China | China | China | China | Your choice |
| Support response | Community | Community | Community | 48h | 24h | 4h | 24/7 |
| Custom system prompts | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| Tool calling | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| Streaming output | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| Usage dashboard | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| Custom fine-tuning | — | — | — | — | — | — | ✓ |
| On-premise deployment | — | — | — | — | — | — | ✓ |
Pay-as-you-go (Alternative)
Prefer per-token billing instead of a subscription? You can charge usage to your account balance:
| Model | Input | Output | Best for |
|---|---|---|---|
| Qwen2.5-32B (STORM main) | $0.50 / 1M | $1.00 / 1M | Complex code, Agents, long context |
| Qwen2.5-14B (Mac M4) | $0.20 / 1M | $0.40 / 1M | Simple tasks, classification, extraction |
Why STORM vs OpenAI / Claude / DeepSeek
| Capability | STORM | OpenAI GPT-4o-mini | Anthropic Claude 3.5 | DeepSeek |
|---|---|---|---|---|
| Output price ($/1M tokens) | $1.00 | $0.60 | $15 | $0.30 |
| Dedicated capacity (no noisy neighbor) | ✓ | — | — | — |
| No rate limits on paid tier | ✓ | — | — | — |
| Data stays on our hardware (never trained on) | ✓ | Opt-out | Opt-out | Opt-out |
| Tool calling / Function calling | ✓ | ✓ | ✓ | ✓ |
| Full system prompt control | Full | Limited | Limited | Limited |
| 1,280 tests, 0 structural errors | ✓ | n/a | n/a | n/a |
Get Started in 60 Seconds
STORM is OpenAI API compatible. Drop in your key, change the base_url, and you're running.
100,000 free tokens every month. No credit card required for the Free tier.
Payment Methods
FAQ
Enterprise & Custom
Need something beyond Business? We work directly with compliance-sensitive teams:
Contact: [email protected]
Trust & Transparency
Ready to build?
Get a free key in 60 seconds. No credit card.
At-a-Glance
📧 联系我们Contact Us
有建议、投诉或合作意向?直接留言,内容将发送至我们的邮箱。Suggestions, feedback, or partnerships? Leave a message and we'll get back to you.