pydo.genai.list_models()

Generated on 17 Apr 2025 from pydo version v0.10.0

Description

To list all models, send a GET request to /v2/gen-ai/models.

Parameters

Name Type Required Description Default Value
usecases array False Include only models defined for the listed usecases.

- MODEL_USECASE_UNKNOWN: The use case of the model is unknown
- MODEL_USECASE_AGENT: The model maybe used in an agent
- MODEL_USECASE_FINETUNED: The model maybe used for fine tuning
- MODEL_USECASE_KNOWLEDGEBASE: The model maybe used for knowledge bases (embedding models)
- MODEL_USECASE_GUARDRAIL: The model maybe used for guardrails
public_only boolean False Only include models that are publicly available.
page integer False Page number.
per_page integer False Items per page.

More Information

See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.

We can't find any results for your search.

Try using different keywords or simplifying your search terms.