cURL
curl --request GET \ --url https://forge.gloo.ai/api/v2/models \ --header 'Authorization: Bearer <token>'
{ "data": [ { "modelId": "<string>", "provider": "<string>", "displayName": "<string>", "contextWindow": 123, "status": "<string>" } ], "meta": { "requestId": "<string>", "hasMore": true, "nextCursor": "<string>" } }
API key from /api/v1/keys. Pass as Authorization: Bearer <key>.
Authorization: Bearer <key>
Model list
Show child attributes