Tarseek API
Models
A model page is a capability card. Pricing, context windows, availability, and deployments come from the live catalog, not from static documentation.
Discover models with GET /v1/catalog/models. GET /v1/models returns OpenAI-shaped IDs for listed, operational models.
Model IDs
Use the catalog public_model_id (typically developer/model-name) as model in chat requests.
Capability card fields
| Field | Meaning |
|---|---|
| developer | Organization that created the model |
| input / output modalities | text, image, audio, and other modalities advertised for the model |
| context_window, max_output_tokens | Limits, when ingested for that model |
| supported_parameters | Normalized request fields supported by the model |
| supported_endpoints / features / tools / reasoning_efforts | Machine-readable capability metadata synchronized from official sources |
| supports_tools / structured_output / reasoning | Feature flags |
| lifecycle_status | preview, ga, deprecated |
| deployments | Providers, prices, and regions |
| availability | Operational models appear on /v1/models; the catalog may also list models that are not currently invocable |
