Rox-Turbo commited on
Commit
58b9a8d
·
verified ·
1 Parent(s): 193ac96

Update server.py

Browse files
Files changed (1) hide show
  1. server.py +8 -8
server.py CHANGED
@@ -402,49 +402,49 @@ def root():
402
  "rox_core": {
403
  "endpoint": "/chat",
404
  "description": "Rox Core - Main conversational model",
405
- "model": "minimaxai/minimax-m2.5",
406
  "best_for": "General conversation and tasks"
407
  },
408
  "rox_turbo": {
409
  "endpoint": "/turbo",
410
  "description": "Rox 2.1 Turbo - Fast and efficient",
411
- "model": "meta/llama-3.1-8b-instruct",
412
  "best_for": "Quick responses and efficient processing"
413
  },
414
  "rox_coder": {
415
  "endpoint": "/coder",
416
  "description": "Rox 3.5 Coder - Specialized coding assistant",
417
- "model": "qwen/qwen3.5-397b-a17b",
418
  "best_for": "Code generation, debugging, and development"
419
  },
420
  "rox_turbo_45": {
421
  "endpoint": "/turbo45",
422
  "description": "Rox 4.5 Turbo - Advanced reasoning with speed",
423
- "model": "deepseek-ai/deepseek-v3.1",
424
  "best_for": "Complex reasoning with fast responses"
425
  },
426
  "rox_ultra": {
427
  "endpoint": "/ultra",
428
  "description": "Rox 5 Ultra - Most advanced model",
429
- "model": "deepseek-ai/deepseek-v3.2",
430
  "best_for": "Complex tasks requiring deep reasoning"
431
  },
432
  "rox_dyno": {
433
  "endpoint": "/dyno",
434
  "description": "Rox 6 Dyno - Extended context with dynamic thinking",
435
- "model": "moonshotai/kimi-k2.5",
436
  "best_for": "Long context tasks and dynamic reasoning"
437
  },
438
  "rox_coder_7": {
439
  "endpoint": "/coder7",
440
  "description": "Rox 7 Coder - Most advanced coding specialist",
441
- "model": "z-ai/glm5",
442
  "best_for": "Advanced code generation and complex programming"
443
  },
444
  "rox_vision": {
445
  "endpoint": "/vision",
446
  "description": "Rox Vision Max - Optimized for visual understanding",
447
- "model": "google/gemma-3-27b-it",
448
  "best_for": "Visual understanding and multimodal tasks"
449
  }
450
  },
 
402
  "rox_core": {
403
  "endpoint": "/chat",
404
  "description": "Rox Core - Main conversational model",
405
+ "model": "rox-core",
406
  "best_for": "General conversation and tasks"
407
  },
408
  "rox_turbo": {
409
  "endpoint": "/turbo",
410
  "description": "Rox 2.1 Turbo - Fast and efficient",
411
+ "model": "rox-2.1-turbo",
412
  "best_for": "Quick responses and efficient processing"
413
  },
414
  "rox_coder": {
415
  "endpoint": "/coder",
416
  "description": "Rox 3.5 Coder - Specialized coding assistant",
417
+ "model": "rox-3.5-coder",
418
  "best_for": "Code generation, debugging, and development"
419
  },
420
  "rox_turbo_45": {
421
  "endpoint": "/turbo45",
422
  "description": "Rox 4.5 Turbo - Advanced reasoning with speed",
423
+ "model": "rox-4.5-turbo",
424
  "best_for": "Complex reasoning with fast responses"
425
  },
426
  "rox_ultra": {
427
  "endpoint": "/ultra",
428
  "description": "Rox 5 Ultra - Most advanced model",
429
+ "model": "rox-5-ultra",
430
  "best_for": "Complex tasks requiring deep reasoning"
431
  },
432
  "rox_dyno": {
433
  "endpoint": "/dyno",
434
  "description": "Rox 6 Dyno - Extended context with dynamic thinking",
435
+ "model": "rox-6-dyno",
436
  "best_for": "Long context tasks and dynamic reasoning"
437
  },
438
  "rox_coder_7": {
439
  "endpoint": "/coder7",
440
  "description": "Rox 7 Coder - Most advanced coding specialist",
441
+ "model": "rox-7-coder",
442
  "best_for": "Advanced code generation and complex programming"
443
  },
444
  "rox_vision": {
445
  "endpoint": "/vision",
446
  "description": "Rox Vision Max - Optimized for visual understanding",
447
+ "model": "rox-vision-max",
448
  "best_for": "Visual understanding and multimodal tasks"
449
  }
450
  },