Skip to main content

Module models

Module models 

Source
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 name
  • id — substring match on model ID
  • input_modality — model must support this input modality
  • output_modality — model must support this output modality

Structs§

ModelQuery
Query parameters for filtering the model list.

Functions§

models_filter
Creates a warp filter for GET /v1/models.