OpenAI

Gpt 5 Nano

OpenAI
chat
text
gpt-5-nano
System Messages
JSON Schema
Vision
Tools
Tool Choice
Caching
PDF
Native Streaming
Web Search
Reasoning
OpenAI
OpenAI
gpt-5-nano
Context Size
272K
Max Output
128K
Pricing
Input
0.00000425 ₽
/tok
Cached
0.00000043 ₽
/tok
Output
0.00003400 ₽
/tok
Capabilities
System Messages
JSON Schema
Vision
Tools
Tool Choice
Caching
PDF
Native Streaming
Web Search
Reasoning

API

Model Name
gpt-5-nano
API Model ID
gpt-5-nano

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

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