Description
GPT-5.4 is OpenAI’s latest frontier model, unifying the Codex and GPT lines into a single system. It features a 1M+ token context window (922K input, 128K output) with support for...
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: OpenAI: GPT-5.4 (openai/gpt-5.4)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "openai/gpt-5.4",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the OpenAI: GPT-5.4 model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
- Images
API Pricing
- Input: 2.5$ / 1M tokens
- Output: 15$ / 1M tokens
Token Limits
- Max Output: 128,000 tokens
- Max Context: 1,050,000 tokens
Subscription Tiers
- free
- pro
- ultimate