Overseas access: www.kdjingpai.com
Bookmark Us
Current Position:fig. beginning " AI Answers

如何在Chutes.ai上快速部署并调用一个开源LLM模型?

2025-08-25 69

通过API调用模型只需三个关键步骤:

1. 获取访问凭证

  • 注册账号后在API Management页面生成专属密钥
  • 密钥以Bearer Token形式进行身份验证

2. 配置API请求

curl -X POST https://llm.chutes.ai/v1/chat/completions 
-H "Content-Type: application/json" 
-H "Authorization: Bearer YOUR_API_KEY" 
-d '{
  "model": "deepseek-ai/DeepSeek-V3",
  "messages": [{"role": "user", "content": " explain quantum computing"}]
}'

3. 指定目标模型

  • 在请求体的model字段填入平台支持的模型标识符
  • for example"model": "deepseek-ai/DeepSeek-V3"

对于需要常规模板的场景,可在JanitorAI等第三方应用中将API端点设置为https://llm.chutes.ai/v1/chat/completions,即可无缝切换计算后端。

Recommended

Can't find AI tools? Try here!

Just type in the keyword Accessibility Bing SearchYou can quickly find all the AI tools on this site.

Top

en_USEnglish