Playground

Try different models

Sign in to send messages. New accounts get $10 in playground credits (stored on your profiles row in Supabase). Live traffic uses TOKN_API_KEY — see API docs.

Explain why smaller context windows can still win on latency.
Smaller windows mean less prefill and KV cache pressure per request, so time-to-first-token often drops. Teams shard work across calls instead of one giant prompt — that is usually cheaper and easier to debug at scale.

Sending requires sign-in.