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": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developers.recoupable.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

Model catalog retrieved successfully

models
object[]
required

List of language models available through the Vercel AI Gateway