OpenAi 官方免费 GPT-4.1 模型一周
3次/min,200次/day,TPM=10000
三网BGP直连老美 OpenAi 代理:openai.eh.cx
可替换OpenAi url使大陆直连:https://api.openai.com
获取你自己的官方api
登录你自己的 OpenAi 账号:
https://platform.openai.com/settings/organization/api-keys
创建api-key
使用api-key
在Cherry Studio 客户端里找到 OpenAi
然后填入自己的key,以及官方api地址:https://api.openai.com
其它公益 api
公益 api 1
api地址: https://fuck-u-altman-and-openai.deno.dev
Key 随便写, 后端会替换
模型列表:gpt-4.1,gpt-4.1-mini,gpt-4.1-nano
在Cherry Studio本地客户端使用
在客户端【添加】一个提供商,类型选择 OpenAi,名字自己填
公益 api 2
api地址:https://api.ephone.chat
key:sk-xum3k3At9s7JOyGrTllyjI6HbTKlWa0XRFnfHsxEOqsqH1vD
gpt-4.1, gpt-4.1-mini, gpt-4.1-nano, gpt-4.1-2025-04-14, gpt-4.1-mini-2025-04-14, gpt-4.1-nano-2025-04-14
via :linuxdo
在 Cherry Studio 客户端内开始对话,切换各种模型
公益 api 3
api地址:http://54.38.179.61:5019/v1
key:sk-J1RXUbWP6JYXWJTzJYVryc2CdxwgPDV7erJgDLaGa2WRaQYhnL7P
gpt-4o-mini,gpt-4.1-mini,gpt-4.1-nano
公益 api 4 (沉浸式翻译 deeplx + 自定义api)
修复授权问题,可以这样配置
transapi:
tokens:
- "tr-98584e33-f387-42cc-a467-f02513bd400d"
promptTemplate使用模板配置
prompt:
template: "Translate the following {{source_lang}} content to {{target_lang}}: {{input}}"
支持沉浸式翻译的 翻译的自定义API
免费配置地址:https://freeapi.fanyimao.cn/immersivel?token=tr-98584e33-f387-42cc-a467-f02513bd400d
Curl可以这样测试
curl -X POST \
-H "Content-Type: application/json" \
-H "Authorization: Bearer tr-98584e33-f387-42cc-a467-f02513bd400d" \
-d '{
"source_lang": "zh",
"target_lang": "en",
"text_list": ["需要翻译的内容"]
}' \
"https://freeapi.fanyimao.cn/immersivel"
DeepLx的免费接口api:
地址:https://freeapi.fanyimao.cn/translate?token=tr-98584e33-f387-42cc-a467-f02513bd400d
curl --location --request POST 'https://freeapi.fanyimao.cn/translate?token=tr-98584e33-f387-42cc-a467-f02513bd400d' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "你好啊",
"source_lang": "cn",
"target_lang": "en"
}'
via:linuxdo
公益 api 站点
公益站点1
公益站点2
待更新...
公益站点3
待更新...