← All models
Try in Chat
GPT-OSS 20B
gpt-oss-20b
Compact open-source 20B parameter model. Fast and cost-effective.
chatfasttools
Pricing
| Provider | Location | Input | Output | Context window |
|---|---|---|---|---|
| OVHcloud | Gravelines, France | €0.04/M tokens | €0.17/M tokens | 128K |
OVHcloud Gravelines, France
- Input
- €0.04/M
- Output
- €0.17/M
- Context
- 128K
Specifications
Context window
128K
Providers
1
Released
Jun 2025
Try GPT-OSS 20B
Use this model directly in the ozeye chat interface.
Benchmarks
Loading benchmarks...
Latency
Loading latency data...
API
curl https://ozeye.ai/v1/chat/completions \
-H "Authorization: Bearer $OZEYE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-oss-20b",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'