1、github model
url : https://models.inference.ai.azure.com/chat/completions#
sk: https://github.com/settings/personal-access-tokens/new
支持模型包括:GPT-4o DeepSeek-R1 GPT-4o-mini
2、google gemini
url:https://generativelanguage.googleapis.com
sk: https://aistudio.google.com/apikey
支持模型包括:
Gemini 2.0 Flash
Gemini 2.0 Flash Experimental
3、fofa(Ollama)
语法:app=”Ollama” && is_domain=false
支持模型列表:http://localhost:11434/api/tags
api调用
1、nextchat
github地址:
https://github.com/ChatGPTNextWeb/NextChat
docker部署
vercel部署:
OPENAI_API_KEY BASE_URL
GOOGLE_API_KEY GOOGLE_URL
2、Cherry Studio
github地址:
https://github.com/CherryHQ/cherry-studio