Documentation Index
Fetch the complete documentation index at: https://docs.galtea.ai/llms.txt
Use this file to discover all available pages before exploring further.
Returns
Returns a list of Model objects matching the given filters.Example
Parameters
Filter by model IDs.
Filter by organization IDs.
Filter by exact model names.
Filter by partial name match.
Include default/predefined models in the results.
Include models owned by the user’s organization.
Filter models created at or after this timestamp. Accepts ISO 8601 string (e.g.,
'2024-01-01T00:00:00Z') or Unix timestamp in seconds.Filter models created at or before this timestamp. Accepts ISO 8601 string (e.g.,
'2024-12-31T23:59:59Z') or Unix timestamp in seconds.Sort by creation date. Valid values:
asc, desc.Number of results to skip before starting to collect. Use for pagination.
Maximum number of results to return in a single request.