List models
Lists the currently available models, and provides basic information about each one such as the owner and availability.
curl -X GET "https://openai.ideomind.org/v1/models"{
"object": "list",
"data": [
{
"id": "string",
"object": "model",
"created": 0,
"owned_by": "string",
"modalities": [
"string"
]
}
]
}{
"error": "string"
}{
"error": "string"
}