cURL
curl --request GET \ --url https://api.veryfront.com/ai/models \ --header 'Authorization: Bearer <token>'
{ "models": [ { "id": "claude-sonnet-4-6", "modelId": "anthropic/claude-sonnet-4-6", "provider": "anthropic", "name": "Claude Sonnet", "description": "Most efficient for everyday tasks" } ], "providers": [ "<string>" ] }
Returns the catalog of available AI models and their providers.
Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.
Model catalog
Available AI models
Show child attributes
Available provider names