Authorization: Bearer ********************
curl --location --request GET 'https://api.pawmaas.com/v1/models/gemini-2.0-flash' \ --header 'x-api-key: sk-xxx' \ --header 'anthropic-version: 2023-06-01' \ --header 'x-goog-api-key: sk-xxx' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json'
{ "id": "gemini-2.0-flash", "object": "model", "created": 1626777600, "owned_by": "google" }