# Gan.AI AI integration on Definable

> Gan.AI provides advanced APIs for text-to-speech, voice cloning, and video personalization, enabling developers to integrate natural and expressive speech synthesis into their applications.

## What this connects

Gan.AI provides advanced APIs for text-to-speech, voice cloning, and video personalization, enabling developers to integrate natural and expressive speech synthesis into their applications.

Vendor: https://gan.ai

## Tools available

**8** tools available. First 8:

- `GAN_AI_GET_AVATAR_VIDEO_INFERENCE_DETAILS` — Get Avatar Video Inference Details — Tool to retrieve detailed status and metadata for a specific avatar video inference. Use when you have an inference_id and need to check its processing status and access video URLs.
- `GAN_AI_GET_PHOTO_AVATAR_DETAILS` — Get Photo Avatar Details — Tool to retrieve detailed information for a specific photo avatar by ID. Use when you need to check photo avatar processing status and access its metadata and image URL.
- `GAN_AI_GET_PHOTO_AVATAR_INFERENCE_DETAILS` — Get photo avatar inference details — Tool to fetch photo avatar inference details. Use after obtaining a valid inference ID to retrieve detailed information.
- `GAN_AI_LIST_AVATAR_VIDEOS` — List avatar video inferences — Tool to list avatar video inferences. Use when you need to retrieve generated avatar videos with optional filtering by avatar ID, title, status, or date range.
- `GAN_AI_LIST_PHOTO_AVATAR_INFERENCES` — List photo avatar inferences — Tool to list photo avatar inferences. Use when you need to retrieve inference videos with optional filtering by avatar, title, status, or date range.
- `GAN_AI_LIST_PHOTO_AVATARS` — List Photo Avatars — Tool to list avatars. Use when you need a paginated collection of avatars with filters. Example: "List the first 10 published avatars created after 2023-01-01".
- `GAN_AI_LOGIN` — Login — Tool to authenticate a user and retrieve access and refresh tokens. Use when you need to login before calling other GAN.AI API actions.
- `GAN_AI_TTS` — GAN AI Text-to-Speech — Convert text to speech using GAN.AI's Text-to-Speech API. This tool synthesizes speech from text using a specified voice. The voice_id must be obtained from the GAN.AI Get Voices endpoint or from your GAN.AI dashboard. Returns audio in WAV format.

## Auth

Auth schemes: `API_KEY`.

## How agents use Gan.AI

Inside a Definable workflow, Gan.AI is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Gan.AI** — the Researcher (GPT-5.5) pulls context from Gan.AI (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Gan.AI** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Gan.AI (create record, post message, draft email).
- **Designer / Engineer → Distributor → Gan.AI** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Gan.AI (attach file, open PR comment, post status).

The Verifier checks every Gan.AI call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- artificial intelligence — https://definable.ai/apps/category/artificial-intelligence/
- video & audio — https://definable.ai/apps/category/video-&-audio/

## Related

- HTML page: https://definable.ai/apps/gan_ai/
- Same category (artificial intelligence): https://definable.ai/apps/category/artificial-intelligence/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
