Skip to main content

Magic Model (Alpha)

Choosing the right image generation model can be overwhelming. Do you need the raw speed of a “Turbo” model, the artistic flair of an “Illustrious” mix, or the state-of-the-art detail of Flux? Enter Magic Model. 🪄 Instead of you having to keep track of which model excels at what, you can let Mynth do the decision-making for you. You provide the prompt, and our intelligent selection layer picks the perfect model to bring your vision to life.
Alpha Stage: Magic Model is currently in early alpha. We use a specialized language model to analyze your prompt and match it with the best available image generator.

What is it?

Magic Model is an intelligent orchestration layer. When you set your model to auto, we don’t just pick a random model. We perform a real-time semantic analysis of your prompt to understand its style, complexity, and subject matter.
  • Artistic & Stylized? It might pick an Illustrious-based model.
  • Photo-realistic & Complex? It will likely leverage Flux.
  • Simple & Fast? It might choose a Turbo or Schnell variant to save time.

Why use it?

1. Zero Knowledge Required

You don’t need to be an expert in the ever-changing landscape of AI models. Just focus on your prompt, and we’ll handle the technical choice.

2. Included in Service Fee

Just like Magic Prompt, Magic Model is part of the standard Mynth pipeline. There are no additional per-generation charges for using the auto-selection logic.

3. Future-Proof Your Integration

As we add new and better models to Mynth, Magic Model will automatically start using them when appropriate. You don’t need to update your code to benefit from the latest advancements.

Behavior & Control

To use Magic Model, simply set the model parameter to "auto" in your API request.
{
  "model": "auto",
  "prompt": "A serene lake at sunset in the style of impressionism"
}

Magic Logic:

  • "auto" (Default): Mynth analyzes your prompt and picks the most suitable model.
  • Explicit Model ID: If you know exactly which model you want (e.g., "black-forest-labs/flux.1-dev"), you can specify it to bypass the automatic selection.

The Result

When you use Magic Model, the API response will include details about which model was ultimately selected for your generation. This allows you to audit the choice and see which “artist” was picked for your prompt.
{
  "magic": {
    "model": "black-forest-labs/flux.1-dev",
    "size": "landscape"
  }
}

Roadmap: Dynamic Optimization 🚀

We are refining the Magic Model logic to consider not just style, but also your specific plan and current usage patterns.What’s coming next:
  • Cost-Aware Selection: Option to prioritize “Eco” models to stay within specific budgets.
  • Speed-Aware Selection: Prioritize the fastest available models when you need results in sub-second time.
  • Multi-Model Ensembling: In some cases, we might even use multiple models to create the perfect composite image.
Join the conversation! Have a specific model you’d like to see prioritized or ideas for the selection logic? Let us know on Discord.

Stop worrying about model IDs. Just type your prompt and let Mynth find the best artist for the job.