Loading...
    • Developer Guide
    • API Reference
    • MCP
    • Resources
    • Release Notes
    Search...
    ⌘K
    Using the API
    Features overviewClient SDKsBeta headersErrors
    Messages
    Create a Message
    Count tokens in a Message
    Models
    List Models
    Get a Model
    Beta
    Admin
    Completions
    Create a Text Completion
    Support & configuration
    Rate limitsService tiersVersionsIP addressesSupported regionsOpenAI SDK compatibility
    Console
    Log in

    Models

    List Models
    models.list(ModelListParams**kwargs) -> SyncPage[ModelInfo]
    get/v1/models
    Get a Model
    models.retrieve(strmodel_id, ModelRetrieveParams**kwargs) -> ModelInfo
    get/v1/models/{model_id}
    ModelsExpand Collapse
    class ModelInfo: …
    id: str

    Unique model identifier.

    created_at: datetime

    RFC 3339 datetime string representing the time at which the model was released. May be set to an epoch value if the release date is unknown.

    formatdate-time
    display_name: str

    A human-readable name for the model.

    type: Literal["model"]

    Object type.

    For Models, this is always "model".

    Accepts one of the following:
    "model"

    Solutions

    • AI agents
    • Code modernization
    • Coding
    • Customer support
    • Education
    • Financial services
    • Government
    • Life sciences

    Partners

    • Amazon Bedrock
    • Google Cloud's Vertex AI

    Learn

    • Blog
    • Catalog
    • Courses
    • Use cases
    • Connectors
    • Customer stories
    • Engineering at Anthropic
    • Events
    • Powered by Claude
    • Service partners
    • Startups program

    Company

    • Anthropic
    • Careers
    • Economic Futures
    • Research
    • News
    • Responsible Scaling Policy
    • Security and compliance
    • Transparency

    Learn

    • Blog
    • Catalog
    • Courses
    • Use cases
    • Connectors
    • Customer stories
    • Engineering at Anthropic
    • Events
    • Powered by Claude
    • Service partners
    • Startups program

    Help and security

    • Availability
    • Status
    • Support
    • Discord

    Terms and policies

    • Privacy policy
    • Responsible disclosure policy
    • Terms of service: Commercial
    • Terms of service: Consumer
    • Usage policy