---
title: "列出模型（List Models） | Claude 模型（Models） | API黄页 | 万维易源"
canonical_url: "https://www.showapi.com/playground/anthropic/claude/claude-models"
last_updated: "2026-08-30T05:28:32.388Z"
meta:
  description: "Anthropic-Claude 提供强大的 Claude 模型 API 接入，轻松列出可用 AI 模型，助力开发者快速集成先进机器学习能力。"
  keywords: "Claude 模型，Anthropic AI，API 接入点，AI 模型列表，机器学习模型"
  "og:description": "Anthropic-Claude 提供强大的 Claude 模型 API 接入，轻松列出可用 AI 模型，助力开发者快速集成先进机器学习能力。"
  "og:title": "列出模型（List Models） | Claude 模型（Models） | API黄页"
---

*

*

*

# **Claude 模型（Models）**

[Anthropic-Claude](https://www.showapi.com/playground/anthropic/claude) [** 产品首页](https://docs.anthropic.com/en/api/models-list) [**API文档](https://docs.anthropic.com/en/api/models-list) [**应用示例](https://www.showapi.com/aiapp/anthropic/claude/claude-models.html)

**4333

2025-06-16更新

**208 [提交收录](https://www.showapi.com/island/feedback-page?submitrequire=true) [反馈问题](https://www.showapi.com/island/feedback-page?apiurl=/playground/anthropic/claude/claude-models) [ 创建我的API](https://www.showapi.com/playground)

通过调用List Models API，用户可以获取Anthropic API中所有可用的模型列表。返回的模型按发布时间倒序排列，最新发布的模型会显示在最前面。API响应中包含模型的创建时间、显示名称、唯一标识符和类型等信息。

**基础配置**

**API\_KEY****\*****

用于身份验证的唯一API密钥。

**Version****\*****

要使用的Anthropic API版本。当前最新：2023-06-01

**Anthropic-beta**

指定要使用的beta版本，如beta1、beta2，或为每个beta多次指定标题。

选择接入点：

**GET**

**

**Run

**接入点文档：**[查看](https://docs.anthropic.com/en/api/models-list)

Run: Ctrl+

↵

接入点描述：列出可用的模型。

**请求参数**

**limit**

每页返回的项目数。

**after\_id**

用于分页的游标ID，返回此对象之后的结果页。

**before\_id**

用于分页的游标ID，返回此对象之前的结果页。

**返回结果**

当前为示例返回

**

返回体

返回头

**使用其他软件测试API**

您可以拷贝Curl语句，直接导入Postman进行测试

**拷贝Curl语句