Spaces:
Running
Running
terryyz
commited on
Commit
·
6553e1c
1
Parent(s):
f319157
update
Browse files- .gitignore +1 -0
- api_config.yaml +136 -22
.gitignore
CHANGED
|
@@ -35,6 +35,7 @@ logs/
|
|
| 35 |
|
| 36 |
e2b_sandbox_template/
|
| 37 |
build.sh
|
|
|
|
| 38 |
|
| 39 |
# Installer logs
|
| 40 |
pip-log.txt
|
|
|
|
| 35 |
|
| 36 |
e2b_sandbox_template/
|
| 37 |
build.sh
|
| 38 |
+
test*py
|
| 39 |
|
| 40 |
# Installer logs
|
| 41 |
pip-log.txt
|
api_config.yaml
CHANGED
|
@@ -2,21 +2,135 @@ gpt-4o-mini-2024-07-18:
|
|
| 2 |
model: gpt-4o-mini-2024-07-18
|
| 3 |
endpoints: null
|
| 4 |
api_type: openai
|
| 5 |
-
parallel: 32
|
| 6 |
max_tokens: 8192
|
| 7 |
-
temperature: 0.
|
| 8 |
organization: OpenAI
|
| 9 |
-
license: Proprietary
|
| 10 |
|
| 11 |
gpt-4.1-mini-2025-04-14:
|
| 12 |
model: gpt-4.1-mini-2025-04-14
|
| 13 |
endpoints: null
|
| 14 |
api_type: openai
|
| 15 |
-
parallel: 32
|
| 16 |
max_tokens: 8192
|
| 17 |
-
temperature: 0.
|
| 18 |
organization: OpenAI
|
| 19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
|
| 21 |
# o1-2024-12-17:
|
| 22 |
# model: o1-2024-12-17
|
|
@@ -24,7 +138,7 @@ gpt-4.1-mini-2025-04-14:
|
|
| 24 |
# api_type: openai
|
| 25 |
# parallel: 32
|
| 26 |
# max_tokens: 8192
|
| 27 |
-
# temperature: 0.
|
| 28 |
# organization: OpenAI
|
| 29 |
# license: Proprietary
|
| 30 |
|
|
@@ -44,7 +158,7 @@ gpt-4.1-mini-2025-04-14:
|
|
| 44 |
# api_type: openai_thinking
|
| 45 |
# parallel: 32
|
| 46 |
# max_tokens: 8192
|
| 47 |
-
# temperature: 0.
|
| 48 |
# organization: OpenAI
|
| 49 |
# license: Proprietary
|
| 50 |
|
|
@@ -56,7 +170,7 @@ gpt-4.1-mini-2025-04-14:
|
|
| 56 |
# api_type: openai
|
| 57 |
# parallel: 32
|
| 58 |
# max_tokens: 81920
|
| 59 |
-
# temperature: 0.
|
| 60 |
# organization: Google
|
| 61 |
# license: Proprietary
|
| 62 |
|
|
@@ -68,7 +182,7 @@ gpt-4.1-mini-2025-04-14:
|
|
| 68 |
# api_type: openai
|
| 69 |
# parallel: 32
|
| 70 |
# max_tokens: 8192
|
| 71 |
-
# temperature: 0.
|
| 72 |
# organization: Google
|
| 73 |
# license: Proprietary
|
| 74 |
|
|
@@ -80,7 +194,7 @@ gpt-4.1-mini-2025-04-14:
|
|
| 80 |
# api_type: openai
|
| 81 |
# parallel: 32
|
| 82 |
# max_tokens: 8192
|
| 83 |
-
# temperature: 0.
|
| 84 |
# organization: Google
|
| 85 |
# license: Proprietary
|
| 86 |
|
|
@@ -90,7 +204,7 @@ gpt-4.1-mini-2025-04-14:
|
|
| 90 |
# api_type: litellm
|
| 91 |
# parallel: 32
|
| 92 |
# max_tokens: 8192
|
| 93 |
-
# temperature: 0.
|
| 94 |
# organization: Anthropic
|
| 95 |
# license: Proprietary
|
| 96 |
|
|
@@ -100,7 +214,7 @@ gpt-4.1-mini-2025-04-14:
|
|
| 100 |
# api_type: litellm
|
| 101 |
# parallel: 32
|
| 102 |
# max_tokens: 8192
|
| 103 |
-
# temperature: 0.
|
| 104 |
# organization: Anthropic
|
| 105 |
# license: Proprietary
|
| 106 |
|
|
@@ -110,7 +224,7 @@ gpt-4.1-mini-2025-04-14:
|
|
| 110 |
# api_type: litellm
|
| 111 |
# parallel: 32
|
| 112 |
# max_tokens: 8192
|
| 113 |
-
# temperature: 0.
|
| 114 |
# organization: Anthropic
|
| 115 |
# license: Proprietary
|
| 116 |
|
|
@@ -122,7 +236,7 @@ gpt-4.1-mini-2025-04-14:
|
|
| 122 |
# api_type: openai
|
| 123 |
# parallel: 32
|
| 124 |
# max_tokens: 8192
|
| 125 |
-
# temperature: 0.
|
| 126 |
# organization: Alibaba
|
| 127 |
# license: Apache 2.0
|
| 128 |
|
|
@@ -134,7 +248,7 @@ gpt-4.1-mini-2025-04-14:
|
|
| 134 |
# api_type: openai
|
| 135 |
# parallel: 32
|
| 136 |
# max_tokens: 8192
|
| 137 |
-
# temperature: 0.
|
| 138 |
# organization: Moonshot
|
| 139 |
# license: Modified MIT
|
| 140 |
|
|
@@ -144,7 +258,7 @@ gpt-4.1-mini-2025-04-14:
|
|
| 144 |
# api_type: litellm
|
| 145 |
# parallel: 16
|
| 146 |
# max_tokens: 8192
|
| 147 |
-
# temperature: 0.
|
| 148 |
# organization: Anthropic
|
| 149 |
# license: Proprietary
|
| 150 |
|
|
@@ -154,7 +268,7 @@ gpt-4.1-mini-2025-04-14:
|
|
| 154 |
# api_type: litellm
|
| 155 |
# parallel: 16
|
| 156 |
# max_tokens: 8192
|
| 157 |
-
# temperature: 0.
|
| 158 |
# organization: Anthropic
|
| 159 |
# license: Proprietary
|
| 160 |
|
|
@@ -190,7 +304,7 @@ gpt-4.1-mini-2025-04-14:
|
|
| 190 |
# api_type: openai
|
| 191 |
# parallel: 32
|
| 192 |
# max_tokens: 8192
|
| 193 |
-
# temperature: 0.
|
| 194 |
# organization: DeepSeek
|
| 195 |
# license: MIT
|
| 196 |
|
|
@@ -202,7 +316,7 @@ gpt-4.1-mini-2025-04-14:
|
|
| 202 |
# api_type: openai
|
| 203 |
# parallel: 32
|
| 204 |
# max_tokens: 8192
|
| 205 |
-
# temperature: 0.
|
| 206 |
# organization: DeepSeek
|
| 207 |
# license: MIT
|
| 208 |
|
|
@@ -214,7 +328,7 @@ gpt-4.1-mini-2025-04-14:
|
|
| 214 |
# api_type: openai
|
| 215 |
# parallel: 32
|
| 216 |
# max_tokens: 8192
|
| 217 |
-
# temperature: 0.
|
| 218 |
# organization: Zhipu AI
|
| 219 |
# license: Custom
|
| 220 |
|
|
@@ -224,7 +338,7 @@ gpt-4.1-mini-2025-04-14:
|
|
| 224 |
# api_type: openai
|
| 225 |
# parallel: 32
|
| 226 |
# max_tokens: 8192
|
| 227 |
-
# temperature: 0.
|
| 228 |
# organization: OpenAI
|
| 229 |
# license: Proprietary
|
| 230 |
|
|
|
|
| 2 |
model: gpt-4o-mini-2024-07-18
|
| 3 |
endpoints: null
|
| 4 |
api_type: openai
|
|
|
|
| 5 |
max_tokens: 8192
|
| 6 |
+
temperature: 0.7
|
| 7 |
organization: OpenAI
|
|
|
|
| 8 |
|
| 9 |
gpt-4.1-mini-2025-04-14:
|
| 10 |
model: gpt-4.1-mini-2025-04-14
|
| 11 |
endpoints: null
|
| 12 |
api_type: openai
|
|
|
|
| 13 |
max_tokens: 8192
|
| 14 |
+
temperature: 0.7
|
| 15 |
organization: OpenAI
|
| 16 |
+
|
| 17 |
+
gpt-5-mini-2025-08-07:
|
| 18 |
+
model: gpt-5-mini-2025-08-07
|
| 19 |
+
endpoints: null
|
| 20 |
+
api_type: openai
|
| 21 |
+
max_tokens: 8192
|
| 22 |
+
temperature: 0.7
|
| 23 |
+
organization: OpenAI
|
| 24 |
+
|
| 25 |
+
qwen3-max-2025-09-23:
|
| 26 |
+
model: qwen3-max-2025-09-23
|
| 27 |
+
endpoints:
|
| 28 |
+
- api_base: https://dashscope.aliyuncs.com/compatible-mode/v1
|
| 29 |
+
api_key: ${DASHSCOPE_API_KEY}
|
| 30 |
+
api_type: openai
|
| 31 |
+
max_tokens: 8192
|
| 32 |
+
temperature: 0.7
|
| 33 |
+
organization: Alibaba
|
| 34 |
+
|
| 35 |
+
qwen3-coder-plus-2025-09-23:
|
| 36 |
+
model: qwen3-coder-plus-2025-09-23
|
| 37 |
+
endpoints:
|
| 38 |
+
- api_base: https://dashscope.aliyuncs.com/compatible-mode/v1
|
| 39 |
+
api_key: ${DASHSCOPE_API_KEY}
|
| 40 |
+
api_type: openai
|
| 41 |
+
max_tokens: 8192
|
| 42 |
+
temperature: 0.7
|
| 43 |
+
organization: Alibaba
|
| 44 |
+
|
| 45 |
+
qwen3-coder-flash-2025-07-28:
|
| 46 |
+
model: qwen3-coder-flash-2025-07-28
|
| 47 |
+
endpoints:
|
| 48 |
+
- api_base: https://dashscope.aliyuncs.com/compatible-mode/v1
|
| 49 |
+
api_key: ${DASHSCOPE_API_KEY}
|
| 50 |
+
api_type: openai
|
| 51 |
+
max_tokens: 8192
|
| 52 |
+
temperature: 0.7
|
| 53 |
+
organization: Alibaba
|
| 54 |
+
|
| 55 |
+
qwen3-next-80b-a3b-thinking:
|
| 56 |
+
model: qwen3-next-80b-a3b-thinking
|
| 57 |
+
endpoints:
|
| 58 |
+
- api_base: https://dashscope.aliyuncs.com/compatible-mode/v1
|
| 59 |
+
api_key: ${DASHSCOPE_API_KEY}
|
| 60 |
+
api_type: openai_thinking
|
| 61 |
+
max_tokens: 8192
|
| 62 |
+
temperature: 0.7
|
| 63 |
+
organization: Alibaba
|
| 64 |
+
|
| 65 |
+
qwen3-next-80b-a3b-instruct:
|
| 66 |
+
model: qwen3-next-80b-a3b-instruct
|
| 67 |
+
endpoints:
|
| 68 |
+
- api_base: https://dashscope.aliyuncs.com/compatible-mode/v1
|
| 69 |
+
api_key: ${DASHSCOPE_API_KEY}
|
| 70 |
+
api_type: openai
|
| 71 |
+
max_tokens: 8192
|
| 72 |
+
temperature: 0.7
|
| 73 |
+
organization: Alibaba
|
| 74 |
+
|
| 75 |
+
qwen3-235b-a22b-thinking-2507:
|
| 76 |
+
model: qwen3-235b-a22b-thinking-2507
|
| 77 |
+
endpoints:
|
| 78 |
+
- api_base: https://dashscope.aliyuncs.com/compatible-mode/v1
|
| 79 |
+
api_key: ${DASHSCOPE_API_KEY}
|
| 80 |
+
api_type: openai_thinking
|
| 81 |
+
max_tokens: 8192
|
| 82 |
+
temperature: 0.7
|
| 83 |
+
organization: Alibaba
|
| 84 |
+
|
| 85 |
+
qwen3-235b-a22b-instruct-2507:
|
| 86 |
+
model: qwen3-235b-a22b-instruct-2507
|
| 87 |
+
endpoints:
|
| 88 |
+
- api_base: https://dashscope.aliyuncs.com/compatible-mode/v1
|
| 89 |
+
api_key: ${DASHSCOPE_API_KEY}
|
| 90 |
+
api_type: openai
|
| 91 |
+
max_tokens: 8192
|
| 92 |
+
temperature: 0.7
|
| 93 |
+
organization: Alibaba
|
| 94 |
+
|
| 95 |
+
qwen3-30b-a3b-thinking-2507:
|
| 96 |
+
model: qwen3-30b-a3b-thinking-2507
|
| 97 |
+
endpoints:
|
| 98 |
+
- api_base: https://dashscope.aliyuncs.com/compatible-mode/v1
|
| 99 |
+
api_key: ${DASHSCOPE_API_KEY}
|
| 100 |
+
api_type: openai_thinking
|
| 101 |
+
max_tokens: 8192
|
| 102 |
+
temperature: 0.7
|
| 103 |
+
organization: Alibaba
|
| 104 |
+
|
| 105 |
+
qwen3-30b-a3b-instruct-2507:
|
| 106 |
+
model: qwen3-30b-a3b-instruct-2507
|
| 107 |
+
endpoints:
|
| 108 |
+
- api_base: https://dashscope.aliyuncs.com/compatible-mode/v1
|
| 109 |
+
api_key: ${DASHSCOPE_API_KEY}
|
| 110 |
+
api_type: openai
|
| 111 |
+
max_tokens: 8192
|
| 112 |
+
temperature: 0.7
|
| 113 |
+
organization: Alibaba
|
| 114 |
+
|
| 115 |
+
DeepSeek-V3.1-Terminus:
|
| 116 |
+
model: deepseek-chat
|
| 117 |
+
endpoints:
|
| 118 |
+
- api_base: https://api.deepseek.com/v3.1_terminus_expires_on_20251015
|
| 119 |
+
api_key: ${DEEPSEEK_API_KEY}
|
| 120 |
+
api_type: openai
|
| 121 |
+
max_tokens: 8192
|
| 122 |
+
temperature: 0.7
|
| 123 |
+
organization: DeepSeek
|
| 124 |
+
|
| 125 |
+
DeepSeek-V3.2-Exp:
|
| 126 |
+
model: deepseek-chat
|
| 127 |
+
endpoints:
|
| 128 |
+
- api_base: https://api.deepseek.com
|
| 129 |
+
api_key: ${DEEPSEEK_API_KEY}
|
| 130 |
+
api_type: openai
|
| 131 |
+
max_tokens: 8192
|
| 132 |
+
temperature: 0.7
|
| 133 |
+
organization: DeepSeek
|
| 134 |
|
| 135 |
# o1-2024-12-17:
|
| 136 |
# model: o1-2024-12-17
|
|
|
|
| 138 |
# api_type: openai
|
| 139 |
# parallel: 32
|
| 140 |
# max_tokens: 8192
|
| 141 |
+
# temperature: 0.7
|
| 142 |
# organization: OpenAI
|
| 143 |
# license: Proprietary
|
| 144 |
|
|
|
|
| 158 |
# api_type: openai_thinking
|
| 159 |
# parallel: 32
|
| 160 |
# max_tokens: 8192
|
| 161 |
+
# temperature: 0.7
|
| 162 |
# organization: OpenAI
|
| 163 |
# license: Proprietary
|
| 164 |
|
|
|
|
| 170 |
# api_type: openai
|
| 171 |
# parallel: 32
|
| 172 |
# max_tokens: 81920
|
| 173 |
+
# temperature: 0.7
|
| 174 |
# organization: Google
|
| 175 |
# license: Proprietary
|
| 176 |
|
|
|
|
| 182 |
# api_type: openai
|
| 183 |
# parallel: 32
|
| 184 |
# max_tokens: 8192
|
| 185 |
+
# temperature: 0.7
|
| 186 |
# organization: Google
|
| 187 |
# license: Proprietary
|
| 188 |
|
|
|
|
| 194 |
# api_type: openai
|
| 195 |
# parallel: 32
|
| 196 |
# max_tokens: 8192
|
| 197 |
+
# temperature: 0.7
|
| 198 |
# organization: Google
|
| 199 |
# license: Proprietary
|
| 200 |
|
|
|
|
| 204 |
# api_type: litellm
|
| 205 |
# parallel: 32
|
| 206 |
# max_tokens: 8192
|
| 207 |
+
# temperature: 0.7
|
| 208 |
# organization: Anthropic
|
| 209 |
# license: Proprietary
|
| 210 |
|
|
|
|
| 214 |
# api_type: litellm
|
| 215 |
# parallel: 32
|
| 216 |
# max_tokens: 8192
|
| 217 |
+
# temperature: 0.7
|
| 218 |
# organization: Anthropic
|
| 219 |
# license: Proprietary
|
| 220 |
|
|
|
|
| 224 |
# api_type: litellm
|
| 225 |
# parallel: 32
|
| 226 |
# max_tokens: 8192
|
| 227 |
+
# temperature: 0.7
|
| 228 |
# organization: Anthropic
|
| 229 |
# license: Proprietary
|
| 230 |
|
|
|
|
| 236 |
# api_type: openai
|
| 237 |
# parallel: 32
|
| 238 |
# max_tokens: 8192
|
| 239 |
+
# temperature: 0.7
|
| 240 |
# organization: Alibaba
|
| 241 |
# license: Apache 2.0
|
| 242 |
|
|
|
|
| 248 |
# api_type: openai
|
| 249 |
# parallel: 32
|
| 250 |
# max_tokens: 8192
|
| 251 |
+
# temperature: 0.7
|
| 252 |
# organization: Moonshot
|
| 253 |
# license: Modified MIT
|
| 254 |
|
|
|
|
| 258 |
# api_type: litellm
|
| 259 |
# parallel: 16
|
| 260 |
# max_tokens: 8192
|
| 261 |
+
# temperature: 0.7
|
| 262 |
# organization: Anthropic
|
| 263 |
# license: Proprietary
|
| 264 |
|
|
|
|
| 268 |
# api_type: litellm
|
| 269 |
# parallel: 16
|
| 270 |
# max_tokens: 8192
|
| 271 |
+
# temperature: 0.7
|
| 272 |
# organization: Anthropic
|
| 273 |
# license: Proprietary
|
| 274 |
|
|
|
|
| 304 |
# api_type: openai
|
| 305 |
# parallel: 32
|
| 306 |
# max_tokens: 8192
|
| 307 |
+
# temperature: 0.7
|
| 308 |
# organization: DeepSeek
|
| 309 |
# license: MIT
|
| 310 |
|
|
|
|
| 316 |
# api_type: openai
|
| 317 |
# parallel: 32
|
| 318 |
# max_tokens: 8192
|
| 319 |
+
# temperature: 0.7
|
| 320 |
# organization: DeepSeek
|
| 321 |
# license: MIT
|
| 322 |
|
|
|
|
| 328 |
# api_type: openai
|
| 329 |
# parallel: 32
|
| 330 |
# max_tokens: 8192
|
| 331 |
+
# temperature: 0.7
|
| 332 |
# organization: Zhipu AI
|
| 333 |
# license: Custom
|
| 334 |
|
|
|
|
| 338 |
# api_type: openai
|
| 339 |
# parallel: 32
|
| 340 |
# max_tokens: 8192
|
| 341 |
+
# temperature: 0.7
|
| 342 |
# organization: OpenAI
|
| 343 |
# license: Proprietary
|
| 344 |
|