-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
329 lines (323 loc) · 11.5 KB
/
index.html
File metadata and controls
329 lines (323 loc) · 11.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>OneLLM - Universal AI API Platform</title>
<meta
name="description"
content="OneLLM offers a single, unified API to access top AI models like ChatGPT, Claude, and DeepSeek, with support for Gemini and more coming soon. Simplify your AI integration with our cheaper, more efficient alternative to OpenRouter. Get started with one library."
/>
<meta
name="keywords"
content="unified AI API, openrouter alternative, cheaper ai api, chatgpt, deepseek, claude, gemini, mistral, grok, ai gateway, single ai api"
/>
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/css/mobile.css" />
<link
rel="icon"
href="assets/images/OneLLM-icon.png"
type="image/png"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
/>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "OneLLM",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "All",
"description": "OneLLM offers a single, unified API to access top AI models like ChatGPT, Claude, and DeepSeek. Simplify your AI integration with our cheaper, more efficient alternative to OpenRouter.",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
}
</script>
</head>
<body>
<header>
<div class="container">
<nav>
<a href="/" class="logo"><img
id="icon-logo"
src="assets/images/OneLLM-icon.png"
class="fade-in-image"
/>OneLLM</a>
<div class="nav-links">
<a href="/">Home</a>
<a href="/docs/">Documentation</a>
<a href="/pricing/">Pricing</a>
<!-- Add class="active" to current page link -->
<a href="/dashboard/">Dashboard</a>
</div>
<div class="auth-buttons"></div>
</nav>
</div>
</header>
<section class="hero">
<div class="container">
<div class="hero-content">
<div class="hero-badge fade-in-slide-up">
<span class="badge-icon">⚡</span>
<span>Unified AI API Platform</span>
</div>
<h1 class="fade-in-slide-up">
One API for All Your AI Needs
</h1>
<p class="hero-description fade-in-slide-up">
Access OpenAI, Claude, DeepSeek, and Gemini through a single,
unified API. Simplify your AI integration with our powerful,
flexible REST API that works with all leading LLM providers.
</p>
<div class="hero-stats fade-in-slide-up">
<div class="stat-item">
<span class="stat-number">50+</span>
<span class="stat-label">AI Models</span>
</div>
<div class="stat-item">
<span class="stat-number">99.9%</span>
<span class="stat-label">Uptime</span>
</div>
<div class="stat-item">
<span class="stat-number">40</span>
<span class="stat-label">Req/Min</span>
</div>
</div>
<div class="hero-buttons fade-in-slide-up">
<a href="/signup/" class="btn btn-primary btn-lg">
<span>Get Started Free</span>
<i class="fas fa-arrow-right"></i>
</a>
<button
id="community-button"
class="btn btn-outline btn-lg"
>
<i class="fab fa-discord"></i>
<span>Join Community</span>
</button>
</div>
<div class="hero-trust fade-in-slide-up">
<span class="trust-text">Trusted by developers worldwide</span>
</div>
</div>
<div class="hero-visual">
<div class="floating-card card-1">
<div class="card-header">
<span class="card-dot green"></span>
<span class="card-dot yellow"></span>
<span class="card-dot red"></span>
</div>
<div class="card-content">
<div class="code-line">
<span class="code-keyword">const</span>
<span class="code-variable">response</span>
<span class="code-operator">=</span>
</div>
<div class="code-line">
<span class="code-indent"> </span>
<span class="code-keyword">await</span>
<span class="code-function">onellm</span>
<span class="code-punctuation">.</span>
<span class="code-function">chat</span>
<span class="code-punctuation">()</span>
</div>
</div>
</div>
<div class="floating-card card-2">
<div class="provider-logos">
<div class="provider-logo">GPT-4</div>
<div class="provider-logo">Claude</div>
<div class="provider-logo">Gemini</div>
</div>
</div>
<div class="floating-card card-3">
<div class="metric">
<span class="metric-value">40</span>
<span class="metric-label">req/min</span>
</div>
<div class="metric-chart">
<div class="chart-bar" style="height: 60%"></div>
<div class="chart-bar" style="height: 80%"></div>
<div class="chart-bar" style="height: 100%"></div>
<div class="chart-bar" style="height: 70%"></div>
</div>
</div>
</div>
</div>
</section>
<section class="features-section">
<div class="container">
<h2 class="fade-in-slide-up">Why Choose OneLLM?</h2>
<div class="features">
<div class="card">
<div class="feature-icon">
<i class="fas fa-exchange-alt"></i>
</div>
<h3 class="fade-in-slide-up">
One Integration, Multiple Models
</h3>
<p class="fade-in-slide-up">
Connect once to our API and instantly access all leading AI models
without managing multiple integrations.
</p>
</div>
<div class="card">
<div class="feature-icon">
<i class="fas fa-shield-alt"></i>
</div>
<h3 class="fade-in-slide-up">
Reliability & Redundancy
</h3>
<p class="fade-in-slide-up">
Automatic failover between AI providers ensures your applications
stay running even if one provider experiences issues.
</p>
</div>
<div class="card">
<div class="feature-icon">
<i class="fas fa-chart-line"></i>
</div>
<h3 class="fade-in-slide-up">Cost Optimization</h3>
<p class="fade-in-slide-up">
Cheaper, Simpler, and easier to integrate with our API, than our
competitors. Use one library, one payment point, and one API Key.
</p>
</div>
</div>
</div>
</section>
<section class="providers-section">
<div class="container">
<h2 class="fade-in-slide-up">Supported AI Providers</h2>
<div class="providers">
<div class="provider-card">
<h3 class="fade-in-slide-up">OpenAI</h3>
<p class="fade-in-slide-up">
Access the latest ChatGPT Models, and more through our unified API
</p>
</div>
<div class="provider-card">
<h3 class="fade-in-slide-up">Anthropic</h3>
<p class="fade-in-slide-up">
Connect to Claude models seamlessly
</p>
</div>
<div class="provider-card">
<h3 class="fade-in-slide-up">Google</h3>
<p class="fade-in-slide-up">
Integrate with Gemini models easily
</p>
</div>
<div class="provider-card">
<h3 class="fade-in-slide-up">DeepSeek</h3>
<p class="fade-in-slide-up">
Leverage DeepSeek's powerful models
</p>
</div>
</div>
</div>
</section>
<section class="comparison-section">
<div class="container">
<h2 class="fade-in-slide-up">Competitor Comparison</h2>
<table class="comparison-table">
<thead>
<tr>
<th>Provider</th>
<th>Simple to integrate</th>
<th>Single library</th>
<th>Same output format</th>
</tr>
</thead>
<tbody>
<tr>
<td>OpenRouter</td>
<td class="check">
<i class="fas fa-check-circle"></i>
</td>
<td class="cross">
<i class="fas fa-times-circle"></i>
</td>
<td class="cross">
<i class="fas fa-times-circle"></i>
</td>
</tr>
<tr class="highlight">
<td><b>OneLLM</b></td>
<td class="check">
<i class="fas fa-check-circle"></i>
</td>
<td class="check">
<i class="fas fa-check-circle"></i>
</td>
<td class="check">
<i class="fas fa-check-circle"></i>
</td>
</tr>
<tr>
<td>Amazon Bedrock</td>
<td class="cross">
<i class="fas fa-times-circle"></i>
</td>
<td class="check">
<i class="fas fa-check-circle"></i>
</td>
<td class="check">
<i class="fas fa-check-circle"></i>
</td>
</tr>
</tbody>
</table>
</div>
</section>
<section id="cta-container"></section>
<div id="community-modal" class="modal">
<div class="modal-content">
<span class="close-button">×</span>
<iframe
src="https://discord.com/widget?id=1394998454874538014&theme=dark"
width="350"
height="500"
allowtransparency="true"
frameborder="0"
sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"
></iframe>
</div>
</div>
<footer>
<div class="container">
<div class="footer-content">
<div class="footer-brand">
<h3>OneLLM</h3>
<p>The unified API for all your AI needs</p>
</div>
<div class="footer-links">
<div class="footer-column">
<h4>Product</h4>
<a href="/docs/index.html">Documentation</a>
<a href="/pricing/">Pricing</a>
</div>
<div class="footer-column">
<h4>Legal</h4>
<a href="/tos/">Terms</a>
<a href="/privacypolicy/">Privacy</a>
</div>
</div>
</div>
<div class="footer-bottom"></div>
</div>
</footer>
<div id="cookie-notice">
<p>
OneLLM has been shut down. The services DO NOT WORK anymore.
</p>
<button id="accept-cookies" class="btn btn-primary">Ok</button>
</div>
<script src="/assets/js/main.js"></script>
</body>
</html>