Public tier matrix. Returns the full TIERS array — deposit threshold, RPM, TPM, image/video/audio concurrency caps per tier. Cached 5 min.
Public, no authentication required. Returns Kyma’s complete rate-limit tier ladder so docs, dashboard signup flows, and external tools can show “what you unlock at each spend threshold” without hardcoding the matrix in two places. The response isDocumentation Index
Fetch the complete documentation index at: https://docs.kymaapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Cache-Control: public, max-age=300 (5 minutes).
"tier.matrix".| Field | Type | Meaning |
|---|---|---|
tier | number | Tier number (0–4) |
name | string | Display name ("Tier 0" … "Tier 4") |
min_deposit | number | Minimum cumulative Stripe deposit in USD to qualify for this tier |
rpm | number | Requests per minute (text/code endpoints, global per-user) |
per_model_rpm | number | Requests per minute for any single model (text/code) |
tpm | number | Tokens per minute (text/code, global per-user) |
max_single_request | number | Upper bound for tokens in a single request (input + estimated output) |
image_concurrent | number | Max concurrent image generation jobs |
image_queue_depth_cap | number | Max queued image jobs ahead of the concurrency gate. 0 on Tier 4 (uses combined pool) |
video_concurrent | number | Max concurrent video generation jobs. 0 on Tier 0 (video blocked entirely) |
video_queue_depth_cap | number | Max queued video jobs. 0 on Tier 0 (blocked) and Tier 4 (combined pool) |
audio_concurrent | number | Legacy aggregate cap — max() across audio sub-pools |
audio_concurrent_per_provider | object | Per-provider audio sub-pool caps. Keys: groq, vertex, elevenlabs, minimax, openai. See Audio sub-pools. |
combined_media_concurrent | number? | Tier 4 only. Image + video share this combined concurrent pool (38 total). |
combined_queue_depth_cap | number? | Tier 4 only. Queue depth cap for the combined pool (114). |
Cache-Control: public, max-age=300 (5 minutes). Tier matrix changes infrequently (typically only when Kyma raises caps, e.g. after upstream key rotation or quota upgrades).
500 on internal error.
GET /v1/pricing — companion catalog of all SKU pricingGET /v1/auth/limits — your account’s CURRENT tier (requires auth, returns your specific tier_override if set)