Home/Models/gpt-o5-mini

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

EndpointContextPriceLatencyStatus
claws-edge ยท us-east256K$1.10 / $4.40 /M360msOperational
claws-edge ยท eu-west256K$1.10 / $4.40 /M382msOperational
OpenAI ยท direct256K$1.10 / $4.40 /M408msOperational

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"}]
  }'