OpenAI

Gpt 5 Chat

OpenAI
chat
text
gpt-5-chat
System Messages
JSON Schema
Vision
Caching
PDF
Native Streaming
Reasoning
OpenAI
OpenAI
gpt-5-chat
Context Size
128K
Max Output
16K
Pricing
Input
0.00010625 ₽
/tok
Cached
0.00001062 ₽
/tok
Output
0.00085000 ₽
/tok
Capabilities
System Messages
JSON Schema
Vision
Caching
PDF
Native Streaming
Reasoning

API

Model Name
gpt-5-chat
API Model ID
gpt-5-chat

Пример использования

curl https://api.aijora.com/chat/completions \
  -H "Authorization: Bearer <ВАШ_API_KEY>" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-5-chat",
    "messages": [
      {"role":"system","content":"You are a helpful assistant."},
      {"role":"user","content":"Привет! Расскажи о себе."}
    ]
  }'