---
title: "Create Model-replicate-models-API黄页|万维易源ShowAPI"
canonical_url: "https://www.showapi.com/playground/replicate/replicate/replicate-models"
last_updated: "2026-09-21T13:36:54.112Z"
meta:
  description: "使用Replicate的Create Model API快速部署和创建AI模型，高效实现机器学习模型的上线和集成。"
  keywords: AI模型创建，机器学习API，模型部署服务，Replicate模型，API接入点
  "og:description": "使用Replicate的Create Model API快速部署和创建AI模型，高效实现机器学习模型的上线和集成。"
  "og:title": "Create Model-replicate-models-API黄页|万维易源ShowAPI"
---

*

*

*

# **replicate-models**

[replicate-replicate](https://www.showapi.com/playground/replicate/replicate) [** 产品首页](https://replicate.com/docs/reference/http#models.create) [**API文档](https://replicate.com/docs/reference/http#models.create) [**应用示例](https://www.showapi.com/aiapp/replicate/replicate/replicate-models.html)

**8967

2025-05-26更新

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

通过此API，用户可以创建新的模型，指定模型的名称、所有者、描述、可见性等属性。API请求需要包含有效的API令牌，并且模型名称在用户或组织内必须唯一。

**基础配置**

**Token****\*****[去获取Token](https://replicate.com/signin?next=/account/api-tokens)

用于鉴权的API令牌，格式为'Bearer {token}'。

选择接入点：

**POST**

**

**Run

**接入点文档：**[查看](https://replicate.com/docs/reference/http#models.create)

Run: Ctrl+

↵

接入点描述：创建一个新的模型。

**请求参数**

**hardware****\***

用于运行模型的硬件SKU。

**name****\***

模型的名称，必须唯一。

**owner****\***

拥有模型的用户或组织的名称。

**visibility****\***

模型的可见性，可以是'public'或'private'。

**description**

模型的描述。

**cover\_image\_url**

模型封面图片的URL。

**github\_url**

模型源代码在GitHub上的URL。

**license\_url**

模型许可证的URL。

**paper\_url**

模型相关论文的URL。

**返回结果**

当前为示例返回

**

返回体

返回头

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

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

**拷贝Curl语句