Skip to content
@PoyoAPI

PoYo AI

One API for AI image, video, music, chat, and 3D models.

PoYo AI - One API for AI model workflows

Start building API docs Models Examples

One API for AI model workflows

PoYo AI gives developers one production API workflow for image, video, music, chat, and 3D model generation: submit a task, store task_id, poll in testing, and use webhooks in production.

Start with PoyoAPI/poyo-examples for the full backend-safe workflow, then use focused model repos when you already know which model you want to integrate.

Main examples repo

Use PoyoAPI/poyo-examples when you want the full backend-safe path across cURL, Node.js, Python, Next.js routes, status polling, and production webhooks.

Recent model quickstarts

Use these when you are coming from a recent model demo and want the smallest backend-safe request first.

Model Start here
Seedance 2.0 Mini seedance-2-mini-api (model)
Wan 2.2 Fast wan-2-2-fast-api (model)
Hailuo 2.3 hailuo-2-3-api (model)
Kling Avatar 2.0 kling-avatar-2-0-api (model)
Flux Kontext flux-kontext-api (model)
Tripo3D H3.1 tripo-h31-3d-api (model)
GPT-5.5 gpt-5-5-api (model)
Claude Opus 4.8 claude-opus-4-8-api (model)
Gemini 3.5 Flash gemini-3-5-flash-api (model)
Kling 3.0 kling-3-api (model)
Grok Imagine Image Quality grok-imagine-image-quality-api (model)
FLUX.2 flux-2-api (model)
Seedream 5.0 Lite seedream-5-0-lite-api (model)
Hunyuan 3D 3.1 hunyuan-3d-3-1-api (model)
Claude 4.5 claude-4-5-api (model)
Runway Gen-4.5 runway-gen-4-5-api (model)
Kling O3 kling-o3-api (model)
Wan 2.7 Video wan-2-7-video-api (model)
Seedream 4.5 seedream-4-5-api (model)
Gemini 3.1 Flash TTS gemini-3-1-flash-tts-api (model)
ElevenLabs Music elevenlabs-music-api (model)
Meshy 6 3D meshy-6-3d-api (model)
Veo 3.1 Official veo-3-1-official-api
Gemini 3 gemini-3-api
DeepSeek V4 deepseek-v4-api
Grok Imagine Video 1.5 grok-imagine-video-1-5-api
ElevenLabs v3 TTS elevenlabs-v3-tts-api
MiniMax Music 2.6 minimax-music-2-6-api
Claude Sonnet 5 claude-sonnet-5 cURL
Nano Banana 2 Lite nano-banana-2-lite cURL
Omni Flash omni-flash cURL
Grok Imagine Image grok-imagine-image cURL
Seedance 2.0 Mini seedance-2-mini cURL
Kling 3.0 Turbo kling-3-0-turbo cURL

Focused model repos

Use these when you already know the model you want and need a smaller repo to copy from.

Category Repository
Chat gpt-5-5-api (model), claude-opus-4-8-api (model), gemini-3-5-flash-api (model), claude-4-5-api (model), gemini-3-api, deepseek-v4-api, claude-sonnet-5-api
Image flux-kontext-api (model), grok-imagine-image-quality-api (model), flux-2-api (model), seedream-5-0-lite-api (model), seedream-4-5-api (model), gpt-image-2-api, grok-imagine-image-api, nano-banana-2-lite-api, nano-banana-2-api, nano-banana-pro-api
Video seedance-2-mini-api (model), wan-2-2-fast-api (model), hailuo-2-3-api (model), kling-avatar-2-0-api (model), kling-3-api (model), runway-gen-4-5-api (model), kling-o3-api (model), wan-2-7-video-api (model), veo-3-1-official-api, grok-imagine-video-1-5-api, omni-flash-api, kling-3-0-turbo-api, seedance-2-api, sora-2-official-api, happy-horse-api
Music gemini-3-1-flash-tts-api (model), elevenlabs-music-api (model), elevenlabs-v3-tts-api, minimax-music-2-6-api
3D tripo-h31-3d-api (model), hunyuan-3d-3-1-api (model), meshy-6-3d-api (model)

Coming soon / watchlist

Use these repos to track high-interest models before runnable examples are available.

Model Links Notes
Seedance 2.5 Model page, GitHub repo Tracks expected 30-second, 4K-oriented, multimodal-reference, and region-editing workflows before public API availability.

Example model families

Category Families
Chat Claude GPT Gemini
Image GPT Image FLUX Seedream Nano Banana
Video Sora Veo Seedance Kling Wan
Music Suno MiniMax Music
3D Meshy Tripo

Quickstart

  1. Create an account at poyo.ai.
  2. Create an API key in the dashboard.
  3. Submit a generation task.
  4. Save the returned task_id.
  5. Poll status in testing.
  6. Use callback_url webhooks in production.
export POYO_API_KEY="your-api-key"
export POYO_BASE_URL="https://api.poyo.ai"

curl -X POST "$POYO_BASE_URL/api/generate/submit" \
  -H "Authorization: Bearer $POYO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-image-2",
    "input": {
      "prompt": "A clean product render of a translucent AI cube on a white studio surface",
      "size": "1:1",
      "resolution": "1K",
      "quality": "low",
      "n": 1
    }
  }'

Developer resources

Pinned Loading

  1. poyo-examples poyo-examples Public

    Examples for building with PoYo AI APIs.

    JavaScript 2

  2. gpt-image-2-api gpt-image-2-api Public

    Server-side PoYo examples for GPT Image 2 image generation and editing workflows.

    JavaScript 2

  3. nano-banana-pro-api nano-banana-pro-api Public

    Server-side PoYo examples for Nano Banana Pro image generation and editing workflows.

    JavaScript 2

  4. seedance-2-api seedance-2-api Public

    Server-side PoYo examples for Seedance 2 video generation workflows.

    JavaScript 2

  5. sora-2-official-api sora-2-official-api Public

    Server-side PoYo examples for Sora 2 Official video generation workflows.

    JavaScript 2

  6. happy-horse-api happy-horse-api Public

    Server-side PoYo examples for Happy Horse video generation workflows.

    JavaScript 2

Repositories

Showing 10 of 42 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…