Models
Show Available Models
Lists the currently available models and basic information about each model, such as its owner and availability.
Authorization
bearer AuthorizationBearer <token>
In: header
Header Parameters
Response Body
application/json
curl -X GET "https://example.com/v1/models" \ -H "Authorization: Bearer {{YOUR_API_KEY}}""{\n \"object\": \"list\",\n \"data\": [\n {\n \"id\": \"model-id-0\",\n \"object\": \"model\",\n \"created\": 1686935002,\n \"owned_by\": \"organization-owner\"\n },\n {\n \"id\": \"model-id-1\",\n \"object\": \"model\",\n \"created\": 1686935002,\n \"owned_by\": \"organization-owner\",\n },\n {\n \"id\": \"model-id-2\",\n \"object\": \"model\",\n \"created\": 1686935002,\n \"owned_by\": \"openai\"\n },\n ],\n \"object\": \"list\"\n}"