OpenRouter:修订间差异
跳到导航
跳到搜索
无编辑摘要 |
无编辑摘要 |
||
第9行: | 第9行: | ||
# 生成 key,key 只会显示一次,注意保存 | # 生成 key,key 只会显示一次,注意保存 | ||
# Settings -> 设置默认模型,如:DeepSeek: R1 Distill Llama 70B(free) | # Settings -> 设置默认模型,如:DeepSeek: R1 Distill Llama 70B(free) | ||
The maximum rate limit for this model is 10.0 queries per minute. This limit differs from the general rate limits published at Together AI rate limits documentation (https://docs.together.ai/docs/rate-limits). | |||
=== [https://chatboxai.app ChatBox] === | |||
ChatBox 开源多平台 AI 客户端,支持 Windows、macOS 和 Linux 系统。 | |||
设置 -> 模型 | |||
# 添加自定义提供方 | |||
# OpenAI API 兼容 | |||
# API 域名:https://openrouter.ai/api/v1/ | |||
# 路径:/chat/completions | |||
# API 密钥:sk-or-v1-db98... | |||
# 模型:deepseek/deepseek-r1-distill-llama-70b:free | |||
=== [https://cherry-ai.com Cherry Studio] === | === [https://cherry-ai.com Cherry Studio] === | ||
Cherry Studio | Cherry Studio 国产多模型 AI 客户端,支持 Windows、macOS 和 Linux 系统。它集成了多种主流的大型语言模型(LLMs),如 OpenAI、Gemini 等,以及本地模型运行功能,用户可以根据需求自由切换云端和本地模型。 | ||
# 点击设置按钮,找到 OpenRouter,输入 API 密钥,不用检查 | # 点击设置按钮,找到 OpenRouter,输入 API 密钥,不用检查 | ||
# 点击添加模型,deepseek/deepseek-r1-distill-llama-70b:free | # 点击添加模型,deepseek/deepseek-r1-distill-llama-70b:free |
2025年2月12日 (三) 17:12的版本
OpenRouter 是一个统一的 API 服务平台,旨在将各种大型语言模型(LLMs)和服务集成到一个统一的接口中。它允许用户通过简单的配置和调用,访问多个预训练的大模型,而无需自己部署和维护这些模型。
- 支持多种预训练模型,如 OpenAI 的 GPT-4、Claude、Gemini 等
- 提供部分免费开源模型,如 deepseek/deepseek-r1-distill-llama-70b:free
支持 Google 帐号验证登录。
openrouter
- 点击搜索框,在下拉列表中选择 free 模型
- 点击 API,创建 API(注意credit limit不要填写,表示无限制使用)
- 生成 key,key 只会显示一次,注意保存
- Settings -> 设置默认模型,如:DeepSeek: R1 Distill Llama 70B(free)
The maximum rate limit for this model is 10.0 queries per minute. This limit differs from the general rate limits published at Together AI rate limits documentation (https://docs.together.ai/docs/rate-limits).
ChatBox
ChatBox 开源多平台 AI 客户端,支持 Windows、macOS 和 Linux 系统。
设置 -> 模型
- 添加自定义提供方
- OpenAI API 兼容
- API 域名:https://openrouter.ai/api/v1/
- 路径:/chat/completions
- API 密钥:sk-or-v1-db98...
- 模型:deepseek/deepseek-r1-distill-llama-70b:free
Cherry Studio
Cherry Studio 国产多模型 AI 客户端,支持 Windows、macOS 和 Linux 系统。它集成了多种主流的大型语言模型(LLMs),如 OpenAI、Gemini 等,以及本地模型运行功能,用户可以根据需求自由切换云端和本地模型。
- 点击设置按钮,找到 OpenRouter,输入 API 密钥,不用检查
- 点击添加模型,deepseek/deepseek-r1-distill-llama-70b:free
dify
Dify 是一个开源的 LLM 应用开发平台,它通过直观的可视化界面,帮助开发者快速构建和部署 AI 应用,支持包括模型管理、知识库、工作流编排等全方位功能。