Skip to main content
GET
/
api
/
ai
/
models
cURL
curl --request GET \
  --url https://recoup-api.vercel.app/api/ai/models
{
  "models": [
    {
      "id": "anthropic/claude-3-5-sonnet",
      "name": "Claude 3.5 Sonnet",
      "description": "<string>",
      "modelType": "language",
      "pricing": {
        "input": "<string>",
        "output": "<string>"
      },
      "specification": {},
      "context_window": 200000,
      "cost": {
        "input": 3,
        "output": 15
      }
    }
  ]
}

Response

Model catalog retrieved successfully

models
object[]
required

List of language models available through the Vercel AI Gateway