GLM API
GLM API
Two Z.ai models on the standard Text API passthrough. Every model here answers on all four request formats the Text API supports.
OpenAI Chat Completions
POST https://api.beatapi.io/v1/chat/completions
Both report reasoning tokens under usage.completion_tokens_details.reasoning_tokens, counted in completion_tokens and billed as output.
Other SDK formats
The same models answer on /v1/responses, /v1/messages and the Gemini-compatible endpoint. The request and response shapes are identical for every text model, so they are documented once on the Text API page rather than repeated here.
Authentication and availability
One BeatAPI key reaches every model on this page — there is no per-vendor key, no per-vendor base URL, and no separate signup. Send Authorization: Bearer <BEATAPI_API_KEY> against https://api.beatapi.io.

