Playground
Test any model with the same API your code will use. Switch providers without changing a line.
Configure
Claude Sonnet 4.6
Anthropic, 200K context, 3.30 / 16.50 Credits per 1M tokens
0.7
1.00
2,048
\nUser:END
StreamingLoading…
⌘ + ↵ to send
Use this in your code
Same request, drop-in
curl https://api.tokmux.dev/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $TOKMUX_KEY" \
-d '{
"model": "anthropic/claude-sonnet-4-6",
"messages": [
{"role": "system", "content": "You are a senior support engineer..."},
{"role": "user", "content": "Our mobile app is hitting 429 errors on TTS..."}
],
"temperature": 0.7,
"max_tokens": 2048,
"stream": true
}'Last response