pydo.genai.get_model_catalog_card()
Generated on 7 May 2026
from pydo version
v0.34.0
Description
Returns detailed information for a specific model in the catalog including capabilities, pricing, and code examples.
Parameters
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
id |
string | True | ||
model_id |
string | False | Model identifier used for API calls (e.g., “llama3.1-70b-instruct”). Alternative to UUID lookup. |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.