cURL
curl --request GET \ --url https://api.example.com/openai/v1/models \ --header 'Authorization: Bearer <token>'
{ "data": [ { "created": 123, "id": "<string>", "object": "model", "owned_by": "system" } ], "object": "<string>", "$schema": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Show child attributes
A URL to the JSON Schema for this object.
"https://example.com/openai/schemas/PageListModel.json"