KAISTA CLOUDModel Catalog
← Back to models
OpenAI / MODEL SPECIMEN

OpenAI family

openai-family

General chat, reasoning, and multimodal models. Exact model IDs will sync from TongYuan.

AvailabilitySync required
PricingUnpriced
Input / 1M tokens
Output / 1M tokens
Minimum reserve
Last synced
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":"openai-family","messages":[{"role":"user","content":"Hello"}]}'