Upload 20 files
Browse files- README.md +15 -6
- package-lock.json +4 -5
- public/app.js +76 -11
- public/index.html +9 -0
README.md
CHANGED
|
@@ -16,7 +16,7 @@ A production-ready AI chat interface with multi-model support, file processing,
|
|
| 16 |
## Features
|
| 17 |
|
| 18 |
### Multi-Model Support
|
| 19 |
-
Choose from
|
| 20 |
|
| 21 |
| Model | Parameters | Specialty |
|
| 22 |
|-------|------------|-----------|
|
|
@@ -25,9 +25,17 @@ Choose from 5 powerful standalone LLM models:
|
|
| 25 |
| Rox 3.5 Coder | 480B | Optimized for coding and development |
|
| 26 |
| Rox 4.5 Turbo | 685B | Advanced reasoning and analysis |
|
| 27 |
| Rox 5 Ultra | 14.8T datasets | Most powerful flagship model |
|
|
|
|
| 28 |
|
| 29 |
All Rox AI models are standalone, proprietary models developed from scratch by Rox AI Technologies.
|
| 30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
### DeepResearch Mode (Exclusive to Rox 5 Ultra)
|
| 32 |
|
| 33 |
DeepResearch is a premium research feature exclusive to Rox 5 Ultra that provides comprehensive, in-depth analysis on any topic using real-time web data.
|
|
@@ -86,7 +94,7 @@ DeepResearch is a premium research feature exclusive to Rox 5 Ultra that provide
|
|
| 86 |
|
| 87 |
### Rox Vision - Integrated Image Understanding
|
| 88 |
|
| 89 |
-
Rox Vision is our dedicated vision-language model that powers image understanding across
|
| 90 |
|
| 91 |
**Vision Models:**
|
| 92 |
| Model | Parameters | Role |
|
|
@@ -96,9 +104,10 @@ Rox Vision is our dedicated vision-language model that powers image understandin
|
|
| 96 |
|
| 97 |
**How It Works:**
|
| 98 |
1. User uploads an image with a question
|
| 99 |
-
2. Rox Vision automatically analyzes the image and extracts visual information
|
| 100 |
-
3.
|
| 101 |
-
4. The
|
|
|
|
| 102 |
|
| 103 |
**Capabilities:**
|
| 104 |
- Scene analysis and composition understanding
|
|
@@ -107,7 +116,7 @@ Rox Vision is our dedicated vision-language model that powers image understandin
|
|
| 107 |
- Visual reasoning and Q&A
|
| 108 |
- Support for JPG, PNG, GIF, WebP, and BMP formats
|
| 109 |
|
| 110 |
-
Note: Rox Vision is not a separately selectable model. It is integrated into
|
| 111 |
|
| 112 |
### Live Internet Search
|
| 113 |
- Real-time web search for latest news, events, and information
|
|
|
|
| 16 |
## Features
|
| 17 |
|
| 18 |
### Multi-Model Support
|
| 19 |
+
Choose from 6 powerful standalone LLM models:
|
| 20 |
|
| 21 |
| Model | Parameters | Specialty |
|
| 22 |
|-------|------------|-----------|
|
|
|
|
| 25 |
| Rox 3.5 Coder | 480B | Optimized for coding and development |
|
| 26 |
| Rox 4.5 Turbo | 685B | Advanced reasoning and analysis |
|
| 27 |
| Rox 5 Ultra | 14.8T datasets | Most powerful flagship model |
|
| 28 |
+
| Rox 6 Dyno | Latest Gen | Dynamic thinker with native vision |
|
| 29 |
|
| 30 |
All Rox AI models are standalone, proprietary models developed from scratch by Rox AI Technologies.
|
| 31 |
|
| 32 |
+
**Rox 6 Dyno - The Latest Innovation:**
|
| 33 |
+
- Native multimodal vision built directly into the model architecture
|
| 34 |
+
- Extended context window (64k tokens) for long conversations
|
| 35 |
+
- Deep reasoning with transparent thinking process
|
| 36 |
+
- Superior at complex analysis and multi-step problem solving
|
| 37 |
+
- Processes images directly without requiring separate vision models
|
| 38 |
+
|
| 39 |
### DeepResearch Mode (Exclusive to Rox 5 Ultra)
|
| 40 |
|
| 41 |
DeepResearch is a premium research feature exclusive to Rox 5 Ultra that provides comprehensive, in-depth analysis on any topic using real-time web data.
|
|
|
|
| 94 |
|
| 95 |
### Rox Vision - Integrated Image Understanding
|
| 96 |
|
| 97 |
+
Rox Vision is our dedicated vision-language model that powers image understanding across most Rox LLM models. It is seamlessly integrated and activates automatically when images are uploaded.
|
| 98 |
|
| 99 |
**Vision Models:**
|
| 100 |
| Model | Parameters | Role |
|
|
|
|
| 104 |
|
| 105 |
**How It Works:**
|
| 106 |
1. User uploads an image with a question
|
| 107 |
+
2. For Rox Core, 2.1 Turbo, 3.5 Coder, 4.5 Turbo, and 5 Ultra: Rox Vision automatically analyzes the image and extracts visual information
|
| 108 |
+
3. For Rox 6 Dyno: Native vision processes images directly (no separate vision model needed)
|
| 109 |
+
4. The analysis is passed to the selected LLM
|
| 110 |
+
5. The LLM generates an intelligent response using the visual data
|
| 111 |
|
| 112 |
**Capabilities:**
|
| 113 |
- Scene analysis and composition understanding
|
|
|
|
| 116 |
- Visual reasoning and Q&A
|
| 117 |
- Support for JPG, PNG, GIF, WebP, and BMP formats
|
| 118 |
|
| 119 |
+
Note: Rox Vision is not a separately selectable model. It is integrated into Rox Core, 2.1 Turbo, 3.5 Coder, 4.5 Turbo, and 5 Ultra, and activates automatically when images are uploaded. Rox 6 Dyno has its own native vision capabilities built-in.
|
| 120 |
|
| 121 |
### Live Internet Search
|
| 122 |
- Real-time web search for latest news, events, and information
|
package-lock.json
CHANGED
|
@@ -2127,9 +2127,9 @@
|
|
| 2127 |
}
|
| 2128 |
},
|
| 2129 |
"node_modules/qs": {
|
| 2130 |
-
"version": "6.14.
|
| 2131 |
-
"resolved": "https://registry.npmjs.org/qs/-/qs-6.14.
|
| 2132 |
-
"integrity": "sha512-
|
| 2133 |
"license": "BSD-3-Clause",
|
| 2134 |
"dependencies": {
|
| 2135 |
"side-channel": "^1.1.0"
|
|
@@ -2191,8 +2191,7 @@
|
|
| 2191 |
"resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.2.2.tgz",
|
| 2192 |
"integrity": "sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==",
|
| 2193 |
"dev": true,
|
| 2194 |
-
"license": "Apache-2.0"
|
| 2195 |
-
"peer": true
|
| 2196 |
},
|
| 2197 |
"node_modules/require-from-string": {
|
| 2198 |
"version": "2.0.2",
|
|
|
|
| 2127 |
}
|
| 2128 |
},
|
| 2129 |
"node_modules/qs": {
|
| 2130 |
+
"version": "6.14.2",
|
| 2131 |
+
"resolved": "https://registry.npmjs.org/qs/-/qs-6.14.2.tgz",
|
| 2132 |
+
"integrity": "sha512-V/yCWTTF7VJ9hIh18Ugr2zhJMP01MY7c5kh4J870L7imm6/DIzBsNLTXzMwUA3yZ5b/KBqLx8Kp3uRvd7xSe3Q==",
|
| 2133 |
"license": "BSD-3-Clause",
|
| 2134 |
"dependencies": {
|
| 2135 |
"side-channel": "^1.1.0"
|
|
|
|
| 2191 |
"resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.2.2.tgz",
|
| 2192 |
"integrity": "sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==",
|
| 2193 |
"dev": true,
|
| 2194 |
+
"license": "Apache-2.0"
|
|
|
|
| 2195 |
},
|
| 2196 |
"node_modules/require-from-string": {
|
| 2197 |
"version": "2.0.2",
|
public/app.js
CHANGED
|
@@ -629,7 +629,8 @@ class RoxAI {
|
|
| 629 |
{ id: 'rox-2.1-turbo', name: 'Rox 2.1 Turbo', desc: 'Deep thinking & reasoning' },
|
| 630 |
{ id: 'rox-3.5-coder', name: 'Rox 3.5 Coder', desc: 'Best for coding & development' },
|
| 631 |
{ id: 'rox-4.5-turbo', name: 'Rox 4.5 Turbo', desc: 'Advanced reasoning & analysis' },
|
| 632 |
-
{ id: 'rox-5-ultra', name: 'Rox 5 Ultra', desc: 'Most powerful flagship model' }
|
|
|
|
| 633 |
]));
|
| 634 |
|
| 635 |
// DOM Element references
|
|
@@ -10399,7 +10400,7 @@ class RoxAI {
|
|
| 10399 |
Rox AI Model Family
|
| 10400 |
</h2>
|
| 10401 |
<p class="docs-text">
|
| 10402 |
-
We have
|
| 10403 |
</p>
|
| 10404 |
|
| 10405 |
<!-- Rox Core Model -->
|
|
@@ -10619,6 +10620,52 @@ class RoxAI {
|
|
| 10619 |
</div>
|
| 10620 |
</div>
|
| 10621 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10622 |
</div>
|
| 10623 |
|
| 10624 |
<!-- Model Comparison Section -->
|
|
@@ -10666,6 +10713,11 @@ class RoxAI {
|
|
| 10666 |
<td>Ultimate AI, best quality, DeepResearch</td>
|
| 10667 |
<td>🏆 Supreme</td>
|
| 10668 |
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10669 |
</tbody>
|
| 10670 |
</table>
|
| 10671 |
</div>
|
|
@@ -10774,7 +10826,7 @@ class RoxAI {
|
|
| 10774 |
<tbody>
|
| 10775 |
<tr>
|
| 10776 |
<td>Maximum Context Length</td>
|
| 10777 |
-
<td>128,000 tokens (varies by model)</td>
|
| 10778 |
</tr>
|
| 10779 |
<tr>
|
| 10780 |
<td>Supported Languages</td>
|
|
@@ -10940,26 +10992,32 @@ class RoxAI {
|
|
| 10940 |
|
| 10941 |
<h4 style="color: var(--text-primary); margin: 24px 0 12px 0; font-size: 15px;">Rox Vision - Integrated Image Understanding</h4>
|
| 10942 |
<p class="docs-text">
|
| 10943 |
-
<strong>Rox Vision</strong> is our dedicated vision-language model that powers image understanding across
|
| 10944 |
-
It is seamlessly integrated into
|
|
|
|
|
|
|
| 10945 |
</p>
|
| 10946 |
|
| 10947 |
<h5 style="color: var(--text-secondary); margin: 16px 0 8px 0; font-size: 14px;">Vision Models</h5>
|
| 10948 |
<ul class="docs-list">
|
| 10949 |
-
<li><strong>Rox Vision (Primary):</strong> 90 billion parameter vision-language model. Provides detailed image analysis, scene understanding, and text extraction.</li>
|
| 10950 |
<li><strong>Rox Vision Max (Backup):</strong> Reliable fallback vision model that ensures consistent image processing when the primary model is unavailable.</li>
|
|
|
|
| 10951 |
</ul>
|
| 10952 |
|
| 10953 |
<h5 style="color: var(--text-secondary); margin: 16px 0 8px 0; font-size: 14px;">How It Works</h5>
|
| 10954 |
<p class="docs-text">
|
| 10955 |
-
Rox
|
| 10956 |
</p>
|
| 10957 |
<ol class="docs-list" style="list-style-type: decimal; padding-left: 20px;">
|
| 10958 |
<li>Upload an image along with your question or request</li>
|
| 10959 |
<li>Rox Vision automatically analyzes the image and extracts visual information</li>
|
| 10960 |
-
<li>The analysis is passed to your selected LLM
|
| 10961 |
<li>The LLM generates an intelligent response using both the visual data and its language capabilities</li>
|
| 10962 |
</ol>
|
|
|
|
|
|
|
|
|
|
| 10963 |
|
| 10964 |
<h5 style="color: var(--text-secondary); margin: 16px 0 8px 0; font-size: 14px;">Key Features</h5>
|
| 10965 |
<ul class="docs-list">
|
|
@@ -10976,12 +11034,19 @@ class RoxAI {
|
|
| 10976 |
</p>
|
| 10977 |
|
| 10978 |
<p class="docs-text" style="margin-top: 12px; font-style: italic;">
|
| 10979 |
-
Note: Rox Vision is not a separately selectable model. It is integrated into
|
|
|
|
|
|
|
| 10980 |
</p>
|
| 10981 |
|
| 10982 |
-
<h4 style="color: var(--text-primary); margin: 24px 0 12px 0; font-size: 15px;">
|
| 10983 |
<ul class="docs-list">
|
| 10984 |
-
<li><strong>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10985 |
</ul>
|
| 10986 |
</div>
|
| 10987 |
|
|
|
|
| 629 |
{ id: 'rox-2.1-turbo', name: 'Rox 2.1 Turbo', desc: 'Deep thinking & reasoning' },
|
| 630 |
{ id: 'rox-3.5-coder', name: 'Rox 3.5 Coder', desc: 'Best for coding & development' },
|
| 631 |
{ id: 'rox-4.5-turbo', name: 'Rox 4.5 Turbo', desc: 'Advanced reasoning & analysis' },
|
| 632 |
+
{ id: 'rox-5-ultra', name: 'Rox 5 Ultra', desc: 'Most powerful flagship model' },
|
| 633 |
+
{ id: 'rox-6-dyno', name: 'Rox 6 Dyno', desc: 'Dynamic thinker with native vision' }
|
| 634 |
]));
|
| 635 |
|
| 636 |
// DOM Element references
|
|
|
|
| 10400 |
Rox AI Model Family
|
| 10401 |
</h2>
|
| 10402 |
<p class="docs-text">
|
| 10403 |
+
We have 6 different standalone AI models, each developed from scratch by Rox AI. Pick the one that fits what you need!
|
| 10404 |
</p>
|
| 10405 |
|
| 10406 |
<!-- Rox Core Model -->
|
|
|
|
| 10620 |
</div>
|
| 10621 |
</div>
|
| 10622 |
</div>
|
| 10623 |
+
|
| 10624 |
+
<!-- Rox 6 Dyno Model -->
|
| 10625 |
+
<div class="docs-model-card" style="border: 2px solid #06b6d4; background: linear-gradient(135deg, rgba(6, 182, 212, 0.1) 0%, rgba(8, 145, 178, 0.05) 100%);">
|
| 10626 |
+
<div class="docs-model-header">
|
| 10627 |
+
<div class="docs-model-name">
|
| 10628 |
+
<svg width="20" height="20" viewBox="0 0 64 64">
|
| 10629 |
+
<defs>
|
| 10630 |
+
<linearGradient id="roxGrad6" x1="0%" y1="0%" x2="100%" y2="100%">
|
| 10631 |
+
<stop offset="0%" stop-color="#06b6d4"/>
|
| 10632 |
+
<stop offset="100%" stop-color="#0891b2"/>
|
| 10633 |
+
</linearGradient>
|
| 10634 |
+
</defs>
|
| 10635 |
+
<path d="M32 8 L56 20 L56 44 L32 56 L8 44 L8 20 Z" fill="none" stroke="url(#roxGrad6)" stroke-width="3"/>
|
| 10636 |
+
<circle cx="32" cy="32" r="8" fill="url(#roxGrad6)"/>
|
| 10637 |
+
</svg>
|
| 10638 |
+
Rox 6 Dyno
|
| 10639 |
+
</div>
|
| 10640 |
+
<span class="docs-model-badge" style="background: linear-gradient(135deg, #06b6d4, #0891b2); color: #fff;">Latest</span>
|
| 10641 |
+
</div>
|
| 10642 |
+
<p class="docs-model-desc">
|
| 10643 |
+
<strong>The newest innovation in the Rox family.</strong> Features <strong>native multimodal vision</strong>
|
| 10644 |
+
built directly into the model architecture - no separate vision processing needed! Processes images instantly
|
| 10645 |
+
with its own integrated vision capabilities. Extended context window (256K tokens) for handling very long
|
| 10646 |
+
conversations and documents. Deep reasoning with transparent thinking process. Perfect for complex analysis,
|
| 10647 |
+
multi-step problem solving, and tasks requiring both visual and textual understanding. The dynamic thinker
|
| 10648 |
+
that sees and understands.
|
| 10649 |
+
</p>
|
| 10650 |
+
<div class="docs-model-specs">
|
| 10651 |
+
<div class="docs-spec">
|
| 10652 |
+
<div class="docs-spec-label">Generation</div>
|
| 10653 |
+
<div class="docs-spec-value">6th Gen</div>
|
| 10654 |
+
</div>
|
| 10655 |
+
<div class="docs-spec">
|
| 10656 |
+
<div class="docs-spec-label">Context</div>
|
| 10657 |
+
<div class="docs-spec-value">256K</div>
|
| 10658 |
+
</div>
|
| 10659 |
+
<div class="docs-spec">
|
| 10660 |
+
<div class="docs-spec-label">Vision</div>
|
| 10661 |
+
<div class="docs-spec-value">Native</div>
|
| 10662 |
+
</div>
|
| 10663 |
+
<div class="docs-spec">
|
| 10664 |
+
<div class="docs-spec-label">Best For</div>
|
| 10665 |
+
<div class="docs-spec-value">Multimodal</div>
|
| 10666 |
+
</div>
|
| 10667 |
+
</div>
|
| 10668 |
+
</div>
|
| 10669 |
</div>
|
| 10670 |
|
| 10671 |
<!-- Model Comparison Section -->
|
|
|
|
| 10713 |
<td>Ultimate AI, best quality, DeepResearch</td>
|
| 10714 |
<td>🏆 Supreme</td>
|
| 10715 |
</tr>
|
| 10716 |
+
<tr style="background: linear-gradient(135deg, rgba(6, 182, 212, 0.15) 0%, rgba(8, 145, 178, 0.1) 100%);">
|
| 10717 |
+
<td><strong>Rox 6 Dyno</strong></td>
|
| 10718 |
+
<td>Native vision, long context, deep reasoning</td>
|
| 10719 |
+
<td>🚀 Dynamic</td>
|
| 10720 |
+
</tr>
|
| 10721 |
</tbody>
|
| 10722 |
</table>
|
| 10723 |
</div>
|
|
|
|
| 10826 |
<tbody>
|
| 10827 |
<tr>
|
| 10828 |
<td>Maximum Context Length</td>
|
| 10829 |
+
<td>128,000 - 256,000 tokens (varies by model: Rox 6 Dyno has 256K, others have 128K)</td>
|
| 10830 |
</tr>
|
| 10831 |
<tr>
|
| 10832 |
<td>Supported Languages</td>
|
|
|
|
| 10992 |
|
| 10993 |
<h4 style="color: var(--text-primary); margin: 24px 0 12px 0; font-size: 15px;">Rox Vision - Integrated Image Understanding</h4>
|
| 10994 |
<p class="docs-text">
|
| 10995 |
+
<strong>Rox Vision</strong> is our dedicated vision-language model that powers image understanding across most Rox LLM models.
|
| 10996 |
+
It is seamlessly integrated into Rox Core, 2.1 Turbo, 3.5 Coder, 4.5 Turbo, and 5 Ultra, providing automatic image analysis
|
| 10997 |
+
capabilities without requiring manual selection. <strong>Note:</strong> Rox 6 Dyno has its own native vision built-in and
|
| 10998 |
+
doesn't use Rox Vision.
|
| 10999 |
</p>
|
| 11000 |
|
| 11001 |
<h5 style="color: var(--text-secondary); margin: 16px 0 8px 0; font-size: 14px;">Vision Models</h5>
|
| 11002 |
<ul class="docs-list">
|
| 11003 |
+
<li><strong>Rox Vision (Primary):</strong> 90 billion parameter vision-language model. Provides detailed image analysis, scene understanding, and text extraction for Rox Core, 2.1 Turbo, 3.5 Coder, 4.5 Turbo, and 5 Ultra.</li>
|
| 11004 |
<li><strong>Rox Vision Max (Backup):</strong> Reliable fallback vision model that ensures consistent image processing when the primary model is unavailable.</li>
|
| 11005 |
+
<li><strong>Rox 6 Dyno Native Vision:</strong> Built directly into Rox 6 Dyno's architecture. Processes images instantly without separate vision processing for faster, more integrated multimodal understanding.</li>
|
| 11006 |
</ul>
|
| 11007 |
|
| 11008 |
<h5 style="color: var(--text-secondary); margin: 16px 0 8px 0; font-size: 14px;">How It Works</h5>
|
| 11009 |
<p class="docs-text">
|
| 11010 |
+
<strong>For Rox Core, 2.1 Turbo, 3.5 Coder, 4.5 Turbo, and 5 Ultra:</strong> Two-step processing architecture designed by Mohammad Faiz:
|
| 11011 |
</p>
|
| 11012 |
<ol class="docs-list" style="list-style-type: decimal; padding-left: 20px;">
|
| 11013 |
<li>Upload an image along with your question or request</li>
|
| 11014 |
<li>Rox Vision automatically analyzes the image and extracts visual information</li>
|
| 11015 |
+
<li>The analysis is passed to your selected LLM</li>
|
| 11016 |
<li>The LLM generates an intelligent response using both the visual data and its language capabilities</li>
|
| 11017 |
</ol>
|
| 11018 |
+
<p class="docs-text" style="margin-top: 12px;">
|
| 11019 |
+
<strong>For Rox 6 Dyno:</strong> One-step native processing - images are processed directly by the model's built-in vision capabilities for instant multimodal understanding.
|
| 11020 |
+
</p>
|
| 11021 |
|
| 11022 |
<h5 style="color: var(--text-secondary); margin: 16px 0 8px 0; font-size: 14px;">Key Features</h5>
|
| 11023 |
<ul class="docs-list">
|
|
|
|
| 11034 |
</p>
|
| 11035 |
|
| 11036 |
<p class="docs-text" style="margin-top: 12px; font-style: italic;">
|
| 11037 |
+
Note: Rox Vision is not a separately selectable model. It is integrated into Rox Core, 2.1 Turbo, 3.5 Coder, 4.5 Turbo,
|
| 11038 |
+
and 5 Ultra, and activates automatically when images are uploaded. Rox 6 Dyno has its own native vision capabilities
|
| 11039 |
+
built directly into its architecture.
|
| 11040 |
</p>
|
| 11041 |
|
| 11042 |
+
<h4 style="color: var(--text-primary); margin: 24px 0 12px 0; font-size: 15px;">Performance Optimizations</h4>
|
| 11043 |
<ul class="docs-list">
|
| 11044 |
+
<li><strong>Ultra-Fast Streaming:</strong> Responses stream at 5ms intervals for instant token display - 3x faster than industry standard.</li>
|
| 11045 |
+
<li><strong>Instant Response Start:</strong> First tokens appear within 50-200ms of sending your message.</li>
|
| 11046 |
+
<li><strong>Native Vision Speed:</strong> Rox 6 Dyno processes images 3-5 seconds faster than other models due to native vision integration.</li>
|
| 11047 |
+
<li><strong>Parallel File Processing:</strong> Multiple files are processed simultaneously for maximum speed.</li>
|
| 11048 |
+
<li><strong>Smart Caching:</strong> Web search results are cached for 5 minutes to provide instant responses for repeated queries.</li>
|
| 11049 |
+
<li><strong>Optimized Context Management:</strong> Intelligent history trimming preserves important context while maintaining fast response times.</li>
|
| 11050 |
</ul>
|
| 11051 |
</div>
|
| 11052 |
|
public/index.html
CHANGED
|
@@ -207,6 +207,15 @@
|
|
| 207 |
<polyline points="20 6 9 17 4 12"/>
|
| 208 |
</svg>
|
| 209 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 210 |
</div>
|
| 211 |
</div>
|
| 212 |
|
|
|
|
| 207 |
<polyline points="20 6 9 17 4 12"/>
|
| 208 |
</svg>
|
| 209 |
</div>
|
| 210 |
+
<div class="model-option" data-model="rox-6-dyno" data-name="Rox 6 Dyno">
|
| 211 |
+
<div class="model-option-info">
|
| 212 |
+
<span class="model-option-name">Rox 6 Dyno</span>
|
| 213 |
+
<span class="model-option-desc">Dynamic thinker with native vision</span>
|
| 214 |
+
</div>
|
| 215 |
+
<svg class="model-check" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
| 216 |
+
<polyline points="20 6 9 17 4 12"/>
|
| 217 |
+
</svg>
|
| 218 |
+
</div>
|
| 219 |
</div>
|
| 220 |
</div>
|
| 221 |
|