|
11 | 11 | "defaults": { |
12 | 12 | "headers": { |
13 | 13 | "Content-Type": "application/json", |
14 | | - "User-Agent": "llms.py/1.0" |
| 14 | + "User-Agent": "llmspy.org/1.0" |
15 | 15 | }, |
16 | 16 | "text": { |
17 | 17 | "model": "kimi-k2", |
|
220 | 220 | "api_key": "$OPENROUTER_API_KEY", |
221 | 221 | "models": { |
222 | 222 | "kat-coder-pro": "kwaipilot/kat-coder-pro:free", |
223 | | - "nemotron-nano-vl:12b": "nvidia/nemotron-nano-12b-v2-vl:free", |
224 | 223 | "tongyi-deepresearch:30b": "alibaba/tongyi-deepresearch-30b-a3b:free", |
225 | | - "longcat-flash-chat": "meituan/longcat-flash-chat:free", |
226 | 224 | "nemotron-nano:9b": "nvidia/nemotron-nano-9b-v2:free", |
227 | | - "deepseek-v3.1:671b": "deepseek/deepseek-chat-v3.1:free", |
| 225 | + "deepseek-r1t2-chimera": "tngtech/deepseek-r1t2-chimera:free", |
228 | 226 | "gpt-oss:20b": "openai/gpt-oss-20b:free", |
229 | 227 | "glm-4.5-air": "z-ai/glm-4.5-air:free", |
230 | | - "qwen3-coder": "qwen/qwen3-coder:free", |
231 | 228 | "kimi-k2": "moonshotai/kimi-k2:free", |
232 | | - "venice-mistral:24b": "cognitivecomputations/dolphin-mistral-24b-venice-edition:free", |
233 | 229 | "gemma3n:2b": "google/gemma-3n-e2b-it:free", |
234 | | - "deepseek-r1t2-chimera": "tngtech/deepseek-r1t2-chimera:free", |
235 | | - "mistral-small3.2:24b": "mistralai/mistral-small-3.2-24b-instruct:free", |
236 | | - "deepseek-r1:671b": "deepseek/deepseek-r1-0528:free", |
237 | 230 | "gemma3n:4b": "google/gemma-3n-e4b-it:free", |
238 | | - "qwen3:30b": "qwen/qwen3-30b-a3b:free", |
239 | | - "qwen3:14b": "qwen/qwen3-14b:free", |
240 | | - "qwen3:235b": "qwen/qwen3-235b-a22b:free", |
241 | | - "mai-ds-r1": "microsoft/mai-ds-r1:free", |
242 | | - "qwen-2.5:72b": "qwen/qwen-2.5-72b-instruct:free", |
243 | | - "qwen2.5vl": "qwen/qwen2.5-vl-32b-instruct:free", |
244 | | - "qwen2.5vl:32b": "qwen/qwen2.5-vl-32b-instruct:free", |
245 | 231 | "gemma3:4b": "google/gemma-3-4b-it:free", |
246 | 232 | "gemma3:12b": "google/gemma-3-12b-it:free", |
247 | 233 | "gemma3:27b": "google/gemma-3-27b-it:free", |
248 | | - "deepseek-r1": "deepseek/deepseek-r1-0528:free", |
249 | | - "gemini-2.0-flash": "google/gemini-2.0-flash-exp:free", |
250 | 234 | "llama3.3:70b": "meta-llama/llama-3.3-70b-instruct:free", |
251 | | - "llama3.2:3b": "meta-llama/llama-3.2-3b-instruct:free", |
252 | | - "mistral-nemo:12b": "mistralai/mistral-nemo:free", |
253 | | - "qwen3:4b": "qwen/qwen3-4b:free", |
254 | 235 | "mistral:7b": "mistralai/mistral-7b-instruct:free" |
255 | 236 | }, |
256 | 237 | "default_pricing": { |
|
338 | 319 | "base_url": "https://api.anthropic.com", |
339 | 320 | "api_key": "$ANTHROPIC_API_KEY", |
340 | 321 | "models": { |
| 322 | + "claude-opus-4.5": "claude-opus-4.5", |
341 | 323 | "claude-sonnet-4-5": "claude-sonnet-4-5", |
342 | 324 | "claude-sonnet-4-0": "claude-sonnet-4-0", |
343 | 325 | "claude-3-7-sonnet": "claude-3-7-sonnet-latest", |
|
346 | 328 | "claude-3-haiku": "claude-3-haiku-20240307" |
347 | 329 | }, |
348 | 330 | "pricing": { |
349 | | - "claude-opus-4-1": { |
350 | | - "input": "0.000015", |
351 | | - "output": "0.000075" |
352 | | - }, |
353 | | - "claude-opus-4": { |
354 | | - "input": "0.000015", |
355 | | - "output": "0.000075" |
| 331 | + "claude-opus-4-5": { |
| 332 | + "input": "0.000005", |
| 333 | + "output": "0.000025" |
356 | 334 | }, |
357 | 335 | "claude-sonnet-4-5": { |
358 | 336 | "input": "0.000003", |
|
700 | 678 | }, |
701 | 679 | "enable_thinking": false |
702 | 680 | }, |
| 681 | + "minimax": { |
| 682 | + "enabled": true, |
| 683 | + "type": "OpenAiProvider", |
| 684 | + "base_url": "https://api.minimax.io/v1", |
| 685 | + "api_key": "$MINIMAX_API_KEY", |
| 686 | + "models": { |
| 687 | + "minimax-m2": "MiniMax-M2" |
| 688 | + }, |
| 689 | + "temperature": 1.0, |
| 690 | + "pricing": { |
| 691 | + "minimax/minimax-m2": { |
| 692 | + "input": "0.0000003", |
| 693 | + "output": "0.0000012" |
| 694 | + } |
| 695 | + } |
| 696 | + }, |
703 | 697 | "z.ai": { |
704 | 698 | "enabled": true, |
705 | 699 | "type": "OpenAiProvider", |
|
878 | 872 | "nova-lite": "amazon/nova-lite-v1", |
879 | 873 | "nova-pro": "amazon/nova-pro-v1", |
880 | 874 | "nemotron-nano-vl:12b": "nvidia/nemotron-nano-12b-v2-vl", |
| 875 | + "claude-opus-4.5": "anthropic/claude-opus-4.5", |
881 | 876 | "claude-sonnet-4-5": "anthropic/claude-sonnet-4.5", |
882 | 877 | "claude-sonnet-4-0": "anthropic/claude-sonnet-4", |
883 | 878 | "gemini-flash-latest": "google/gemini-2.5-flash", |
|
941 | 936 | "output": "0.0000035" |
942 | 937 | }, |
943 | 938 | "meta-llama/llama-3.3-70b-instruct": { |
944 | | - "input": "0.00000013", |
945 | | - "output": "0.00000038" |
| 939 | + "input": "0.000000104", |
| 940 | + "output": "0.000000312" |
946 | 941 | }, |
947 | 942 | "microsoft/phi-4": { |
948 | 943 | "input": "0.00000006", |
|
984 | 979 | "input": "0.0000002", |
985 | 980 | "output": "0.0000006" |
986 | 981 | }, |
| 982 | + "anthropic/claude-opus-4.5": { |
| 983 | + "input": "0.000005", |
| 984 | + "output": "0.000025" |
| 985 | + }, |
987 | 986 | "anthropic/claude-sonnet-4.5": { |
988 | 987 | "input": "0.000003", |
989 | 988 | "output": "0.000015" |
|
1013 | 1012 | "output": "0.0000001" |
1014 | 1013 | }, |
1015 | 1014 | "google/gemma-3-27b-it": { |
1016 | | - "input": "0.00000009", |
1017 | | - "output": "0.00000016" |
| 1015 | + "input": "0.00000007", |
| 1016 | + "output": "0.0000005" |
1018 | 1017 | }, |
1019 | 1018 | "openai/gpt-5.1": { |
1020 | 1019 | "input": "0.00000125", |
|
1053 | 1052 | "output": "0.00001" |
1054 | 1053 | }, |
1055 | 1054 | "openai/gpt-oss-120b": { |
1056 | | - "input": "0.00000005", |
1057 | | - "output": "0.00000024" |
| 1055 | + "input": "0.00000004", |
| 1056 | + "output": "0.0000002" |
1058 | 1057 | }, |
1059 | 1058 | "openai/gpt-oss-20b": { |
1060 | 1059 | "input": "0.00000003", |
|
1105 | 1104 | "output": "0.0000019" |
1106 | 1105 | }, |
1107 | 1106 | "z-ai/glm-4.5v": { |
1108 | | - "input": "0.0000006", |
1109 | | - "output": "0.0000018" |
| 1107 | + "input": "0.00000048", |
| 1108 | + "output": "0.00000144" |
1110 | 1109 | }, |
1111 | 1110 | "z-ai/glm-4.5": { |
1112 | 1111 | "input": "0.00000035", |
1113 | 1112 | "output": "0.0000015" |
1114 | 1113 | }, |
1115 | 1114 | "z-ai/glm-4.5-air": { |
1116 | | - "input": "0.00000013", |
1117 | | - "output": "0.00000085" |
| 1115 | + "input": "0.000000104", |
| 1116 | + "output": "0.00000068" |
1118 | 1117 | }, |
1119 | 1118 | "minimax/minimax-m2": { |
1120 | 1119 | "input": "0.000000255", |
1121 | 1120 | "output": "0.00000102" |
1122 | 1121 | }, |
1123 | 1122 | "moonshotai/kimi-k2": { |
1124 | | - "input": "0.0000005", |
1125 | | - "output": "0.0000024" |
| 1123 | + "input": "0.000000456", |
| 1124 | + "output": "0.00000184" |
1126 | 1125 | }, |
1127 | 1126 | "moonshotai/kimi-k2-thinking": { |
1128 | | - "input": "0.00000055", |
1129 | | - "output": "0.00000225" |
| 1127 | + "input": "0.00000045", |
| 1128 | + "output": "0.00000235" |
1130 | 1129 | }, |
1131 | 1130 | "moonshotai/kimi-linear-48b-a3b-instruct": { |
1132 | | - "input": "0.0000003", |
| 1131 | + "input": "0.0000005", |
1133 | 1132 | "output": "0.0000006" |
1134 | 1133 | }, |
1135 | 1134 | "deepseek/deepseek-chat": { |
1136 | 1135 | "input": "0.0000003", |
1137 | 1136 | "output": "0.0000012" |
1138 | 1137 | }, |
1139 | 1138 | "deepseek/deepseek-v3.2-exp": { |
1140 | | - "input": "0.00000027", |
1141 | | - "output": "0.0000004" |
| 1139 | + "input": "0.000000216", |
| 1140 | + "output": "0.000000328" |
1142 | 1141 | }, |
1143 | 1142 | "deepseek/deepseek-chat-v3.1": { |
1144 | 1143 | "input": "0.0000002", |
|
1149 | 1148 | "output": "0.0000012" |
1150 | 1149 | }, |
1151 | 1150 | "deepseek/deepseek-v3.1-terminus": { |
1152 | | - "input": "0.00000027", |
1153 | | - "output": "0.000001" |
| 1151 | + "input": "0.000000216", |
| 1152 | + "output": "0.0000008" |
1154 | 1153 | }, |
1155 | 1154 | "qwen/qwen3-8b": { |
1156 | | - "input": "0.000000035", |
1157 | | - "output": "0.000000138" |
| 1155 | + "input": "0.000000028", |
| 1156 | + "output": "0.0000001104" |
1158 | 1157 | }, |
1159 | 1158 | "qwen/qwen3-30b-a3b": { |
1160 | 1159 | "input": "0.00000006", |
1161 | 1160 | "output": "0.00000022" |
1162 | 1161 | }, |
1163 | 1162 | "qwen/qwen3-32b": { |
1164 | | - "input": "0.00000005", |
1165 | | - "output": "0.0000002" |
| 1163 | + "input": "0.00000008", |
| 1164 | + "output": "0.00000024" |
1166 | 1165 | }, |
1167 | 1166 | "qwen/qwen3-235b-a22b": { |
1168 | 1167 | "input": "0.00000018", |
|
1189 | 1188 | "output": "0.000006" |
1190 | 1189 | }, |
1191 | 1190 | "qwen/qwen3-vl-235b-a22b-instruct": { |
1192 | | - "input": "0.00000022", |
1193 | | - "output": "0.00000088" |
| 1191 | + "input": "0.00000021", |
| 1192 | + "output": "0.0000019" |
1194 | 1193 | }, |
1195 | 1194 | "qwen/qwen3-vl-235b-a22b-thinking": { |
1196 | 1195 | "input": "0.0000003", |
1197 | 1196 | "output": "0.0000012" |
1198 | 1197 | }, |
1199 | | - "inclusionai/ling-1t": { |
1200 | | - "input": "0.00000057", |
1201 | | - "output": "0.00000228" |
1202 | | - }, |
1203 | 1198 | "meta-llama/llama-4-scout": { |
1204 | 1199 | "input": "0.00000008", |
1205 | 1200 | "output": "0.0000003" |
1206 | 1201 | }, |
1207 | 1202 | "meta-llama/llama-4-maverick": { |
1208 | | - "input": "0.00000015", |
1209 | | - "output": "0.0000006" |
| 1203 | + "input": "0.000000136", |
| 1204 | + "output": "0.00000068" |
1210 | 1205 | } |
1211 | 1206 | } |
1212 | 1207 | }, |
|
0 commit comments