Multi-provider routing
- Persona decides which model fits
- Calls this provider when its strengths apply
- Falls back to alternatives on rate-limits
8 tools available
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.
Connect Gan.AI to Definable to route to the best model per task, mix providers in one workflow, fall back on rate-limits. Personas call Gan.AI's 8 tools directly from chat or scheduled flows. Add it to your persona's available models and route requests to it where it fits best.
Every Gan.AI action below is a callable tool any Definable persona can invoke.
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.
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.
Tool to fetch photo avatar inference details. Use after obtaining a valid inference ID to retrieve detailed information.
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.
Tool to list photo avatar inferences. Use when you need to retrieve inference videos with optional filtering by avatar, title, status, or date range.
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".
Tool to authenticate a user and retrieve access and refresh tokens. Use when you need to login before calling other GAN.AI API actions.
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.
Anything Gan.AI exposes through its API. Common artificial intelligence workflows on Definable include route to the best model per task, mix providers in one workflow, fall back on rate-limits. Personas can call any of the 8 Gan.AI tools directly, then chain the result into another integration without you writing code.
Gan.AI uses API_KEY on Definable. You connect once from the integrations page, scoped to the permissions you choose, and from then on any persona that has the integration enabled can act on your behalf. Tokens are encrypted at rest and rotated automatically.
Yes — every Definable plan, including Starter, includes access to all 8 Gan.AI tools. You only need a separate Gan.AI subscription if Gan.AI itself charges per seat or per API call.
Every call from a persona to Gan.AI is logged with the user, persona, prompt, and response. Tokens never leave Definable's secrets vault, scopes are configurable per persona, and you can revoke access at any time from the integration page.
Sign up for Definable, open the integrations page, find Gan.AI, and connect via OAuth or API key. You can immediately attach Gan.AI to any persona and start running workflows. The free Starter plan includes 5,000 credits/month.
Definable exposes all 8 Gan.AI actions as callable tools — including `Get Avatar Video Inference Details`, `Get Photo Avatar Details`, `Get photo avatar inference details`, plus 5 more. Each tool gets a typed parameter schema so personas know exactly how to call it.
Wire it up in minutes. No coding required.