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