Gpt 5 Chat Latest
OpenAI
chat
text
gpt-5-chat-latestSystem Messages
JSON Schema
Vision
Caching
PDF
Native Streaming
Reasoning
OpenAI
gpt-5-chat-latestContext 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-latestAPI Model ID
gpt-5-chat-latestПример использования
curl https://api.aijora.com/chat/completions \
-H "Authorization: Bearer <ВАШ_API_KEY>" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-5-chat-latest",
"messages": [
{"role":"system","content":"You are a helpful assistant."},
{"role":"user","content":"Привет! Расскажи о себе."}
]
}'