|
219 | 219 | "base_url": "https://openrouter.ai/api", |
220 | 220 | "api_key": "$OPENROUTER_API_KEY", |
221 | 221 | "models": { |
222 | | - "qwen2.5vl": "qwen/qwen2.5-vl-32b-instruct:free", |
223 | | - "llama4:109b": "meta-llama/llama-4-scout:free", |
224 | | - "llama4:400b": "meta-llama/llama-4-maverick:free", |
| 222 | + "kat-coder-pro": "kwaipilot/kat-coder-pro:free", |
| 223 | + "nemotron-nano-vl:12b": "nvidia/nemotron-nano-12b-v2-vl:free", |
| 224 | + "tongyi-deepresearch:30b": "alibaba/tongyi-deepresearch-30b-a3b:free", |
| 225 | + "longcat-flash-chat": "meituan/longcat-flash-chat:free", |
| 226 | + "nemotron-nano:9b": "nvidia/nemotron-nano-9b-v2:free", |
225 | 227 | "deepseek-v3.1:671b": "deepseek/deepseek-chat-v3.1:free", |
226 | | - "deepseek-r1:671b": "deepseek/deepseek-r1-0528:free", |
227 | | - "gemini-2.0-flash": "google/gemini-2.0-flash-exp:free", |
228 | | - "gemma3n:e2b": "google/gemma-3n-e2b-it:free", |
| 228 | + "gpt-oss:20b": "openai/gpt-oss-20b:free", |
229 | 229 | "glm-4.5-air": "z-ai/glm-4.5-air:free", |
| 230 | + "qwen3-coder": "qwen/qwen3-coder:free", |
| 231 | + "kimi-k2": "moonshotai/kimi-k2:free", |
| 232 | + "venice-mistral:24b": "cognitivecomputations/dolphin-mistral-24b-venice-edition:free", |
| 233 | + "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 | + "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", |
230 | 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 | + "gemma3:4b": "google/gemma-3-4b-it:free", |
| 246 | + "gemma3:12b": "google/gemma-3-12b-it:free", |
| 247 | + "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", |
231 | 250 | "llama3.3:70b": "meta-llama/llama-3.3-70b-instruct:free", |
232 | | - "nemotron-nano:9b": "nvidia/nemotron-nano-9b-v2:free", |
233 | | - "nemotron-nano-vl:12b": "nvidia/nemotron-nano-12b-v2-vl:free", |
234 | | - "deepseek-r1-distill-llama:70b": "deepseek/deepseek-r1-distill-llama-70b:free", |
235 | | - "gpt-oss:20b": "openai/gpt-oss-20b:free", |
236 | | - "mistral-small3.2:24b": "mistralai/mistral-small-3.2-24b-instruct:free", |
| 251 | + "llama3.2:3b": "meta-llama/llama-3.2-3b-instruct:free", |
237 | 252 | "mistral-nemo:12b": "mistralai/mistral-nemo:free", |
238 | | - "venice-uncensored:24b": "cognitivecomputations/dolphin-mistral-24b-venice-edition:free", |
239 | | - "llama3.3:8b": "meta-llama/llama-3.3-8b-instruct:free", |
240 | | - "gemma3:27b": "google/gemma-3-27b-it:free", |
241 | | - "qwen3-coder": "qwen/qwen3-coder:free", |
242 | | - "qwen3:235b": "qwen/qwen3-235b-a22b:free", |
243 | | - "qwen3:30b": "qwen/qwen3-30b-a3b:free", |
244 | 253 | "qwen3:4b": "qwen/qwen3-4b:free", |
245 | | - "qwen2.5vl:32b": "qwen/qwen2.5-vl-32b-instruct:free", |
246 | | - "qwen-2.5:72b": "qwen/qwen-2.5-72b-instruct:free", |
247 | | - "minimax-m2": "minimax/minimax-m2:free" |
| 254 | + "mistral:7b": "mistralai/mistral-7b-instruct:free" |
248 | 255 | }, |
249 | 256 | "default_pricing": { |
250 | 257 | "input": "0", |
|
398 | 405 | "base_url": "https://api.openai.com", |
399 | 406 | "api_key": "$OPENAI_API_KEY", |
400 | 407 | "models": { |
| 408 | + "gpt-5.1": "gpt-5.1", |
| 409 | + "gpt-5.1-chat-latest": "gpt-5.1-chat-latest", |
| 410 | + "gpt-5.1-codex": "gpt-5.1-codex", |
| 411 | + "gpt-5.1-codex-mini": "gpt-5.1-codex-mini", |
401 | 412 | "gpt-5-nano": "gpt-5-nano", |
402 | 413 | "gpt-5-mini": "gpt-5-mini", |
403 | 414 | "gpt-5": "gpt-5", |
|
417 | 428 | "gpt-3.5-turbo": "gpt-3.5-turbo" |
418 | 429 | }, |
419 | 430 | "pricing": { |
| 431 | + "gpt-5.1": { |
| 432 | + "input": "0.00000125", |
| 433 | + "output": "0.00001" |
| 434 | + }, |
| 435 | + "gpt-5.1-chat-latest": { |
| 436 | + "input": "0.00000125", |
| 437 | + "output": "0.00001" |
| 438 | + }, |
| 439 | + "gpt-5.1-codex": { |
| 440 | + "input": "0.00000125", |
| 441 | + "output": "0.00001" |
| 442 | + }, |
| 443 | + "gpt-5.1-codex-mini": { |
| 444 | + "input": "0.00000025", |
| 445 | + "output": "0.000002" |
| 446 | + }, |
420 | 447 | "gpt-5-nano": { |
421 | 448 | "input": "0.00000005", |
422 | 449 | "output": "0.0000004" |
|
859 | 886 | "gemma3:4b": "google/gemma-3-4b-it", |
860 | 887 | "gemma3:12b": "google/gemma-3-12b-it", |
861 | 888 | "gemma3:27b": "google/gemma-3-27b-it", |
| 889 | + "gpt-5.1": "openai/gpt-5.1", |
| 890 | + "gpt-5.1-chat": "openai/gpt-5.1-chat", |
| 891 | + "gpt-5.1-codex": "openai/gpt-5.1-codex", |
| 892 | + "gpt-5.1-codex-mini": "openai/gpt-5.1-codex-mini", |
862 | 893 | "gpt-5": "openai/gpt-5", |
863 | 894 | "gpt-5-chat": "openai/gpt-5-chat", |
864 | 895 | "gpt-5-mini": "openai/gpt-5-mini", |
|
883 | 914 | "minimax-m2": "minimax/minimax-m2", |
884 | 915 | "kimi-k2": "moonshotai/kimi-k2", |
885 | 916 | "kimi-k2-thinking": "moonshotai/kimi-k2-thinking", |
| 917 | + "kimi-linear:48b": "moonshotai/kimi-linear-48b-a3b-instruct", |
886 | 918 | "deepseek-v3.1:671b": "deepseek/deepseek-chat", |
887 | 919 | "deepseek-v3.2-exp": "deepseek/deepseek-v3.2-exp", |
888 | 920 | "deepseek-chat-v3.1:671b": "deepseek/deepseek-chat-v3.1", |
|
905 | 937 | }, |
906 | 938 | "pricing": { |
907 | 939 | "meta-llama/llama-3.1-405b-instruct": { |
908 | | - "input": "0.0000008", |
909 | | - "output": "0.0000008" |
| 940 | + "input": "0.0000035", |
| 941 | + "output": "0.0000035" |
910 | 942 | }, |
911 | 943 | "meta-llama/llama-3.3-70b-instruct": { |
912 | 944 | "input": "0.00000013", |
|
984 | 1016 | "input": "0.00000009", |
985 | 1017 | "output": "0.00000016" |
986 | 1018 | }, |
| 1019 | + "openai/gpt-5.1": { |
| 1020 | + "input": "0.00000125", |
| 1021 | + "output": "0.00001" |
| 1022 | + }, |
| 1023 | + "openai/gpt-5.1-chat": { |
| 1024 | + "input": "0.00000125", |
| 1025 | + "output": "0.00001" |
| 1026 | + }, |
| 1027 | + "openai/gpt-5.1-codex": { |
| 1028 | + "input": "0.00000125", |
| 1029 | + "output": "0.00001" |
| 1030 | + }, |
| 1031 | + "openai/gpt-5.1-codex-mini": { |
| 1032 | + "input": "0.00000025", |
| 1033 | + "output": "0.000002" |
| 1034 | + }, |
987 | 1035 | "openai/gpt-5": { |
988 | 1036 | "input": "0.00000125", |
989 | 1037 | "output": "0.00001" |
|
1062 | 1110 | }, |
1063 | 1111 | "z-ai/glm-4.5": { |
1064 | 1112 | "input": "0.00000035", |
1065 | | - "output": "0.00000155" |
| 1113 | + "output": "0.0000015" |
1066 | 1114 | }, |
1067 | 1115 | "z-ai/glm-4.5-air": { |
1068 | 1116 | "input": "0.00000013", |
1069 | 1117 | "output": "0.00000085" |
1070 | 1118 | }, |
1071 | 1119 | "minimax/minimax-m2": { |
1072 | | - "input": "0.00000015", |
1073 | | - "output": "0.00000045" |
| 1120 | + "input": "0.000000255", |
| 1121 | + "output": "0.00000102" |
1074 | 1122 | }, |
1075 | 1123 | "moonshotai/kimi-k2": { |
1076 | | - "input": "0.00000014", |
1077 | | - "output": "0.00000249" |
| 1124 | + "input": "0.0000005", |
| 1125 | + "output": "0.0000024" |
| 1126 | + }, |
| 1127 | + "moonshotai/kimi-k2-thinking": { |
| 1128 | + "input": "0.00000055", |
| 1129 | + "output": "0.00000225" |
| 1130 | + }, |
| 1131 | + "moonshotai/kimi-linear-48b-a3b-instruct": { |
| 1132 | + "input": "0.0000003", |
| 1133 | + "output": "0.0000006" |
1078 | 1134 | }, |
1079 | 1135 | "deepseek/deepseek-chat": { |
1080 | 1136 | "input": "0.0000003", |
1081 | | - "output": "0.00000085" |
| 1137 | + "output": "0.0000012" |
1082 | 1138 | }, |
1083 | 1139 | "deepseek/deepseek-v3.2-exp": { |
1084 | 1140 | "input": "0.00000027", |
|
0 commit comments