# Quickstart

[Infron](https://infron.ai/) provides a **single API** that connects you to over thousands of **open-source models**, **commercial models**, and **search agents**—all powered by the Infron Open Model Protocol.&#x20;

As the world’s first ***AI Model Marketplace*** and ***Inference Provider Routing Platform***, Infron delivers cross-provider high availability, seamless developer workflows, and ultra-low-cost scalability through the Infron Routing Stack.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><p><strong>Text Generation</strong><br></p><p>Generate and stream text with GPT-5.2, Claude Sonnet 4.6, Gemini 3 Flash, Llama 4, and 300+ more models.<br></p><p>AI SDK · OpenAI-compatible · Anthropic-compatible · OpenAI-Responses</p></td><td><a href="quickstart/text">text</a></td></tr><tr><td><p><strong>Image Generation</strong><br></p><p>Create images from text prompts or edit existing images with Flux 2 Flex, Recraft V3, Imagen, and more.</p><p></p><p>AI SDK · OpenAI-compatible</p></td><td><a href="quickstart/image">image</a></td></tr><tr><td><p><strong>Video Generation</strong><br></p><p>Create videos from text prompts, images, or video input with Veo 3.1, KlingAI, Wan, Grok Imagine Video, and more.</p></td><td><a href="quickstart/video">video</a></td></tr><tr><td><p><strong>Audio Generation</strong><br></p><p>Create audio from text prompts, images, or video input with gpt-4o-mini-tts、tts-1, and more.</p></td><td><a href="quickstart/audio">audio</a></td></tr><tr><td><p><strong>Search, Deepsearch &#x26; Extract</strong><br></p><p>generate search from text prompts with tavily, exa, jina, perpexity, and more.</p></td><td><a href="quickstart/search">search</a></td></tr><tr><td><p><strong>Embedding &#x26; Reranker</strong><br></p><p>generate embedding and reranking from text prompts with gpt, qwen, and more.</p></td><td><a href="quickstart/embedding">embedding</a></td></tr><tr><td><p><strong>Batch Generation</strong><br></p><p>Create batch completions from text prompts with AWS, Google, Azure, and more.</p></td><td><a href="quickstart/batch">batch</a></td></tr></tbody></table>

### Quick Start Guide

Get up and running with Infron in under 5 minutes. Follow our step-by-step guide to set up your account and start calling ai models.

<details>

<summary><strong>Step 1：</strong><a href="https://infron.ai/login"><strong>Login to your account</strong></a></summary>

Log in using your email or sign in with Google. If you don’t have an account yet, you can create one at <https://infron.ai/login>

<figure><img src="https://3822312837-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZ9C9AjT7j46HAcQrOVWw%2Fuploads%2FoBeWvwTUEw9Cp7DtSKnw%2Fimage.png?alt=media&#x26;token=b4fa4db6-e973-472a-bdc0-77136660a479" alt=""><figcaption></figcaption></figure>

If you need more support or would like to talk to our experts, you can [book a meeting](https://infron.ai/contact) or join our [Discord](https://discord.com/invite/9WZfxfzjb8) or join our [X](https://x.com/BagelPayment).

</details>

<details>

<summary><strong>Step 2：</strong><a href="https://infron.ai/dashboard/apiKeys"><strong>Create your api key</strong></a></summary>

API Keys are secret tokens used to authenticate your requests. They are unique to your account and should be kept confidential.

* **Navigate to the “**[**API Key**](https://infron.ai/dashboard/apiKeys)**” section.**

<figure><img src="https://3822312837-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZ9C9AjT7j46HAcQrOVWw%2Fuploads%2FZglmUoxC3GzPcbN0DL1Q%2Fimage.png?alt=media&#x26;token=c989c62c-1837-4bb2-9252-ece97319a445" alt=""><figcaption></figcaption></figure>

* **Click on the "Create api key" button in the "API Keys" section.**

<figure><img src="https://3822312837-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZ9C9AjT7j46HAcQrOVWw%2Fuploads%2F64z2dgubIEfW3LUVFnUs%2Fimage.png?alt=media&#x26;token=21d3354c-5334-48f4-8887-78cf9c2f99d6" alt=""><figcaption></figcaption></figure>

* **Copy your API key and keep it safe.**

After that, feel free to explore our API reference for more details. Or to jump start into our first example below.

</details>

<details>

<summary><strong>Step 3：</strong><a href="https://infron.ai/dashboard/credits"><strong>Set up biling</strong></a></summary>

Some features will only be available to you once you‘ve set up billing.

* **Navigate to the “**[**Billing**](https://infron.ai/dashboard/credits)**” section.**

<figure><img src="https://3822312837-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZ9C9AjT7j46HAcQrOVWw%2Fuploads%2F9Tw5oGBrqCivPEx2did1%2Fimage.png?alt=media&#x26;token=a809e960-a2ae-4b4f-a86d-ba4a195fd2de" alt=""><figcaption></figcaption></figure>

* Click "**Add Payment Method**".
* Enable "**Low Balance Alert**"

Get notified via email when your account balance drops below your configured threshold.

</details>

<details>

<summary><strong>Step 4：Make your first ai model call 💐</strong></summary>

Our HTTP API can be used with any programming language, but there are also client libraries for Python, JavaScript, and other languages that make it easier to use the API.

explore the [`LLM`](https://infron.ai/models?category=LLM), [`VLM`](https://infron.ai/models?category=LLM), [`Image Generation`](https://infron.ai/models?category=Text+to+Image), [`Video Generation`](https://infron.ai/models?category=Text+to+Video), [`Audio Generation`](https://infron.ai/models?category=Text+To+Speech), [`Search`](https://infron.ai/models?category=Search),  in [AI Model Marketplace](https://infron.ai/models).

</details>
