AI Router · CLI · MCPCheapest eligible quotes before you create
evaluation · consideration

FLUX Schnell MCP for 1-credit image drafts

flux-schnell is Studio's 1-credit text-to-image model for concept passes. Confirm it with list_models, then call generate with that ID.

Start with 20 free credits
Failure trace

flux-schnell is the 1-credit Studio image model

FLUX Schnell is the current one-credit text-to-image option in OfflineCreator Studio. The catalog labels it for fast iteration, so its clearest role is an early concept pass: test composition, subject, lighting, and frame direction before deciding whether another draft or a different model deserves more credits. “Fast iteration” is first-party positioning, not a measured promise about latency or output quality.

In MCP, begin with `list_models`, confirm that `flux-schnell` is still present, and read the returned cost before calling `generate`. Published OfflineCreator MCP 0.1.2 requires a model ID from that live catalog for `generate`, and the tool schema uses `flux-schnell` as the example Studio model ID. This keeps the workflow tied to the configured Studio entry instead of an ambiguous FLUX family name.

Error code index

Keep the Studio model ID separate from the provider endpoint

There are two identifiers in this route. `flux-schnell` is the OfflineCreator model ID that an MCP client passes to `generate`. `fal-ai/flux/schnell` is the endpoint ID in fal's current API documentation, whose direct HTTP endpoint is `POST https://fal.run/fal-ai/flux/schnell`. Do not substitute the provider endpoint ID into the Studio tool call.

OfflineCreator's disclosure page says the current launch catalog routes FLUX Schnell through fal, which may operate or broker the underlying model. That establishes the present provider route without implying that fal created FLUX.1 Schnell or that Studio exposes every parameter in fal's direct API. Recheck both `list_models` and the provider disclosure during a monthly refresh because routing and catalog identifiers can change independently.

OfflineCreator MCP model ID
flux-schnellPass this value to the Studio `generate` tool after confirming it with `list_models`.
Current fal endpoint ID
fal-ai/flux/schnellProvider-facing identifier documented by fal; it is not the Studio MCP model ID.
Credit gauge

Budget the draft loop before generating

At the current catalog rate, one FLUX Schnell generation costs one Studio credit. Five drafts therefore cost 5 credits, while eight drafts cost 8 credits. Those totals are simple planning arithmetic, not a recommendation to exhaust a fixed batch or a prediction of how many attempts a brief will need.

Use a stop rule rather than open-ended retries. For example, approve a 5-credit exploration budget, generate one frame at a time, and record what each result is testing: composition, palette, camera distance, or lighting. After five attempts, either select a direction, rewrite the brief, or compare the remaining task against the maintained model directory. Changing several prompt dimensions at once makes it hard to know which instruction improved or weakened the result.

Credit price does not establish speed, reliability, or comparative quality. This research did not run matched prompts or time live jobs, so it cannot claim that FLUX Schnell finishes faster than another Studio model or reaches a usable result in fewer attempts. The defensible conclusion is narrower: Studio currently prices this configured entry at one credit and positions it for iteration.

Model specimen

Choose one of the three MCP frame ratios

The published OfflineCreator MCP 0.1.2 generation schema accepts `16:9`, `9:16`, or `1:1`; when the optional field is omitted, its description says the frame defaults to `16:9`. Pick the delivery frame before the first draft: use 9:16 for a vertical concept, 1:1 for a square asset, or 16:9 for a wide scene. A later crop can remove important subject spacing, so ratio is part of composition rather than only an export setting.

fal's direct FLUX Schnell API documents a broader image-size surface: `square_hd`, `square`, `portrait_4_3`, `portrait_16_9`, `landscape_4_3`, and `landscape_16_9`. It also exposes inference-step and other provider controls. Those direct-provider options are not evidence that the current Studio MCP tool accepts the same controls.

For an MCP request, stay inside the MCP schema. If a brief requires 4:3 or another provider preset, do not silently translate it to the closest supported ratio. Confirm whether the live Studio catalog or tool schema has changed, choose an explicitly supported frame, or evaluate the direct provider path as a separate integration.

Prompt anatomy

Run a controlled MCP iteration sequence

Start with a prompt that names the subject, setting, composition, lighting, and intended visual treatment. Then set exactly one supported aspect ratio and submit one generation. A practical first request might test “ceramic travel mug on a dark stone counter, three-quarter product angle, soft window light, restrained warm palette, empty space on the left for later copy” at 16:9. The example is a prompt structure, not a claim that exact typography or product geometry will be reproduced.

On the next pass, preserve the accepted elements and change one variable. If the framing is right but the scene feels flat, change only the lighting. If the subject is too small, change only camera distance or composition. Keep the generation ID and a short note beside each result so the shortlist reflects deliberate decisions rather than memory or cherry-picking.

Use `wait: true` only when the client can remain attached for the package's bounded polling path; otherwise retain the returned generation ID and check it with the status tools. Do not resubmit merely because a client response timed out. This page does not claim a specific completion time, and no live MCP job was executed during research.

Related circuit

If a Schnell draft establishes the direction, continue to the model directory to decide whether to keep iterating or plan a larger image budget. Use those narrower pages for cross-model routing and budget decisions instead of extending this model-specific guide beyond its evidence boundary.

Canonical plate

Guide boundary

This page owns the narrow query “flux schnell mcp”: the configured Studio model ID, current provider endpoint, one-credit cost, MCP ratios, and a controlled draft loop. Broad model discovery belongs in the parent directory, while cross-model budgeting belongs in the dedicated budgeting guide.