openai
OpenAI GPT-5.4 Nano
openai/gpt-5.4-nano
Input$0.200 /1M tokens
·Output$1.25 /1M tokens
GPT-5.4 nano is the most lightweight and cost-efficient variant of the GPT-5.4 family, optimized for speed-critical and high-volume tasks. It supports text and image inputs and is designed for low-latency...
Code Examples
import requests
response = requests.post(
"https://neurongate.net/v1/chat/completions",
headers={
"Authorization": "Bearer ng-your-api-key",
"Content-Type": "application/json"
},
json={
"model": "openai/gpt-5.4-nano",
"messages": [
{"role": "user", "content": "Hello!"}
]
}
)
print(response.json()["choices"][0]["message"]["content"])Pricing Details
| Example | Cost |
|---|---|
| 1K input tokens (short prompt) | $0.00020 |
| 1K in + 500 out (typical response) | $0.00082 |
| 10K in + 2K out (document analysis) | $0.00450 |
| 100K in + 10K out (large context) | $0.0325 |
Prices in USD. Billed per actual token usage. Prepay with USDT, USDC, ETH, or BTC.
Frequently Asked Questions
Capabilities
Streaming
YesFunction Calling / Tools
YesVision (Image Input)
YesAudio Processing
NoContext Window
400K tokens
~300K words of text
Max output
128K tokens
Modalities
Input
fileimagetext
Output
text