
gpt-o5-mini
OpenAITextProprietary
Context
256K
Input
$1.10/M
Output
$4.40/M
Throughput
130tok/s
Latency
360ms
Popularity
47%
Overview
GPT-o5-mini is a compact reasoning model with a generous context window. It punches above its size on analysis and document work while staying inexpensive enough for everyday agent loops.
Capabilities
REASONINGStrong multi-step reasoning and planning.
LONG CONTEXTHandles very large documents and histories.
Routing & endpoints
| Endpoint | Context | Price | Latency | Status |
|---|---|---|---|---|
| claws-edge ยท us-east | 256K | $1.10 / $4.40 /M | 360ms | Operational |
| claws-edge ยท eu-west | 256K | $1.10 / $4.40 /M | 382ms | Operational |
| OpenAI ยท direct | 256K | $1.10 / $4.40 /M | 408ms | Operational |
Sample request
curl https://api.claws.io/v1/chat/completions \
-H "Authorization: Bearer $CLAWS_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-o5-mini",
"messages": [{"role": "user", "content": "Hello"}]
}'