GPT-6 Astra API
通过 Wokey 调用 GPT-6 Astra,查看带时间边界的目录价格、官方原生支持接口、上下文和模型能力。
- 模型 ID
gpt-6-astra- 供应商
- openai
- 供应状态
- 当前可调用
目录价格快照
价格单位为每 100 万 tokens;实际结算以请求处理时价格为准。
| 计费项 | Wokey | 官方参考 | 节省幅度 |
|---|---|---|---|
| Input | $0.9 | $10 | 91% |
| Output | $4.5 | $50 | 91% |
| Cache read | $0.09 | $1 | 91% |
| Cache write | $1.125 | $12.5 | 91% |
价格检查时间:
官方价格来源: https://developers.openai.com/api/docs/models/gpt-6-astra
模型能力
- Context
- 1,050,000 tokens
- 最大输出
- 128,000 tokens
- Streaming
- 支持
- Tools
- 支持
- Vision
- 支持
- 支持接口
/v1/chat/completions·/v1/responses
发送请求
/v1/chat/completions
curl https://api.wokey.ai/v1/chat/completions \
-H "Authorization: Bearer $WOKEY_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"gpt-6-astra","messages":[{"role":"user","content":"Hello"}]}'/v1/responses
curl https://api.wokey.ai/v1/responses \
-H "Authorization: Bearer $WOKEY_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"gpt-6-astra","input":"Hello"}'常见问题
GPT-6 Astra API 价格是多少?与官方 API 相比能节省多少?
截至 2026-09-04,Wokey 输入价为 $0.9 / 1M tokens,输出价为 $4.5 / 1M tokens;官方参考价分别为 $10 和 $50。输入较官方参考价低 91%,输出低 91%。实际结算以请求处理时价格为准,官方定价来源见本页链接。
GPT-6 Astra 支持哪些 API 接口,如何通过 Wokey 调用?
GPT-6 Astra 支持 /v1/chat/completions(Chat Completions 请求)、/v1/responses(Responses 请求)。将 API Base URL 设为 https://api.wokey.ai,使用 Wokey API Key,并把模型 ID 设为 canonical ID gpt-6-astra;可先使用 /v1/responses。本页“发送请求”部分提供了每一种支持接口的 curl 示例。
GPT-6 Astra 的上下文窗口和最大输出是多少?
GPT-6 Astra 的目录上下文窗口为 1,050,000 tokens,最大输出为 128,000 tokens。上下文窗口和最大输出是两个不同限制,实际请求还要满足处理时的上游约束。
GPT-6 Astra 的缓存读取和缓存写入如何计费?
缓存读取:Wokey 为 $0.09 / 1M tokens,官方参考为 $1 / 1M tokens。缓存写入:Wokey 为 $1.125 / 1M tokens,官方参考为 $12.5 / 1M tokens。
GPT-6 Astra 支持流式输出、工具调用和图片输入吗?
流式输出:支持;工具调用:支持;图片输入:支持。这些结果直接来自当前运行时模型目录,不根据模型名称推断。
相关模型与文档
获取 API Key · gpt-6-astra