Expand description
Warp filter for the GET /v1/models endpoint.
Returns all models available across all configured providers, including metadata such as display name, description, context window, modalities, and the owning provider.
Supports optional query parameter filters:
provider— exact match on provider nameid— substring match on model IDinput_modality— model must support this input modalityoutput_modality— model must support this output modality
Structs§
- Model
Query - Query parameters for filtering the model list.
Functions§
- models_
filter - Creates a warp filter for
GET /v1/models.