GPT-5 Chat

Advanced AI model designed for sophisticated language understanding and generation tasks

openai
text
200,000 tokens
Context Length

200,000

tokens

Avg Latency

N/A

response time

Success Rate

99.0%

reliability

Total Requests

1M+

processed

Model Capabilities

Chat Completion Streaming Function Calling

Technical Specifications

Basic Information
Model ID:
openai/gpt-5-chat
Provider:
openai
Category:
text
Status:
Active
Performance & Limits
Context Length:
200,000 tokens
Max Requests:
10000/day
Version:
1.0
Added:
8/19/2025

Pricing

Input Tokens: $0.008/1K
Output Tokens: $0.025/1K

Prices are per 1,000 tokens. Actual costs may vary based on usage patterns.
Quick Start Guide

Get started with this model in seconds

cURL Example
curl -X POST https://axione.vercel.app/api/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/gpt-5-chat",
    "messages": [
      {"role": "user", "content": "Hello, world!"}
    ],
    "max_tokens": 150,
    "temperature": 0.7
  }'
Replace YOUR_API_KEY with your actual API key from the dashboard

Related Models