Response listing available models.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ModelListResponse", "type": "object", "description": "Response listing available models.", "properties": { "object": { "type": "string" }, "data": { "type": "array" } } }