|
53 | 53 | "phi3:3.8b": "microsoft/phi-3-mini-128k-instruct", |
54 | 54 | "phi3:14b": "microsoft/phi-3-medium-128k-instruct", |
55 | 55 | "phi4:14b": "microsoft/phi-4", |
| 56 | + "phi-4-reasoning:14b": "microsoft/phi-4-reasoning", |
| 57 | + "phi-4-reasoning-plus:14b": "microsoft/phi-4-reasoning-plus", |
56 | 58 | "qwen2:7b": "qwen/qwen-2-7b-instruct", |
57 | 59 | "qwen2:72b": "qwen/qwen-2-72b-instruct", |
58 | 60 | "qwen2-5:7b": "qwen/qwen-2.5-7b-instruct", |
|
93 | 95 | "claude-3-sonnet": "anthropic/claude-3-sonnet", |
94 | 96 | "claude-3-opus": "anthropic/claude-3-opus", |
95 | 97 | "claude-3-5-sonnet": "anthropic/claude-3.5-sonnet", |
96 | | - "yi-large": "01-ai/yi-large" |
| 98 | + "yi-large": "01-ai/yi-large", |
| 99 | + "glm-4-32b": "thudm/glm-4-32b" |
97 | 100 | } |
98 | 101 | }, |
99 | 102 | { |
|
119 | 122 | "deepseek-r1-zero:671b": "deepseek/deepseek-r1-zero:free", |
120 | 123 | "phi3:3.8b": "microsoft/phi-3-mini-128k-instruct:free", |
121 | 124 | "phi3:14b": "microsoft/phi-3-medium-128k-instruct:free", |
| 125 | + "phi-4-reasoning:14b": "microsoft/phi-4-reasoning:free", |
| 126 | + "phi-4-reasoning-plus:14b": "microsoft/phi-4-reasoning-plus:free", |
122 | 127 | "qwen-vl-plus": "qwen/qwen-vl-plus:free", |
123 | 128 | "qwq:32b": "qwen/qwq-32b:free", |
124 | 129 | "qwen3:8b": "qwen/qwen3-8b:free", |
125 | 130 | "qwen3:30b": "qwen/qwen3-30b-a3b:free", |
126 | 131 | "qwen3:32b": "qwen/qwen3-32b:free", |
127 | 132 | "qwen3:235b": "qwen/qwen3-235b-a22b:free", |
128 | 133 | "gemini-pro": "google/gemini-2.5-pro-exp-03-25:free", |
129 | | - "gemini-pro-2.5": "google/gemini-2.5-pro-exp-03-25:free" |
| 134 | + "gemini-pro-2.5": "google/gemini-2.5-pro-exp-03-25:free", |
| 135 | + "glm-4-32b": "thudm/glm-4-32b:free" |
130 | 136 | } |
131 | 137 | }, |
132 | 138 | { |
|
0 commit comments