Description
[GPT-5](https://openrouter.ai/openai/gpt-5) Image combines OpenAI's most advanced language model with state-of-the-art image generation capabilities. It offers major improvements in reasoning, code quality, and user experience while incorporating GPT Image 1's superior instruction following, text rendering, and detailed image editing.
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: OpenAI: GPT-5 Image (openai/gpt-5-image)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "openai/gpt-5-image",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the OpenAI: GPT-5 Image model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
- Images
API Pricing
- Input: 10$ / 1M tokens
- Output: 10$ / 1M tokens
- Image: 0$ / image
Token Limits
- Max Output: 128,000 tokens
- Max Context: 400,000 tokens
Subscription Tiers
- free
- pro
- ultimate