GPT-5 Mini
OpenAI 更快、更省成本的 GPT-5 变体,适合低延迟与高并发场景。
上下文窗口
400,000
GPT-5 Mini
最大输出
128,000
1M tokens
输入
$0.25
输出
$2
gpt-5-mini试玩区
gpt-5-miniClick or drag
暂无输出
定价
| 方案 | 上下文窗口 | 最大输出 | 输入 | 输出 | 缓存写入 | 缓存读取 |
|---|---|---|---|---|---|---|
GPT-5 Mini | 400,000 | 128,000 | $0.25 | $2 | - | $0.025 |
该价格为 OpenAI 官方 GPT-5 mini 定价。
缓存输入价格适用于复用的提示词 tokens。
缓存读取或缓存输入价格适用于复用的提示词 tokens。
README
- OpenAI 将 GPT-5 mini 定位为 GPT-5 的更快、更省成本版本,适合定义明确的任务。
- 它延续了 GPT-5 家族的 API 能力,包括工具调用和结构化输出,但更强调低延迟和低单次成本。
- 它非常适合高并发助手、分类与路由层,以及以成本和响应速度为首要约束的生产系统。
API
API
端点
POST /v1/chat/completions认证
Authorization: Bearer YOUR_REACH_API_KEY Content-Type: application/json
示例
curl -X POST "https://direct.reachapi.ai/v1/chat/completions" \
-H "Authorization: Bearer YOUR_REACH_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "YOUR_MODEL_ID",
"messages": [
{
"role": "user",
"content": "Introduce ReachAPI in one sentence."
}
],
"temperature": 0.2
}'相关模型
GPT-6 Astra
OpenAI's flagship model for demanding end-to-end work.
GPT-5.6 Luna
OpenAI's GPT-5.6 model for efficient, cost-sensitive, high-volume workloads.
GPT-5.6 Sol
OpenAI's GPT-5.6 flagship model for the most demanding production reasoning, coding, and agent workflows.
GPT-5.6 Terra
OpenAI's GPT-5.6 model for strong intelligence with a balanced cost profile.
GPT-5.5
OpenAI's newest frontier model for the most complex coding, reasoning, and professional workflows.
GPT-5.4
OpenAI's frontier model for complex professional, coding, and agentic work at scale.
GPT-5.4 Mini
OpenAI's strongest mini model for coding, computer use, and high-volume agent tasks.
GPT-5.3 Codex
OpenAI's most capable agentic coding model to date.
GPT-5.2
OpenAI's stronger GPT-5-family model for professional, general-purpose, and agentic work.
GPT-5.1
OpenAI's flagship model for coding and agentic tasks with configurable reasoning.
GPT-5.1 Codex
OpenAI's GPT-5.1 variant optimized for agentic coding in Codex workflows.
GPT-5
OpenAI's previous intelligent reasoning model for coding and agentic tasks.
GPT Image 2.5 Flare
OpenAI's fastest model for high-quality, everyday image generation and editing.
GPT Image 2.5 Sunburst
OpenAI's most capable image model for high-quality generation and precision editing.
GPT Image 2
OpenAI's state-of-the-art image generation model for high-quality creation and editing with text and image inputs.
GPT Image 2 Async
ReachAPI's asynchronous GPT Image 2 workflow for task-based image generation and editing with callback-ready results.
