Skip to main content

GPT-5 Nano

Approved Data Classifications

Description

GPT-5 Nano is OpenAI’s smallest GPT-5 variant for low-latency, high-throughput, cost-sensitive workloads. It is intended for routing, extraction, classification, and other lightweight automation tasks while keeping the same OpenAI API surface as the larger GPT-5 family.

Capabilities

ModelKnowledge CutoffInputOutputContext LengthCost (per 1 million tokens)
gpt-5-nanoMay 30 2024Text, ImageText400,000$0.05/1M input
$0.40/1M output
info
  • 1M represents 1 Million Tokens
  • All prices listed are based on 1 Million Tokens

Availability

Cloud Provider

Usage

curl -X POST https://api.ai.it.ufl.edu/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <API_TOKEN>" \
-d '{
"model": "gpt-5-nano",
"messages": [
{
"role": "system",
"content": "You are a helpful assistant."
},
{
"role": "user",
"content": "Write a haiku about an Alligator."
}
]
}'

References

  1. OpenAI
    https://openai.com/
  2. LLM Stats
    https://llm-stats.com
  3. Artificial Analysis
    https://artificialanalysis.ai