# Integration Overview

## Integration Overview <a href="#page-title" id="page-title"></a>

Xalora empowers developers to seamlessly integrate AI into applications with minimal setup. Forget about managing GPUs or CUDA drivers — our API/SDK abstracts the complexities, enabling you to focus on creating exceptional solutions.

<figure><img src="https://mintlify.s3.us-west-1.amazonaws.com/heurist-89207071/images/dev-guide/cover-img-integration.jpg" alt=""><figcaption></figcaption></figure>

### [​](https://docs.heurist.ai/dev-guide/integration-overview#quick-start-examples)Quick Start Examples <a href="#quick-start-examples" id="quick-start-examples"></a>

Kick start your development by exploring our [GitHub dev-examples repository](https://github.com/XaloraAI/dev-examples). It’s packed with starter code and comprehensive guides to get you up and running fast!

### [​](https://docs.heurist.ai/dev-guide/integration-overview#open-source-projects)Open Source Projects <a href="#open-source-projects" id="open-source-projects"></a>

Xalora’s open-source frontends integrate with our LLM and Image Generation APIs, providing powerful templates and inspiration for your own projects. These apps showcase the potential of Xalora Protocol and serve as learning resources for the community.

* [Xalora **Imagine**](https://github.com/XaloraAI/imagine) – AI-powered image generator supporting fine-tuned Stable Diffusion models and Flux.
* [**Pondera**](https://github.com/XaloraAI/pondera) – AI chatbot offering experiences similar to ChatGPT or HuggingFace Chat.
* Xalora **Search** – AI-enhanced search engine that leverages LLMs to summarize and synthesize internet search results.
* [Frontend](https://github.com/XaloraAI/gpt-search-web)
* [Backend](https://github.com/XaloraAI/search_with_lepton)
* [**Babel Bot**](https://github.com/XaloraAI/babel-discord-bot) – A Discord bot powered by LLMs, facilitating seamless language translation.

### [​](https://docs.heurist.ai/dev-guide/integration-overview#get-your-api-key-%26-start-building)Get Your API Key & Start Building <a href="#get-your-api-key-26-start-building" id="get-your-api-key-26-start-building"></a>

Ready to dive in? Simply fill out the request form to receive your API key promptly.

For individual developers, we offer **2,000–10,000 free credits** (equivalent to the quota of the same amount of Xalora Tokens) to start experimenting with our AI services.

Working on a Web3 project with live users or planning to launch in production? We offer **extended free access** to help scale your project.

### [​](https://docs.heurist.ai/dev-guide/integration-overview#why-choose-heurist-api%3F)Why Choose Xalora API? <a href="#why-choose-heurist-api-3f" id="why-choose-heurist-api-3f"></a>

* **Fast & Simple**: Integrate powerful AI features in minutes, without complex setups or infrastructure headaches.
* **Scalable**: From hobby projects to enterprise-grade deployments, our APIs scale to meet your needs.
* **Affordable**: Our open-source models are 60-95% more cost-effective than closed-source alternatives with similar capabilities.

Elevate your products with our cutting-edge AI APIs. Start building today and see the future of AI integration with Xalora!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://xalora-ai.gitbook.io/xalora-ai-docs/developer-reference/integration-overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
