curl --request GET \ --url https://premai.io/v1/models/{id}/
{ "id": 123, "name": "<string>", "model_type": "text2text", "model_provider": "openai" }
A unique integer value identifying this Model.
The response is of type object.
object
Was this page helpful?