← Back to models
Other / MODEL SPECIMEN

GLM-5.2

GLM-5.2

Provided by Other through the unified Kaista Cloud interface.

AvailabilityAvailable
PricingPriced
Input / 1M tokensUS$ 1.61
Output / 1M tokensUS$ 5.6
Minimum reserveUS$ 0.05
Last synced8/6/2026
INTERFACE

Interface and capabilities

  • OpenAI-compatible Chat Completions
  • Bearer API key authentication
  • Request-level usage and cost ledger
  • Non-streaming responses in the first release

Context length and multimodal support will sync from verified upstream metadata. Kaista Cloud does not publish guessed capability values.

CURL

Request example

curl -X POST https://kaistacloud.com/v1/chat/completions \
  -H "Authorization: Bearer $KAISTA_CLOUD_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"GLM-5.2","messages":[{"role":"user","content":"Hello"}]}'