Skip to main content
GET
/
ai
/
models
List Models
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>"
  ]
}

Authorizations

Authorization
string
header
required

Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.

Response

200 - application/json

Model catalog

models
object[]
required

Available AI models

providers
string[]
required

Available provider names