AI accessmade tactile.
wyzAI turns model access into a controlled, observable, OpenAI-compatible operating layer.多模型路由、额度、Realtime logs、成本控制,统一在一个入口里。

Built for the messy middle between prototype and production.
不是再做一个“能调用模型”的入口,而是把速度、额度、路由、监控和稳定性放进同一套操作语言里。 Every request gets a path, a ledger, and a signal trail.
把模型调用变成一条稳定电路
Edge route selection, retry policy, and streaming transport are handled before your app notices the weather.
现有代码只换一行 baseURL
Python, Node.js, Java, and OpenAI-style SDKs keep the same call shape. Migration stays small enough for one deploy window.
额度、分组、账单都落在可控边界内
Scheduled quota resets, Codex groups, usage caps, and request logs make AI spend visible before it becomes a surprise.
为生产环境准备的接口纪律
Keys, traffic, rate limits, and account boundaries are separated so teams can scale without sharing a single fragile secret.
Three moves from idea to live traffic.
换 endpoint,业务不动
把官方 baseURL 指向 wyzAI gateway,现有 messages、stream、model 字段保持原样。
按场景选择模型分组
为 Codex、chat、vision 或 automation 分组设定额度与优先级,路由策略独立演进。
让每次调用留下信号
Latency, token usage, failure reason, and spend curve stay visible, so product work can move faster.
Keep your SDK. Change the pressure system.
你的代码继续用熟悉的 OpenAI shape,wyzAI 在下层处理路由、额度与稳定性。开发者只需要关心产品体验。
01import OpenAI from "openai";02 03const client = new OpenAI({04 apiKey: process.env.WYZAI_API_KEY,05 baseURL: "https://shell.wyzlab.ai"06});07 08const stream = await client.chat.completions.create({09 model: "gpt-4o-mini",10 stream: true,11 messages: [12 { role: "user", content: "把部署日志总结成中文" }13 ]14});15 16for await (const chunk of stream) {17 process.stdout.write(chunk.choices[0]?.delta?.content ?? "");18}Watch every token leave the building.
Token 用量、失败原因、延迟曲线、成本预估全部在同一个面板里。你不需要猜,系统会把每条请求留下痕迹。
Live status查看服务状态AI traffic cockpit
35 天有效期。每 7 天刷新额度。
三档 Codex 月卡,覆盖轻度探索、日常开发与高频生产。售价以人民币计,使用额度以美元计。
Codex 月卡·轻享
- 每 7 天 $300 Codex 额度
- 按订阅生效时间每 7 天刷新
- 有效期 35 天
- 额度与用量随时可查
- 适合轻度使用
Codex 月卡·标准
- 每 7 天 $750 Codex 额度
- 按订阅生效时间每 7 天刷新
- 有效期 35 天
- 额度与用量随时可查
- 适合日常开发、中度使用
Codex 月卡·重度
- 每 7 天 $1,600 Codex 额度
- 按订阅生效时间每 7 天刷新
- 有效期 35 天
- 额度与用量随时可查
- 适合高频调用、重度使用
有效期 35 天 · 从订阅生效时间起每 7 天刷新额度,非固定周一 · 到期后自动停止 · 具体权益与价格以购买页面为准
Ship the thing. Keep the signal.
立即获取 API Key,把下一次模型调用接入可观测、可计费、可扩展的 wyzAI layer。
前往开放平台