Skip to main content
curl https://tokendog.io/v1/chat/completions \
  -H "Authorization: Bearer $TOKENDOG_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"gpt-5","messages":[{"role":"user","content":"Introduce yourself in one sentence."}]}'
Switch providers by changing model — e.g. Zhipu glm-5.1 or MiniMax MiniMax-M2.7.