models
Retrieve a model
Return one model by name. OpenAI Models-API parity.
get/v1/models/{model}
Path parameters
modelstring required
A built-in model id, or the fine_tuned_model value of a model you trained.
Example:morph-v3-fast
Identifies the model to read.
Response
The model.
Example response
{
"id": "morph-v3-fast",
"object": "model",
"created": 1780107000,
"owned_by": "morph"
}