Update librechat.yaml
Browse files- librechat.yaml +71 -38
librechat.yaml
CHANGED
|
@@ -15,7 +15,7 @@ endpoints:
|
|
| 15 |
# APIpie
|
| 16 |
# https://apipie.ai/dashboard/
|
| 17 |
# Script to fetch models: https://github.com/LibreChat-AI/librechat-config-yaml/blob/main/scripts/apipie.py
|
| 18 |
-
- name: "OpenAI"
|
| 19 |
iconURL: https://raw.githubusercontent.com/simple-icons/simple-icons/refs/heads/master/icons/openai.svg
|
| 20 |
apiKey: "user_provided"
|
| 21 |
baseURL: "https://api.openai-hk.com/v1/"
|
|
@@ -37,8 +37,58 @@ endpoints:
|
|
| 37 |
titleModel: "gpt-3.5-turbo-instruct"
|
| 38 |
summarize: false
|
| 39 |
summaryModel: "gpt-4o-mini-2024-07-18"
|
| 40 |
-
modelDisplayLabel: "OpenAI"
|
| 41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
- name: "SiliconFlow"
|
| 43 |
iconURL: https://raw.githubusercontent.com/labring/FastGPT/refs/heads/main/packages/web/components/common/Icon/icons/model/siliconflow.svg
|
| 44 |
apiKey: "user_provided"
|
|
@@ -80,47 +130,30 @@ endpoints:
|
|
| 80 |
summaryModel: "qwen/qwen3-32b:free"
|
| 81 |
dropParams: ['stop']
|
| 82 |
modelDisplayLabel: "OpenRouter"
|
| 83 |
-
|
| 84 |
-
- name: "
|
| 85 |
iconURL: https://raw.githubusercontent.com/simple-icons/simple-icons/refs/heads/master/icons/openai.svg
|
| 86 |
apiKey: "user_provided"
|
| 87 |
-
baseURL: "https://
|
| 88 |
models:
|
| 89 |
default:
|
| 90 |
-
-
|
| 91 |
-
-
|
| 92 |
-
-
|
| 93 |
-
-
|
| 94 |
-
-
|
| 95 |
-
-
|
| 96 |
-
-
|
| 97 |
-
-
|
| 98 |
-
-
|
| 99 |
-
-
|
| 100 |
-
-
|
| 101 |
fetch: false
|
| 102 |
titleConvo: false
|
| 103 |
-
titleModel: "
|
| 104 |
summarize: false
|
| 105 |
-
summaryModel: "
|
| 106 |
-
modelDisplayLabel: "
|
|
|
|
| 107 |
|
| 108 |
-
|
| 109 |
-
iconURL: https://raw.githubusercontent.com/simple-icons/simple-icons/4.14.0/icons/nvidia.svg
|
| 110 |
-
apiKey: "user_provided"
|
| 111 |
-
baseURL: "https://integrate.api.nvidia.com/v1"
|
| 112 |
-
models:
|
| 113 |
-
default:
|
| 114 |
-
- deepseek-ai/deepseek-r1
|
| 115 |
-
- deepseek-ai/deepseek-r1-distill-qwen-32b
|
| 116 |
-
- meta/llama3-70b
|
| 117 |
-
- meta/llama-3.1-405b-instruct
|
| 118 |
-
- meta/llama-3.3-70b-instruct
|
| 119 |
-
- nvidia/llama-3.3-nemotron-super-49b-v1
|
| 120 |
-
- meta/llama-4-maverick-17b-128e-instruct
|
| 121 |
-
fetch: false
|
| 122 |
-
titleConvo: false
|
| 123 |
-
titleModel: "gpt-3.5-turbo"
|
| 124 |
-
summarize: false
|
| 125 |
-
summaryModel: "chatgpt-4o-latest"
|
| 126 |
-
modelDisplayLabel: "Nvidia"
|
|
|
|
| 15 |
# APIpie
|
| 16 |
# https://apipie.ai/dashboard/
|
| 17 |
# Script to fetch models: https://github.com/LibreChat-AI/librechat-config-yaml/blob/main/scripts/apipie.py
|
| 18 |
+
- name: "OpenAI-HK"
|
| 19 |
iconURL: https://raw.githubusercontent.com/simple-icons/simple-icons/refs/heads/master/icons/openai.svg
|
| 20 |
apiKey: "user_provided"
|
| 21 |
baseURL: "https://api.openai-hk.com/v1/"
|
|
|
|
| 37 |
titleModel: "gpt-3.5-turbo-instruct"
|
| 38 |
summarize: false
|
| 39 |
summaryModel: "gpt-4o-mini-2024-07-18"
|
| 40 |
+
modelDisplayLabel: "OpenAI-HK"
|
| 41 |
|
| 42 |
+
- name: "AIO-API"
|
| 43 |
+
iconURL: https://raw.githubusercontent.com/simple-icons/simple-icons/refs/heads/master/icons/openai.svg
|
| 44 |
+
apiKey: "user_provided"
|
| 45 |
+
baseURL: "https://api.aiearth.dev/v1/"
|
| 46 |
+
models:
|
| 47 |
+
default:
|
| 48 |
+
- chatgpt-4o-latest
|
| 49 |
+
- claude-3-5-sonnet-20241022
|
| 50 |
+
- claude-3-7-sonnet-20250219
|
| 51 |
+
- claude-sonnet-4-20250514
|
| 52 |
+
- claude-opus-4-20250514
|
| 53 |
+
- gemini-2.5-pro-preview-06-05
|
| 54 |
+
- gpt-3.5-turbo-instruct
|
| 55 |
+
- gpt-4.1-2025-04-14
|
| 56 |
+
- gpt-4.1-mini-2025-04-14
|
| 57 |
+
- gpt-4.5-preview-2025-02-27
|
| 58 |
+
- gpt-4o-2024-11-20
|
| 59 |
+
- gpt-4o-image-vip
|
| 60 |
+
- gpt-4o-mini-2024-07-18
|
| 61 |
+
fetch: false
|
| 62 |
+
titleConvo: true
|
| 63 |
+
titleModel: "gpt-3.5-turbo-instruct"
|
| 64 |
+
summarize: false
|
| 65 |
+
summaryModel: "gpt-4o-mini-2024-07-18"
|
| 66 |
+
modelDisplayLabel: "aiearth"
|
| 67 |
+
|
| 68 |
+
- name: "XiaoHaiChat"
|
| 69 |
+
iconURL: https://raw.githubusercontent.com/simple-icons/simple-icons/refs/heads/master/icons/openai.svg
|
| 70 |
+
apiKey: "user_provided"
|
| 71 |
+
baseURL: "https://api1.zhtec.xyz/v1"
|
| 72 |
+
models:
|
| 73 |
+
default:
|
| 74 |
+
- chatgpt-4o-latest
|
| 75 |
+
- claude-3-5-sonnet-20241022
|
| 76 |
+
- claude-3-7-sonnet-20250219
|
| 77 |
+
- claude-3-7-sonnet-thinking
|
| 78 |
+
- gpt-4o
|
| 79 |
+
- gpt-4o-2024-05-13
|
| 80 |
+
- gpt-4o-2024-08-06
|
| 81 |
+
- gpt-4o-all
|
| 82 |
+
- gpt-4o-image-vip
|
| 83 |
+
- gpt-4o-mini
|
| 84 |
+
- gpt-4o-mini-2024-07-18
|
| 85 |
+
fetch: false
|
| 86 |
+
titleConvo: true
|
| 87 |
+
titleModel: "gpt-4o-mini"
|
| 88 |
+
summarize: false
|
| 89 |
+
summaryModel: "chatgpt-4o-latest"
|
| 90 |
+
modelDisplayLabel: "XiaoHaiChat"
|
| 91 |
+
|
| 92 |
- name: "SiliconFlow"
|
| 93 |
iconURL: https://raw.githubusercontent.com/labring/FastGPT/refs/heads/main/packages/web/components/common/Icon/icons/model/siliconflow.svg
|
| 94 |
apiKey: "user_provided"
|
|
|
|
| 130 |
summaryModel: "qwen/qwen3-32b:free"
|
| 131 |
dropParams: ['stop']
|
| 132 |
modelDisplayLabel: "OpenRouter"
|
| 133 |
+
|
| 134 |
+
- name: "Pollinations"
|
| 135 |
iconURL: https://raw.githubusercontent.com/simple-icons/simple-icons/refs/heads/master/icons/openai.svg
|
| 136 |
apiKey: "user_provided"
|
| 137 |
+
baseURL: "https://text.pollinations.ai/openai"
|
| 138 |
models:
|
| 139 |
default:
|
| 140 |
+
- deepseek
|
| 141 |
+
- deepseek-reasoning
|
| 142 |
+
- grok
|
| 143 |
+
- llamascout
|
| 144 |
+
- openai
|
| 145 |
+
- openai-audio
|
| 146 |
+
- openai-fast
|
| 147 |
+
- openai-large
|
| 148 |
+
- openai-reasoning
|
| 149 |
+
- qwen-coder
|
| 150 |
+
- searchgpt
|
| 151 |
fetch: false
|
| 152 |
titleConvo: false
|
| 153 |
+
titleModel: "openai"
|
| 154 |
summarize: false
|
| 155 |
+
summaryModel: "openai"
|
| 156 |
+
modelDisplayLabel: "Pollinations"
|
| 157 |
+
|
| 158 |
|
| 159 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|