Models & Billing
Models
Understand model visibility and mapping.
Models visible to your API key depend on:
- The provider group assigned to the key.
- Available upstream accounts in that group.
- Channel-level model mappings.
- Model restrictions or feature gates.
Use the models endpoints to inspect visible models:
curl https://anyroute.io/v1/models \
-H "Authorization: Bearer YOUR_ANYROUTE_API_KEY"For Gemini native models:
curl https://anyroute.io/v1beta/models \
-H "Authorization: Bearer YOUR_ANYROUTE_API_KEY"If a model is missing, check the provider group first.
AnyRoute Docs