ParthSadaria commited on
Commit
60bebba
Β·
verified Β·
1 Parent(s): 7fdc1ee

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +32 -51
index.html CHANGED
@@ -342,61 +342,42 @@ header:hover .scroll-indicator .arrow {
342
  <section class="section">
343
  <h2>Quick Start Guide</h2>
344
 
345
- <h3>πŸš€ NEW!!! - Playground (Beta) πŸ₯³πŸ₯³</h3>
346
- <div class="endpoint">
347
- <a href="https://parthsadaria-lokiai.hf.space/playground" target="_blank">
348
- https://parthsadaria-lokiai.hf.space/playground
349
- </a>
350
- </div>
351
 
352
- <h3>🌐 Base URL</h3>
353
- <div class="endpoint">
354
- <a href="https://parthsadaria-lokiai.hf.space" target="_blank">
355
- https://parthsadaria-lokiai.hf.space
356
- </a>
357
- </div>
358
 
359
- <h3>πŸ–ΌοΈ NEW!!! Image Generation URL</h3>
360
- <div class="endpoint">
361
- <a href="https://parthsadaria-lokiai.hf.space/images/generations?prompt=sky%20northern%20lights" target="_blank">
362
- https://parthsadaria-lokiai.hf.space/images/generations?prompt=sky%20northern%20lights
363
- </a>
364
- </div>
365
- <h5>Image Generation API Parameters:</h5>
366
- <ul>
367
- <li><b>prompt (required):</b> Text description of the image to generate.</li>
368
- <li><b>model (optional):</b> Specify the model to use (e.g., "flux").</li>
369
- <li><b>seed (optional):</b> Integer to set a random seed for reproducibility.</li>
370
- <li><b>width (optional):</b> Set the width of the image (e.g., 1024).</li>
371
- <li><b>height (optional):</b> Set the height of the image (e.g., 768).</li>
372
- </ul>
373
- <h5>πŸ’‘ Powered by Pollinations.ai</h5>
374
- <div class="endpoint">
375
- <a href="https://pollinations.ai" target="_blank">https://pollinations.ai</a>
376
- </div>
377
 
378
- <h3>πŸ’¬ Chat Completion URL</h3>
379
- <div class="endpoint">
380
- <a href="https://parthsadaria-lokiai.hf.space/chat/completions" target="_blank">
381
- https://parthsadaria-lokiai.hf.space/chat/completions
382
- </a>
383
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
384
 
385
- <h3>πŸ” SearchGPT URL</h3>
386
- <div class="endpoint">
387
- <a href="https://parthsadaria-lokiai.hf.space/searchgpt?q=todays%20news" target="_blank">
388
- https://parthsadaria-lokiai.hf.space/searchgpt?q=todays%20news
389
- </a>
390
- </div>
391
- <h5>πŸ“₯ Get requests only | πŸ’¨ Supports stream | Use <code>&stream=true</code> for streaming responses.</h5>
392
-
393
- <h3>πŸ“œ Models Endpoint</h3>
394
- <h5>List of available models for both Image and Chat.</h5>
395
- <div class="endpoint">
396
- <a href="https://parthsadaria-lokiai.hf.space/models" target="_blank">
397
- https://parthsadaria-lokiai.hf.space/models
398
- </a>
399
- </div>
400
 
401
  <h3>Authentication</h3>
402
  <h6>ITS FREE :) NO NEED FOR ANY AUTH WOHOOOOO!! πŸ₯³</h6>
 
342
  <section class="section">
343
  <h2>Quick Start Guide</h2>
344
 
345
+ <h2>Quick Start Guide</h2>
 
 
 
 
 
346
 
347
+ <h3>NEW!!!-Playground (Beta) πŸ₯³πŸ₯³</h3>
348
+ <div class="endpoint">https://parthsadaria-lokiai.hf.space/playground</div>
 
 
 
 
349
 
350
+ <h3>Base URL</h3>
351
+ <div class="endpoint">https://parthsadaria-lokiai.hf.space</div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
352
 
353
+ <h3>NEW!!! Image Generation URL</h3>
354
+ <div class="endpoint">https://parthsadaria-lokiai.hf.space/images/generations?prompt=sky%20northern%20lights</div>
355
+ <small>
356
+ <b>Parameters:</b>
357
+ <ul>
358
+ <li><b>prompt:</b> (required) Text description of the image.</li>
359
+ <li><b>model:</b> (optional) Model to use (default: "flux").</li>
360
+ <li><b>seed:</b> (optional) Random seed for reproducibility.</li>
361
+ <li><b>width:</b> (optional) Image width in pixels.</li>
362
+ <li><b>height:</b> (optional) Image height in pixels.</li>
363
+ </ul>
364
+ </small>
365
+
366
+ <h3>Chat Completion URL</h3>
367
+ <div class="endpoint">https://parthsadaria-lokiai.hf.space/chat/completions</div>
368
+
369
+ <h3>Searchgpt URL</h3>
370
+ <div class="endpoint">https://parthsadaria-lokiai.hf.space/searchgpt?q=todays news</div>
371
+ <small>
372
+ <b>Note:</b> Use <code>&stream=true</code> to enable streaming responses.
373
+ </small>
374
+
375
+ <h5>Get requests only | Supports stream :) | set &stream=true</h5>
376
+
377
+ <h3>Models Endpoint</h3>
378
+ <h5>Both Models Image and Chat are mentioned here</h5>
379
+ <div class="endpoint">https://parthsadaria-lokiai.hf.space/models</div>
380
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
381
 
382
  <h3>Authentication</h3>
383
  <h6>ITS FREE :) NO NEED FOR ANY AUTH WOHOOOOO!! πŸ₯³</h6>