Claude Sonnet API
A high-quality model for reasoning, coding, and careful business workflows.
Context
200K
Input price
from $3 / 1M tokens
Output price
from $15 / 1M tokens
writingcoding
curl https://api.onemux.net/v1/chat/completions \
+ -H "Authorization: Bearer $ONEMUX_API_KEY" \
+ -H "Content-Type: application/json" \
+ -d '{"model":"gpt-4o","messages":[{"role":"user","content":"Hello OneMux"}]}'