Update server.py
Browse files
server.py
CHANGED
|
@@ -402,49 +402,49 @@ def root():
|
|
| 402 |
"rox_core": {
|
| 403 |
"endpoint": "/chat",
|
| 404 |
"description": "Rox Core - Main conversational model",
|
| 405 |
-
"model": "
|
| 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": "
|
| 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": "
|
| 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": "
|
| 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": "
|
| 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": "
|
| 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": "
|
| 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": "
|
| 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 |
},
|