|
37 | 37 | "kimi-k2-thinking": { |
38 | 38 | "id": "kimi-k2-thinking", |
39 | 39 | "display_name": "Kimi K2 Thinking", |
40 | | - "llm_config": {"model": "litellm_proxy/moonshot/kimi-k2-thinking"}, |
| 40 | + "llm_config": { |
| 41 | + "model": "litellm_proxy/moonshot/kimi-k2-thinking", |
| 42 | + "temperature": 1.0, |
| 43 | + }, |
41 | 44 | }, |
42 | 45 | # https://www.kimi.com/blog/kimi-k2-5.html |
43 | 46 | "kimi-k2.5": { |
|
93 | 96 | "gemini-3-pro": { |
94 | 97 | "id": "gemini-3-pro", |
95 | 98 | "display_name": "Gemini 3 Pro", |
96 | | - "llm_config": {"model": "litellm_proxy/gemini-3-pro-preview"}, |
| 99 | + "llm_config": { |
| 100 | + "model": "litellm_proxy/gemini-3-pro-preview", |
| 101 | + "temperature": 0.0, |
| 102 | + }, |
97 | 103 | }, |
98 | 104 | "gemini-3-flash": { |
99 | 105 | "id": "gemini-3-flash", |
100 | 106 | "display_name": "Gemini 3 Flash", |
101 | | - "llm_config": {"model": "litellm_proxy/gemini-3-flash-preview"}, |
| 107 | + "llm_config": { |
| 108 | + "model": "litellm_proxy/gemini-3-flash-preview", |
| 109 | + "temperature": 0.0, |
| 110 | + }, |
102 | 111 | }, |
103 | 112 | "gemini-3.1-pro": { |
104 | 113 | "id": "gemini-3.1-pro", |
105 | 114 | "display_name": "Gemini 3.1 Pro", |
106 | | - "llm_config": {"model": "litellm_proxy/gemini-3.1-pro-preview"}, |
| 115 | + "llm_config": { |
| 116 | + "model": "litellm_proxy/gemini-3.1-pro-preview", |
| 117 | + "temperature": 0.0, |
| 118 | + }, |
107 | 119 | }, |
108 | 120 | "gpt-5.2": { |
109 | 121 | "id": "gpt-5.2", |
|
126 | 138 | "minimax-m2": { |
127 | 139 | "id": "minimax-m2", |
128 | 140 | "display_name": "MiniMax M2", |
129 | | - "llm_config": {"model": "litellm_proxy/minimax/minimax-m2"}, |
| 141 | + "llm_config": { |
| 142 | + "model": "litellm_proxy/minimax/minimax-m2", |
| 143 | + "temperature": 0.0, |
| 144 | + }, |
130 | 145 | }, |
131 | 146 | "minimax-m2.5": { |
132 | 147 | "id": "minimax-m2.5", |
|
140 | 155 | "minimax-m2.1": { |
141 | 156 | "id": "minimax-m2.1", |
142 | 157 | "display_name": "MiniMax M2.1", |
143 | | - "llm_config": {"model": "litellm_proxy/minimax/MiniMax-M2.1"}, |
| 158 | + "llm_config": { |
| 159 | + "model": "litellm_proxy/minimax/MiniMax-M2.1", |
| 160 | + "temperature": 0.0, |
| 161 | + }, |
144 | 162 | }, |
145 | 163 | "deepseek-v3.2-reasoner": { |
146 | 164 | "id": "deepseek-v3.2-reasoner", |
|
151 | 169 | "id": "qwen-3-coder", |
152 | 170 | "display_name": "Qwen 3 Coder", |
153 | 171 | "llm_config": { |
154 | | - "model": "litellm_proxy/fireworks_ai/qwen3-coder-480b-a35b-instruct" |
| 172 | + "model": "litellm_proxy/fireworks_ai/qwen3-coder-480b-a35b-instruct", |
| 173 | + "temperature": 0.0, |
155 | 174 | }, |
156 | 175 | }, |
157 | 176 | "nemotron-3-nano-30b": { |
|
167 | 186 | "display_name": "GLM-4.7", |
168 | 187 | "llm_config": { |
169 | 188 | "model": "litellm_proxy/openrouter/z-ai/glm-4.7", |
| 189 | + "temperature": 0.0, |
170 | 190 | # OpenRouter glm-4.7 is text-only despite LiteLLM reporting vision support |
171 | 191 | "disable_vision": True, |
172 | 192 | }, |
|
176 | 196 | "display_name": "GLM-5", |
177 | 197 | "llm_config": { |
178 | 198 | "model": "litellm_proxy/openrouter/z-ai/glm-5", |
| 199 | + "temperature": 0.0, |
179 | 200 | # OpenRouter glm-5 is text-only despite LiteLLM reporting vision support |
180 | 201 | "disable_vision": True, |
181 | 202 | }, |
182 | 203 | }, |
183 | 204 | "qwen3-coder-next": { |
184 | 205 | "id": "qwen3-coder-next", |
185 | 206 | "display_name": "Qwen3 Coder Next", |
186 | | - "llm_config": {"model": "litellm_proxy/openrouter/qwen/qwen3-coder-next"}, |
| 207 | + "llm_config": { |
| 208 | + "model": "litellm_proxy/openrouter/qwen/qwen3-coder-next", |
| 209 | + "temperature": 0.0, |
| 210 | + }, |
187 | 211 | }, |
188 | 212 | "qwen3-coder-30b-a3b-instruct": { |
189 | 213 | "id": "qwen3-coder-30b-a3b-instruct", |
190 | 214 | "display_name": "Qwen3 Coder 30B A3B Instruct", |
191 | | - "llm_config": {"model": "litellm_proxy/Qwen3-Coder-30B-A3B-Instruct"}, |
| 215 | + "llm_config": { |
| 216 | + "model": "litellm_proxy/Qwen3-Coder-30B-A3B-Instruct", |
| 217 | + "temperature": 0.0, |
| 218 | + }, |
192 | 219 | }, |
193 | 220 | "gpt-oss-20b": { |
194 | 221 | "id": "gpt-oss-20b", |
195 | 222 | "display_name": "GPT OSS 20B", |
196 | | - "llm_config": {"model": "litellm_proxy/gpt-oss-20b"}, |
| 223 | + "llm_config": { |
| 224 | + "model": "litellm_proxy/gpt-oss-20b", |
| 225 | + "temperature": 0.0, |
| 226 | + }, |
197 | 227 | }, |
198 | 228 | } |
199 | 229 |
|
|
0 commit comments