OpenAI

OpenAI: GPT-6 Astra

Chat
openai/gpt-6-astra

GPT-6 Astra is OpenAI's flagship model for demanding end-to-end work. It is suited for advanced analysis, software engineering, deep research, scientific work, and document creation, with particular strengths in long-horizon tasks.

上下文窗口
1M
最大输出 Token
128K
发布日期
2026-09-04
能力
视觉函数调用推理提示缓存网络搜索
可用供应商
OpenAIOpenAIAzureAzure
支持的协议
OpenAIopenaiAnthropicanthropic

供应商

AzureAzure
输入 Token
$10/M
输出 Token
$50/M
缓存读取
$1/M
缓存写入
$12.5/M
网络搜索
$0.01/R
接入协议
OpenAIopenai/v1/chat/completions/v1/responses
Anthropicanthropic
OpenAIOpenAI
输入 Token
$10/M
输出 Token
$50/M
缓存读取
$1/M
缓存写入
$12.5/M
网络搜索
$0.01/R
接入协议
OpenAIopenai/v1/chat/completions/v1/responses
Anthropicanthropic

代码示例

from openai import OpenAI
client = OpenAI(
base_url="https://api.ofox.io/v1",
api_key="YOUR_OFOX_API_KEY",
)
response = client.chat.completions.create(
model="openai/gpt-6-astra",
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(response.choices[0].message.content)

运行状态

常见问题

OpenAI: GPT-6 Astra 在 Ofox.ai 上的价格为输入 $10/M/百万 Token,输出 $50/M/百万 Token。按量计费,无月费。