model management
Model Info
Retrieve information about a specific model accessible to your API key.
Returns model details only if the model is available to your API key/team. Returns 404 if the model doesn't exist or is not accessible.
Follows OpenAI API specification for individual model retrieval. https://platform.openai.com/docs/api-reference/models/retrieve
Query parameters mirror /v1/models so the same caller context (team scoping, health filtering, paused deployments) drives both endpoints; the listing's public id must resolve to the same internal deployment here.
get/v1/models/{model_id}
Path parameters
model_idstring required
Query parameters
team_idstring nullable
healthy_onlyboolean nullable
Response
Successful Response
{"stackTrail":"paths:/v1/models/{model_id}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}