Skip to main content
Set stream: true to receive incremental chunks over Server-Sent Events.
curl https://tokendog.io/v1/chat/completions \
  -H "Authorization: Bearer $TOKENDOG_API_KEY" \
  -H "Content-Type: application/json" \
  -N \
  -d '{"model":"gpt-5","stream":true,"messages":[{"role":"user","content":"Count to 5"}]}'