API Reference

Chat Models

1 endpoints under /api/chat-models

get/api/chat-models
๐Ÿ”‘ API keyCHAT_MODEL_READ

List Chat Models

Get chat models with pagination, sorting, and filtering.

Query parameters

FieldTypeRequiredDescription
pageintegerโ€”Page number
page_sizeintegerโ€”Items per page
sort_bystring | nullโ€”Field to sort by
sort_orderstringโ€”Sort order
searchstring | nullโ€”Search in name, label, or provider
namestring | nullโ€”Filter by model name
providerProvider | nullโ€”Filter by provider
is_activeboolean | nullโ€”Filter by active status
is_defaultboolean | nullโ€”Filter by default status
is_operationalboolean | nullโ€”Filter by operational status
file_uploadboolean | nullโ€”Filter by file upload capability
tool_callingboolean | nullโ€”Filter by tool calling capability
structured_outputboolean | nullโ€”Filter by structured output capability
image_creationboolean | nullโ€”Filter by image creation capability

Responses

  • 200Successful ResponsePaginatedResponse_ChatModelDTO_