> ## Documentation Index
> Fetch the complete documentation index at: https://docs.oryntai.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Unified access to multiple AI models with pay-per-request using various tokens.

# 👋 Welcome to Orynt

Orynt is a **lightweight, AI model-agnostic client** that gives you **unified access** to multiple AI models.\
Pay only for what you use with **HTTPS-x402 micropayments**, no subscriptions amd no API keys required.

***

## 🚀 Key Features

<Columns cols={2}>
  <Card title="Pay-As-You-Go" icon="coins" href="/sdk & api/making-requests">
    No subscription or credit purchase. Only pay for what you use with built-in micropayments powered by x402.
  </Card>

  {" "}

  <Card title="Unified AI Access" icon="brain" href="/sdk & api/available-models">
    Chat, generate images, embeddings, or speech using various AI models through a single API.
  </Card>

  {" "}

  <Card title="No API Keys Needed" icon="key" href="/sdk & api/installation">
    Authenticate securely with your crypto wallet or private key.
  </Card>

  <Card title="Metered Usage" icon="tachometer-alt" href="/sdk & api/making-requests">
    Built-in HTTP-402 paywall ensures precise, usage-based billing.
  </Card>
</Columns>

***

## 🧠 Supported Endpoints

Orynt provides **consistent endpoints** for all your AI operations:

<Columns cols={3}>
  <Card title="Text Generation" icon="comments" href="/api/endpoint/text-generation">
    Send prompts and get responses from supported AI models.
  </Card>

  {" "}

  <Card title="Image Generation" icon="image" href="/api/endpoint/image-generation">
    Create images from text descriptions easily.
  </Card>

  {" "}

  <Card title="Text-to-Speech" icon="volume-up" href="/api/endpoint/text-to-speech">
    Convert text prompts into natural-sounding speech.
  </Card>

  {" "}

  <Card title="Audio-to-Text" icon="microphone" href="/api/endpoint/audio-to-text">
    Transcribe speech or audio files into text.
  </Card>

  {" "}

  <Card title="Embeddings" icon="project-diagram" href="/api/endpoint/generate-embedding-from-text">
    Generate embeddings for semantic search, analytics, or AI pipelines.
  </Card>
</Columns>

***

## 🧩 Start Integrating

<Columns cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Set up your first integration in minutes and start sending AI requests immediately.
  </Card>

  <Card title="API Reference" icon="terminal" href="/sdk & api/introduction">
    Explore all endpoints, parameters, and examples to integrate Orynt into your projects.
  </Card>
</Columns>

***

## 💬 Need help?

<Card title="Contact Orynt Support" icon="life-ring" href="https://t.me/jessie_chuks">
  Reach out anytime, our team is online to help you get started faster.
</Card>
