> For the complete documentation index, see [llms.txt](https://docs.uptiq.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uptiq.ai/integrations/integrations-hub/ai-and-utilities.md).

# AI and Utilities

### LLM providers

Large language model providers support text generation, streaming responses, and image generation. Agents and Skills use these integrations for AI capabilities.

| Integration                | Description                                                             | Source   | Connect Method |
| -------------------------- | ----------------------------------------------------------------------- | -------- | -------------- |
| Anthropic                  | Generate text and stream responses using Anthropic models.              | Platform | Connect BYOK   |
| Gemini                     | Generate text, stream responses, and images using Google Gemini models. | Platform | Connect BYOK   |
| Google Generative AI Image | Generate images using Google Gemini models.                             | Platform | Connect BYOK   |
| OpenAI                     | Generate text and stream responses using OpenAI models.                 | Platform | Connect BYOK   |

### Voice AI

Voice synthesis and cloning services generate speech from text.

| Integration | Description                                                               | Source   | Connect Method |
| ----------- | ------------------------------------------------------------------------- | -------- | -------------- |
| ElevenLabs  | Generate speech, clone voices, and manage multilingual voices and models. | Platform | Connect BYOK   |

### Web scraping

Web content extraction and crawling services gather data from websites.

| Integration | Description                                                                               | Source   | Connect Method |
| ----------- | ----------------------------------------------------------------------------------------- | -------- | -------------- |
| Firecrawl   | Scrape pages, crawl sites, search the web, map site URLs, and extract structured content. | Platform | Connect BYOK   |

### Backend

Backend platforms support databases, authentication, storage, and serverless functions.

| Integration | Description                                                                                                                       | Source   | Connect Method |
| ----------- | --------------------------------------------------------------------------------------------------------------------------------- | -------- | -------------- |
| Supabase    | Run database CRUD and RPC, handle end-user auth and admin users, manage storage, and invoke edge functions on a Supabase project. | Platform | Connect BYOK   |

### Authentication

Identity and authentication providers support user sign-in flows.

| Integration  | Description                            | Source   | Connect Method |
| ------------ | -------------------------------------- | -------- | -------------- |
| Google OAuth | Authenticate users using Google OAuth. | Platform | Connect BYOK   |

**What you can do with Google OAuth**

* Add "Sign in with Google" authentication to your apps with an auto-generated branded sign-in button.
* Access the signed-in user's profile data—name, email, and profile picture—as variables in your app or agent logic.
* Use Google OAuth as the identity layer for apps that need per-user personalization or access control.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.uptiq.ai/integrations/integrations-hub/ai-and-utilities.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
