openai
gpt-5-nano-2025-08-07
Context
128K
Input
text
Output
text
Tool calling
Supported
About this model
GPT-5 Nano is a lightweight, low-latency language model designed for cost-efficient text generation, chat, and tool-calling workloads.
Capabilities
text
Available through the unified API
Quick start
View API docscurl https://api.oneinfer.ai/v1/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "88eab89dcbeb41de98f60a5c2461b2f4",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'Providers
Available routing options for this model through OneInfer.
openai
88eab89dcbeb41de98f60a5c2461b2f4
Input
$0.050 / 1M
Output
$0.400 / 1M
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Input tokens | $0.050 / 1M |
| Output tokens | $0.400 / 1M |
Performance
Published evaluation results associated with this model.
No benchmark data is listed for this model.
API example
curl https://api.oneinfer.ai/v1/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "88eab89dcbeb41de98f60a5c2461b2f4",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'