返回模型列表

OpenAI: GPT-5 Chat

openai/gpt-5-chat
Aug 7, 2025128K 上下文16.4K 最大输出$1.25/M in · $10.00/M out

描述

GPT-5 Chat 面向企业应用,支持高级、自然、多模态、context-aware 的对话。

技术规格

供应商
openai
上下文长度
128K
最大输出
16.4K
模态类型
输入fileimagetext
输出text

定价

类型价格 / 百万 Token
输入$1.25
输出$10.00
缓存读取$0.13
网络搜索$0.01 / 次

快速开始

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/gpt-5-chat",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'
OpenAI: GPT-5 Chat — Pricing & API on OminiGate