mirror of https://github.com/aliasrobotics/cai.git
CAI PRO release, v5
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
This commit is contained in:
parent
166ada7b78
commit
57fac51572
|
|
@ -33,9 +33,7 @@
|
|||
<!-- CAI PRO - Professional Edition Banner -->
|
||||
|
||||
<div align="center">
|
||||
<a href="https://aliasrobotics.com/cybersecurityai.php">
|
||||
<img src="media/cai-banner.svg" alt="CAI - Community and Professional Editions" width="100%" style="max-width: 900px;">
|
||||
</a>
|
||||
<img src="media/cai-banner.svg" alt="CAI - Community and Professional Editions" width="100%" style="max-width: 900px;">
|
||||
</div>
|
||||
|
||||
<!-- Alternative HTML version (kept as comment for reference) -->
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900 320" width="900" height="320">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 900 320" width="900" height="320">
|
||||
<!-- Definitions for gradients and filters -->
|
||||
<defs>
|
||||
<!-- Community Edition background gradient -->
|
||||
|
|
@ -62,22 +62,28 @@
|
|||
</filter>
|
||||
</defs>
|
||||
|
||||
<!-- Main container with shadow -->
|
||||
<!-- Main container with shadow and unified border -->
|
||||
<g filter="url(#shadow)">
|
||||
<!-- Unified border around entire banner -->
|
||||
<rect x="0" y="0" width="900" height="320" fill="none"
|
||||
stroke="#529d86" stroke-width="3" rx="10" ry="10"/>
|
||||
|
||||
<!-- Community Edition (Left Panel) -->
|
||||
<rect x="0" y="0" width="450" height="280" fill="url(#communityBg)"
|
||||
stroke="#529d86" stroke-width="3" rx="10" ry="10"
|
||||
style="stroke-linejoin:round; stroke-dasharray:450,1000"/>
|
||||
<rect x="3" y="3" width="444" height="277" fill="url(#communityBg)"
|
||||
rx="8" ry="8"/>
|
||||
|
||||
<!-- Vertical divider -->
|
||||
<line x1="450" y1="0" x2="450" y2="280" stroke="#529d86" stroke-width="3"/>
|
||||
|
||||
<!-- Professional Edition (Right Panel) -->
|
||||
<rect x="447" y="0" width="453" height="280" fill="url(#proBg)"
|
||||
stroke="#529d86" stroke-width="3" rx="10" ry="10"
|
||||
style="stroke-linejoin:round; stroke-dasharray:453,1000"/>
|
||||
<rect x="453" y="3" width="444" height="277" fill="url(#proBg)"
|
||||
rx="8" ry="8"/>
|
||||
|
||||
<!-- Bottom banner -->
|
||||
<rect x="0" y="280" width="900" height="40" fill="#f6f8fa"
|
||||
stroke="#529d86" stroke-width="3" rx="10" ry="10"
|
||||
style="stroke-linejoin:round; stroke-dasharray:0,280,900,0"/>
|
||||
<!-- Horizontal divider for bottom banner -->
|
||||
<line x1="0" y1="280" x2="900" y2="280" stroke="#529d86" stroke-width="3"/>
|
||||
|
||||
<!-- Bottom banner background -->
|
||||
<rect x="3" y="283" width="894" height="34" fill="#f6f8fa" rx="8" ry="8"/>
|
||||
</g>
|
||||
|
||||
<!-- Community Edition Content -->
|
||||
|
|
@ -110,64 +116,76 @@
|
|||
🤖 <tspan font-weight="bold" fill="#529d86">300+</tspan> AI models
|
||||
</text>
|
||||
<text x="145" y="185" font-family="Arial, sans-serif" font-size="14" fill="#2d2d2d">
|
||||
🌍 <tspan font-weight="bold" fill="#529d86">Community</tspan> driven
|
||||
🌍 <tspan font-weight="bold" fill="#529d86">Community-</tspan>driven
|
||||
</text>
|
||||
<text x="145" y="205" font-family="Arial, sans-serif" font-size="14" fill="#2d2d2d">
|
||||
📚 <tspan font-weight="bold" fill="#529d86">Open</tspan> source
|
||||
</text>
|
||||
<text x="145" y="225" font-family="Arial, sans-serif" font-size="14" fill="#2d2d2d">
|
||||
🔧 <tspan font-weight="bold" fill="#529d86">Extensible</tspan> framework
|
||||
📅 <tspan font-weight="bold" fill="#529d86">~6 months</tspan> release cycles
|
||||
</text>
|
||||
</g>
|
||||
|
||||
<!-- Professional Edition Content -->
|
||||
<g>
|
||||
<!-- Title with emoji and shadow -->
|
||||
<text x="673" y="40" font-family="Arial, sans-serif" font-size="22" font-weight="bold"
|
||||
text-anchor="middle" fill="#ffffff" filter="url(#textShadow)">
|
||||
🚀 Professional Edition
|
||||
</text>
|
||||
<!-- Professional Edition Content with hyperlink -->
|
||||
<a xlink:href="https://aliasrobotics.com/cybersecurityai.php" target="_blank">
|
||||
<g>
|
||||
<!-- Make PRO section clickable area indicator -->
|
||||
<rect x="453" y="3" width="444" height="277" fill="transparent" opacity="0" cursor="pointer"/>
|
||||
|
||||
<!-- Subtitle with inline code style for alias1 -->
|
||||
<text x="673" y="60" font-family="Arial, sans-serif" font-size="12" font-weight="bold"
|
||||
text-anchor="middle" fill="#e8f5f1">
|
||||
Enterprise & Production · €350/month · Unlimited
|
||||
<tspan fill="#ffffff" font-family="'Courier New', monospace"
|
||||
style="background:rgba(255,255,255,0.2)">alias1</tspan> Tokens
|
||||
</text>
|
||||
<!-- Title with emoji and shadow -->
|
||||
<text x="673" y="40" font-family="Arial, sans-serif" font-size="22" font-weight="bold"
|
||||
text-anchor="middle" fill="#ffffff" filter="url(#textShadow)">
|
||||
🚀 Professional Edition
|
||||
</text>
|
||||
|
||||
<!-- Button with gradient and shadow -->
|
||||
<g filter="url(#buttonShadow)">
|
||||
<rect x="573" y="80" width="200" height="35" fill="url(#buttonBg)"
|
||||
stroke="#ffffff" stroke-width="2" rx="6" ry="6"/>
|
||||
<text x="673" y="102" font-family="'Courier New', monospace" font-size="14" font-weight="bold"
|
||||
text-anchor="middle" fill="#529d86">
|
||||
→ Upgrade to PRO
|
||||
<!-- Subtitle with inline code style for alias1 -->
|
||||
<text x="673" y="60" font-family="Arial, sans-serif" font-size="12" font-weight="bold"
|
||||
text-anchor="middle" fill="#e8f5f1">
|
||||
Enterprise & Production · €350/month · Unlimited
|
||||
<tspan fill="#ffffff" font-family="'Courier New', monospace"
|
||||
style="background:rgba(255,255,255,0.2)">alias1</tspan> Tokens
|
||||
</text>
|
||||
|
||||
<!-- Button with gradient and shadow -->
|
||||
<g filter="url(#buttonShadow)">
|
||||
<rect x="573" y="80" width="200" height="35" fill="url(#buttonBg)"
|
||||
stroke="#ffffff" stroke-width="2" rx="6" ry="6" cursor="pointer"/>
|
||||
<text x="673" y="102" font-family="'Courier New', monospace" font-size="14" font-weight="bold"
|
||||
text-anchor="middle" fill="#529d86">
|
||||
→ Upgrade to PRO
|
||||
</text>
|
||||
</g>
|
||||
|
||||
<!-- Feature list -->
|
||||
<text x="580" y="145" font-family="Arial, sans-serif" font-size="14" fill="#ffffff">
|
||||
⚡ <tspan font-weight="bold">alias1</tspan> model - ∞ unlimited tokens
|
||||
</text>
|
||||
<text x="580" y="165" font-family="Arial, sans-serif" font-size="14" fill="#ffffff">
|
||||
💻 <tspan font-weight="bold">Hacking without limits</tspan> - Unrestricted AI
|
||||
</text>
|
||||
<text x="580" y="185" font-family="Arial, sans-serif" font-size="14" fill="#ffffff">
|
||||
🏆 <tspan font-weight="bold">Beats GPT-5</tspan> in benchmarks
|
||||
</text>
|
||||
<text x="580" y="205" font-family="Arial, sans-serif" font-size="14" fill="#ffffff">
|
||||
🛡️ <tspan font-weight="bold">Professional</tspan> support included
|
||||
</text>
|
||||
<text x="580" y="225" font-family="Arial, sans-serif" font-size="14" fill="#ffffff">
|
||||
🇪🇺 <tspan font-weight="bold">European</tspan> data sovereignty
|
||||
</text>
|
||||
</g>
|
||||
</a>
|
||||
|
||||
<!-- Feature list -->
|
||||
<text x="580" y="145" font-family="Arial, sans-serif" font-size="14" fill="#ffffff">
|
||||
⚡ <tspan font-weight="bold">alias1</tspan> model - ∞ unlimited tokens
|
||||
</text>
|
||||
<text x="580" y="165" font-family="Arial, sans-serif" font-size="14" fill="#ffffff">
|
||||
🚫 <tspan font-weight="bold">Zero refusals</tspan> - Unrestricted AI
|
||||
</text>
|
||||
<text x="580" y="185" font-family="Arial, sans-serif" font-size="14" fill="#ffffff">
|
||||
🏆 <tspan font-weight="bold">Beats GPT-5</tspan> in CTF benchmarks
|
||||
</text>
|
||||
<text x="580" y="205" font-family="Arial, sans-serif" font-size="14" fill="#ffffff">
|
||||
🛡️ <tspan font-weight="bold">Professional</tspan> support included
|
||||
</text>
|
||||
<text x="580" y="225" font-family="Arial, sans-serif" font-size="14" fill="#ffffff">
|
||||
🇪🇺 <tspan font-weight="bold">European</tspan> data sovereignty
|
||||
</text>
|
||||
</g>
|
||||
<!-- Bottom banner with hyperlink -->
|
||||
<a xlink:href="https://aliasrobotics.com/alias1.php#benchmarking" target="_blank">
|
||||
<g>
|
||||
<!-- Make bottom banner clickable area indicator -->
|
||||
<rect x="3" y="283" width="894" height="34" fill="transparent" opacity="0" cursor="pointer"/>
|
||||
|
||||
<!-- Bottom banner text -->
|
||||
<text x="450" y="305" font-family="Arial, sans-serif" font-size="11" font-style="italic"
|
||||
text-anchor="middle" fill="#666666">
|
||||
CAI PRO w/ <tspan font-family="'Courier New', monospace">alias1</tspan> model outperforms GPT-5 in AI vs AI cybersecurity benchmarks |
|
||||
<tspan fill="#529d86" text-decoration="underline">View Full Benchmarks →</tspan>
|
||||
</text>
|
||||
<text x="450" y="305" font-family="Arial, sans-serif" font-size="11" font-style="italic"
|
||||
text-anchor="middle" fill="#666666" cursor="pointer">
|
||||
CAI PRO w/ <tspan font-family="'Courier New', monospace">alias1</tspan> model outperforms GPT-5 in AI vs AI cybersecurity benchmarks |
|
||||
<tspan fill="#529d86" text-decoration="underline">View Full Benchmarks →</tspan>
|
||||
</text>
|
||||
</g>
|
||||
</a>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 8.1 KiB |
Loading…
Reference in New Issue