Spaces:
Runtime error
Runtime error
File size: 1,198 Bytes
077865a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 630" width="1200" height="630">
<defs>
<linearGradient id="grad" x1="0" y1="0" x2="1" y2="0.3">
<stop offset="0" stop-color="#a78bfa"/>
<stop offset="1" stop-color="#22d3ee"/>
</linearGradient>
</defs>
<rect width="1200" height="630" fill="#0a0a0a"/>
<!-- logo mark -->
<g transform="translate(600 138)">
<circle r="46" fill="#ffffff"/>
<circle r="17" fill="#0a0a0a"/>
</g>
<text x="600" y="250" text-anchor="middle" font-family="Helvetica, Arial, sans-serif" font-size="34" font-weight="700" letter-spacing="2" fill="#fafafa">FreeLLMAPI</text>
<text x="600" y="430" text-anchor="middle" font-family="Helvetica, Arial, sans-serif" font-size="210" font-weight="800" letter-spacing="-6" fill="url(#grad)">1.7B</text>
<text x="600" y="498" text-anchor="middle" font-family="Helvetica, Arial, sans-serif" font-size="46" font-weight="600" fill="#fafafa">free LLM tokens / month</text>
<text x="600" y="560" text-anchor="middle" font-family="Helvetica, Arial, sans-serif" font-size="29" font-weight="500" fill="#a1a1aa">16 providers 路 100+ models 路 OpenAI-compatible 路 self-hosted</text>
</svg>
|