akhaliq HF Staff commited on
Commit
275180a
·
1 Parent(s): 92e4fce

remove models

Browse files
Files changed (1) hide show
  1. app.py +0 -72
app.py CHANGED
@@ -2236,31 +2236,6 @@ CRITICAL: For imported spaces that lack anycoder attribution, you MUST add it as
2236
 
2237
  # Available models
2238
  AVAILABLE_MODELS = [
2239
- {
2240
- "name": "Moonshot Kimi-K2",
2241
- "id": "moonshotai/Kimi-K2-Instruct",
2242
- "description": "Moonshot AI Kimi-K2-Instruct model for code generation and general tasks"
2243
- },
2244
- {
2245
- "name": "Kimi K2 Turbo (Preview)",
2246
- "id": "kimi-k2-turbo-preview",
2247
- "description": "Moonshot AI Kimi K2 Turbo via OpenAI-compatible API"
2248
- },
2249
- {
2250
- "name": "DeepSeek V3",
2251
- "id": "deepseek-ai/DeepSeek-V3-0324",
2252
- "description": "DeepSeek V3 model for code generation"
2253
- },
2254
- {
2255
- "name": "DeepSeek V3.1",
2256
- "id": "deepseek-ai/DeepSeek-V3.1",
2257
- "description": "DeepSeek V3.1 model for code generation and general tasks"
2258
- },
2259
- {
2260
- "name": "DeepSeek V3.1 Terminus",
2261
- "id": "deepseek-ai/DeepSeek-V3.1-Terminus",
2262
- "description": "DeepSeek V3.1 Terminus model for advanced code generation and reasoning tasks"
2263
- },
2264
  {
2265
  "name": "DeepSeek V3.2-Exp",
2266
  "id": "deepseek-ai/DeepSeek-V3.2-Exp",
@@ -2271,58 +2246,11 @@ AVAILABLE_MODELS = [
2271
  "id": "deepseek-ai/DeepSeek-R1-0528",
2272
  "description": "DeepSeek R1 model for code generation"
2273
  },
2274
- {
2275
- "name": "MiniMax M1",
2276
- "id": "MiniMaxAI/MiniMax-M1-80k",
2277
- "description": "MiniMax M1 model for code generation and general tasks"
2278
- },
2279
- {
2280
- "name": "GLM-4.5",
2281
- "id": "zai-org/GLM-4.5",
2282
- "description": "GLM-4.5 model with thinking capabilities for advanced code generation"
2283
- },
2284
- {
2285
- "name": "GLM-4.5V",
2286
- "id": "zai-org/GLM-4.5V",
2287
- "description": "GLM-4.5V multimodal model with image understanding for code generation"
2288
- },
2289
  {
2290
  "name": "GLM-4.6",
2291
  "id": "zai-org/GLM-4.6",
2292
  "description": "GLM-4.6 model for advanced code generation and general tasks"
2293
  },
2294
- {
2295
- "name": "Cohere Command-A Reasoning 08-2025",
2296
- "id": "CohereLabs/command-a-reasoning-08-2025",
2297
- "description": "Cohere Labs Command-A Reasoning (Aug 2025) via Hugging Face InferenceClient"
2298
- },
2299
- {
2300
- "name": "StepFun Step-3",
2301
- "id": "step-3",
2302
- "description": "StepFun Step-3 model - AI chat assistant by 阶跃星辰 with multilingual capabilities"
2303
- },
2304
- {
2305
- "name": "Codestral 2508",
2306
- "id": "codestral-2508",
2307
- "description": "Mistral Codestral model - specialized for code generation and programming tasks",
2308
- "type": "mistral"
2309
- },
2310
- {
2311
- "name": "Mistral Medium 2508",
2312
- "id": "mistral-medium-2508",
2313
- "description": "Mistral Medium 2508 model via Mistral API for general tasks and coding",
2314
- "type": "mistral"
2315
- },
2316
- {
2317
- "name": "Gemini 2.5 Flash",
2318
- "id": "gemini-2.5-flash",
2319
- "description": "Google Gemini 2.5 Flash via OpenAI-compatible API"
2320
- },
2321
- {
2322
- "name": "Gemini 2.5 Pro",
2323
- "id": "gemini-2.5-pro",
2324
- "description": "Google Gemini 2.5 Pro via OpenAI-compatible API"
2325
- },
2326
  {
2327
  "name": "Gemini Flash Latest",
2328
  "id": "gemini-flash-latest",
 
2236
 
2237
  # Available models
2238
  AVAILABLE_MODELS = [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2239
  {
2240
  "name": "DeepSeek V3.2-Exp",
2241
  "id": "deepseek-ai/DeepSeek-V3.2-Exp",
 
2246
  "id": "deepseek-ai/DeepSeek-R1-0528",
2247
  "description": "DeepSeek R1 model for code generation"
2248
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2249
  {
2250
  "name": "GLM-4.6",
2251
  "id": "zai-org/GLM-4.6",
2252
  "description": "GLM-4.6 model for advanced code generation and general tasks"
2253
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2254
  {
2255
  "name": "Gemini Flash Latest",
2256
  "id": "gemini-flash-latest",