标签 API Wrapper 下的文章

perplexity mcp docker 一键部署(pro 账号无限额度 ai 搜索 mcp)继续讨论:

当监测到账号过期,执行 tg 推送。

  • enable 控制是否启用账号监测
  • interval 控制多久监测
  • test question: 测试连通性使用的问题
  • tg-bot-token:从 `@BotFather` 获取
  • tg-chat_id:从 @get_id_bot 获取

配置文件 token_pool_config.json 新增 heart_beat 字段控制心跳检测相关功能

{ "heart_beat": { "enable": true, "question": "现在是农历几月几号?", "interval": 6, "tg_bot_token": "12345678", "tg_chat_id": "12345678" }, "tokens": [...] } 

仓库地址:


📌 转载信息
原作者:
shan_CW
转载时间:
2026/1/14 10:45:35

perplexity mcp docker 一键部署(一个 pro 账号无限额度独享 ai 搜索 mcp) 继续讨论

一个账号并发有限,因此补了个号池轮询 + webUI 方便快速更换。

最新代码已推送至仓库,但 docker 镜像还未更新,明天更新。

注意, 此项目为做其他主项目时候的附属产物,没有系统测试过,只是能用状态,慎用,不建议对外提供服务

还有个小改动,在.claude 目录下增加了两个 command 指令,可以直接复制用

源项目地址:GitHub - helallao/perplexity-ai: Unofficial API Wrapper for Perplexity.ai + Account Generator with Web Interface


📌 转载信息
原作者:
shan_CW
转载时间:
2026/1/3 21:12:07

可用模型比较少,但是胜在好弄。
用来给自己沉浸式翻译也是不错的。
谢谢你的 Star

 "groq/openai/gpt-oss-120b",
    "groq/openai/gpt-oss-20b",
    "openai/gpt-4.1-mini",
    "openai/gpt-4.1-nano",
    "openai/gpt-4o-mini",
    "openai/gpt-3.5-turbo",
    "google/gemini-2.5-flash",
    "google/gemini-2.0-flash-lite",
    "groq/gemma2-9b-it",
    "anthropic/claude-3-5-sonnet-20240620",
    "anthropic/claude-3-5-haiku-20241022",
    "anthropic/claude-3-sonnet-20240229",
    "anthropic/claude-3-haiku-20240307",
    "cohere/command-r7b-12-2024",
    "groq/llama3-70b-8192",
    "groq/llama3-8b-8192",
    "aimlapi/mistralai/mistral-nemo",
    "aimlapi/mistralai/mistral-tiny",
    "xai/grok-2-1212",
    "xai/grok-3-mini-latest",
    "deepseek/deepseek-chat",
    "aimlapi/upstage/SOLAR-10.7B-Instruct-v1.0",
    "aimlapi/qwen-turbo",
    "aimlapi/qwen/qvq-72b-preview",
    "aimlapi/Qwen/Qwen2.5-72B-Instruct-Turbo",
    "aimlapi/Qwen/Qwen2.5-7B-Instruct-Turbo",
    "aimlapi/MiniMax-Text-01",
    "aimlapi/ai21/jamba-1-5-mini" 

Donedot


📌 转载信息
原作者:
maram
转载时间:
2025/12/28 18:31:32