Skip to content

TEMUCLAUDE API

Frontier-focused routing, without the sprawl.

One OpenAI-compatible endpoint automatically routes general reasoning to GLM 5.2, implementation and autonomous workflows to Kimi K3, and code repair or review to Grok 4.5.

curl https://temuclaude.com/v1/chat/completions \
  -H "Authorization: Bearer $TEMUCLAUDE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"temuclaude/temuclaude","messages":[{"role":"user","content":"Build a deployment workflow for my Next.js app"}]}'
Read the API documentation →