ThaiRouter
One API for Thai language models. Bring your existing OpenAI SDK, swap the base URL, pay per token.
Models
Quick start
curl https://api.thairouter.ai/v1/chat/completions \
-H "Authorization: Bearer sk-tr-..." \
-H "Content-Type: application/json" \
-d '{"model":"thairouter/glm-5.3-flash","messages":[{"role":"user","content":"สวัสดี"}],"stream":true}'