x-api-key
anthropic-version
x-goog-api-key
key
Authorization: Bearer ********************
curl --location --request GET 'https://www.antapi.ai//v1/models' \ --header 'Authorization: Bearer <token>'
{ "object": "list", "data": [ { "id": "gpt-4", "object": "model", "created": 0, "owned_by": "openai" } ] }