Claude
docs.claude.com › en › api › models-list
List Models - Claude Docs
The Models API response can be used to determine which models are available for use in the API. More recently released models are listed first. ... curl https://api.anthropic.com/v1/models \ --header "x-api-key: $ANTHROPIC_API_KEY" \ --header "anthropic-version: 2023-06-01"
Monica
platform.monica.im › docs › en › chat › models › anthropic
Anthropic models - Monica API Platform
Claude is a family of state-of-the-art large language models developed by Anthropic. Use Chat completion API to call Claude models.
Videos
04:05
Anthropic Claude Models in OpenWebUI: Quick and Easy Setup - YouTube
25:59
Building with MCP and the Claude API - YouTube
20:45
The best model Anthropic has ever made - YouTube
12:00
Claude 3 API Crash Course for BEGINNERS (Haiku, Sonnet, Opus) - ...
01:13
Anthropic API: Configure Your Model and Keys - YouTube
Postman
postman.com › postman › anthropic-apis › folder › x2l8uvs › models
Models | Anthropic APIs
We cannot provide a description for this page right now
Postman
postman.com › postman › anthropic-apis › request › 1e1imro › list-models
List models | Claude API
We cannot provide a description for this page right now
AWS
docs.aws.amazon.com › amazon bedrock › user guide › amazon bedrock foundation model information › inference request parameters and response fields for foundation models › anthropic claude models
Anthropic Claude models - Amazon Bedrock
This section also includes Python code examples that shows how to call Anthropic Claude models. To use a model in an inference operation, you need the model ID for the model. To get the model ID, see Supported foundation models in Amazon Bedrock. Some models also work with the Converse API.
Google
docs.cloud.google.com › ai and ml › vertex ai › generative ai on vertex ai › anthropic's claude models
Anthropic's Claude models | Generative AI on Vertex AI | Google Cloud Documentation
Computer use: Our best computer-using model yet, Claude Opus 4.5 navigates new experiences with confident, consistent approaches that deliver more human-like browsing, enabling better web QA, workflow automation, and advanced user experiences. ... Claude Sonnet 4.5 is Anthropic's latest Sonnet-class model for powering real-world agents, with industry leading capabilities around coding, computer use, cybersecurity, and working with office files like spreadsheets.
Spiceai
spiceai.org › components › model providers › anthropic
Anthropic Models | Spice.ai OSS
models: - from: anthropic:claude-3-5-sonnet-latest name: claude_3_5_sonnet params: anthropic_api_key: ${ secrets:SPICE_ANTHROPIC_API_KEY } See Anthropic Model Names for a list of supported model names.
Claude API Reference
platform.claude.com › docs › en › api › models › list
List Models - Claude API Reference
For Models, this is always "model". ... First ID in the data list. Can be used as the before_id for the previous page. ... Indicates if there are more results in the requested page direction. ... Last ID in the data list. Can be used as the after_id for the next page. ... curl https://api.anthropic.com/v1/models \ -H 'anthropic-version: 2023-06-01' \ -H "X-Api-Key: $ANTHROPIC_API_KEY"