Claude / MODEL SPECIMEN
Claude family
claude-familyLong-context, reasoning, and coding models. Exact model IDs will sync from TongYuan.
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.
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":"claude-family","messages":[{"role":"user","content":"Hello"}]}'