📊 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 (登录用户可创建,每账号最多5个)(Max 5 keys per account)
Key 列表Key List
| 名称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.
💬
点击下方按钮开始对话Click below to start chatting
📊 每日用量Daily Usage
API 请求次数API Requests
Token 调用量Token Usage
🧾 充值账单Recharge Bills
| 订单编号Order ID | 金额Amount | 状态Status | 创建时间Time |
|---|---|---|---|
| 暂无记录No records | |||
🔄 退款管理Refund
⚠ 提示Notice
- 未消耗且未开具发票的充值余额,支持全额退款Unused uninvoiced balance: full refund.
- 已消耗金额不支持退款;已开票未消耗金额,先作废发票再申请Consumed: non-refundable. Void invoices first.
- 对公汇款暂不支持在线申请退款Wire transfers: not supported online.
- 微信/支付宝超12个月、Paypal超180天的不支持退款WeChat/Alipay >12m, Paypal >180d: non-refundable.
- 计费可能有延迟,可退款金额为预估Billing may have delays. Amount estimated.
- 通过后5个工作日内原路退回Approved: within 5 business days.
- 一个账号仅一笔处理中的退款One pending refund per account.
申请退款金额Refund Amount
📄 发票管理Invoices
📌 开票规则Rules
- 发票抬头需与实名认证一致Title must match verified identity.
- 约7个工作日,邮件发送~7 business days via email.
- 已开票金额不予退款Invoiced amounts non-refundable.
- 开票信息提交后无法修改Cannot modify after submission.
可开票金额Available
📡 可用模型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
- 1M tokens/month
- 10 req/min
- Qwen2.5-32B
- Shared concurrency
- Email 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 | Starter | Developer | Pro | Business | Enterprise |
|---|---|---|---|---|---|---|
| Monthly tokens | 100K | 1M | Unlimited | Unlimited | Unlimited | Unlimited |
| Rate limit | 5/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 | All + Custom |
| TTFT P50 | ~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 | Your choice |
| Support response | 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 | Anthropic Claude 3.5 | DeepSeek |
|---|---|---|---|---|
| Output price ($/1M tokens) | $1.00 | $10 | $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
📊 24h 请求趋势Requests
📈 24h Token 用量Usage
🔑 所有 KeyAll Keys
| 名称Name | ID | 用量/配额Usage/Quota | 限速Rate | 状态Status | 操作Actions |
|---|
🌐 最近 IPRecent IPs
| IP | 请求数Requests | 最后访问Last Seen |
|---|
💵 各 Key 费用Key Costs
| Key | Token 用量Tokens | 费用Cost | 配额比Quota% |
|---|
📧 联系我们Contact Us
有建议、投诉或合作意向?直接留言,内容将发送至我们的邮箱。Suggestions, feedback, or partnerships? Leave a message and we'll get back to you.
或直接发邮件:Or email: [email protected]