Skip to main content

FlyMyAI (models)

Gives an agent access to FlyMyAI's image and video models and an analysis VLM.

What it can do

  • generate_image(prompt) — text → image, returns an agent_file with public_url.
  • edit_image(prompt, image=…) — image-to-image edit; accepts HTTPS URL or base64, up to 14 reference images.
  • generate_video(prompt, …) — text → mp4 with duration, seed, aspect ratio, optional image-to-video.
  • analyze_image(image_urls, prompt?) — Gemini VLM for product photos and scene analysis.

How to get credentials

This MCP is built-in for FlyMyAI accounts and uses your existing account credentials — no extra key to paste. If it shows as not configured, open the tool and follow the on-screen prompt.

Fields to fill in FlyMyAI

None — the MCP uses your FlyMyAI session.

Troubleshooting

  • Rate-limited / quota exceeded — check your plan on flymy.ai.
  • Edit refused on an uploaded image — make sure the reference is a public HTTPS URL or clean base64; private URLs aren't fetched.