Sign in

List models

documented

List available Claude models and their details.

GET /v1/modelsModelsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.anthropic.com/v1/models" \
  -H "x-api-key: {{ANTHROPIC_API_KEY}}" \
  -H "anthropic-version: 2023-06-01"
List models · Anthropic · OpenIntegrations