pydo.genai.get_custom_model()
Generated on 4 Jun 2026
from pydo version
v0.35.0
Usage
client.genai.get_custom_model(uuid="\"123e4567-e89b-12d3-a456-426614174000\"")Description
To retrieve details of a custom model, send a GET request to /v2/gen-ai/custom_models/{uuid}.
Parameters
uuidstring requiredUUID of the custom model to retrieve
Response Example
More Information
See /v2/gen-ai/custom_models/{uuid} in the API reference for additional detail on responses, headers, parameters, and more.