项目
Github: https://github.com/MartialBE/one-api
大模型记录表
供应商 | 大模型 | API地址 |
---|---|---|
grop | llama3-70b-8192 | https://api.groq.com/openai |
Cohere | command-r-plus | https://api.cohere.com/v1 |
零一万物 | yi-large | https://api.lingyiwanwu.com |
百川 | Baichuan4 | https://api.baichuan-ai.com |
coze | gpt-4o | https://qigechat.zeabur.app |
coze | gemini-1.5-flash | https://gem.zeabur.app |
智谱 | glm-4 | https://open.bigmodel.cn/api/paas/v4 |
月之暗面 | moonshot-v1-128k | https://api.moonshot.cn |
deepseek | deepseek-coder | https://api.deepseek.com |
Cloudflare | @cf/qwen/qwen1.5-14b-chat-awq | #写法看下面 |
通义千问 | qwen-long | https://dashscope.aliyuncs.com |
说明:Anthropic 和 coze 是中转的API,不是官方的,如果用官方的白嫖不到。
DashScope灵积模型(通义千问): https://dashscope.console.aliyun.com/
Cloudflare Workers AI
Cloudflare在one-api里只需要填写密钥,格式是:ACCOUNT_ID|API_TOKEN 中间以 | 分隔,例如:
9f623b740bxxxx|_w1xxxxxx #前面是账号ID,后面是密钥
Cloudflare网关
https://developers.cloudflare.com/ai-gateway/providers/openai/
Cloudflare AI Gateway是一个强大的工具,它提供了对AI应用程序的深入洞察和控制能力,支持多种AI服务提供商,并与Cloudflare的其他产品如Workers AI和Vectorize集成,以构建和扩展AI应用程序。通过一行代码即可轻松启动,为用户提供了易于使用的界面和丰富的资源来支持他们的开发工作。