# Models

Live public models, capabilities, limits, pricing, readiness, and available capacity.

The catalog below loads from `GET /v1/models` once per page visit. Runtime fields are never maintained by hand in guide prose. If live discovery fails, the page keeps working from the build snapshot and labels the data as a snapshot.

<!--MODEL_CATALOG-->

## Choose by capability

Use `supported_endpoints`, `input_modalities`, and `supported_features` instead of assuming every chat model supports tools, vision, reasoning, or structured output. Context and output limits can differ by modality.

## Read the metadata directly

```bash
curl https://api.koscompute.com/v1/models
```

Pricing is returned in the public model metadata. Chat token rates use per-token fields such as `prompt`, `completion`, and `input_cache_read`; display clients can multiply those values to their preferred unit. Audio and speech models expose media-specific pricing units where applicable.
