Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.aiohub.org/v1beta/models \ --header 'Authorization: Bearer <token>'
{ "models": [ { "name": "models/gemini-pro", "version": "<string>", "displayName": "<string>", "description": "<string>", "inputTokenLimit": 123, "outputTokenLimit": 123, "supportedGenerationMethods": [ "<string>" ] } ] }
Return available models in Gemini API format
API key (sk-xxx)
Model list retrieved successfully
Show child attributes