Back to Models

OpenAI: GPT-5 Chat

openai/gpt-5-chat
Aug 7, 2025128K context16.4K max output$1.25/M in · $10.00/M out

Description

GPT-5 Chat is designed for advanced, natural, multimodal, and context-aware conversations for enterprise applications.

Specifications

Provider
openai
Context Length
128K
Max Output
16.4K
Modality
Infileimagetext
Outtext

Pricing

TypePrice / 1M tokens
Input$1.25
Output$10.00
Cache Read$0.13
Web Search$0.01 / call

Quick Start

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!"}]
  }'