Claude Models API

API for listing and retrieving metadata about available Claude models including capabilities and context windows.

API entry from apis.yml

apis.yml Raw ↑
name: Claude Models API
description: API for listing and retrieving metadata about available Claude models including capabilities
  and context windows.
image: https://www.anthropic.com/images/icons/anthropic-icon.png
humanURL: https://docs.anthropic.com/en/api/models-list
baseURL: https://api.anthropic.com/v1
tags:
- AI
- Large Language Models
- Models
properties:
- type: Documentation
  url: https://docs.anthropic.com/en/api/models-list
- type: Models
  url: https://docs.anthropic.com/en/docs/about-claude/models
contact:
- type: Support
  url: https://support.anthropic.com
endpoints:
- name: List Models
  method: GET
  path: /models
  description: List all available Claude models with their metadata
- name: Get Model
  method: GET
  path: /models/{model_id}
  description: Retrieve metadata for a specific Claude model