Use this skill when the user asks where to access an image model, which provider exposes the most capabilities, whether advertised features are available by API, which provider has the best transparency/layer support, or how to activate/fund direct provider access.
Always separate four layers of evidence:
A model-family name does not imply equivalent deployments. Do not turn marketing claims into API claims without a schema or canary.
Conversely, do not conclude that an advertised native feature is nonexistent merely because one wrapper omits it. When the owner advertises the capability but an aggregator schema lacks the control/output contract, trace the feature through the owner tutorial, owner API reference, model-specific capability table, pricing semantics, SDK/sample code, and executed responses. Route that operation to the provider surface that actually exposes it; do not fake the feature by stuffing prose into an incompatible wrapper field.
Prefer, in order:
Record verification time and distinguish source-backed release dates from first observation.
When a provider publishes share links or example generations, inspect the underlying public request record—not only the rendered playground. Recover the exact request fields, output JSON, endpoint alias, timing, and status. This often reveals whether a marketed interaction is implemented by typed JSON, prompt syntax, or pixels baked into an annotated image.
For fal, public example records may be available at:
GET https://rest.alpha.fal.ai/requests/share/{share_id}
Treat this as executed-example evidence, below a canary run under the user's own account but above marketing copy. Do not infer private billing or undocumented guarantees from the record.
Identify whether the user needs: - text-to-image - single-image editing - multi-reference fusion - sequential/coherent sets - exact dimensions or maximum resolution - text/layout accuracy - transparent background - editable layer decomposition - seed/reproducibility - privacy or uncensored/private execution - downstream handoff to video or design tools
Do not treat transparent background and editable layer decomposition as the same feature.
For every candidate deployment, capture: - exact provider and endpoint/model ID - generation vs edit endpoint split - input image field and maximum references - coherent/batch output versus independent variants - output count limits - size, aspect ratio, resolution, and format controls - seed, safety, prompt optimization, and search controls - output schema, URL retention, and delivery behavior - declared transparent output and typed layer metadata - pricing unit and all surcharges - credential availability in the current environment, without exposing values
Hard-filter on required capabilities before ranking price or recency.
A provider may implement this through prompt markup (<point>, <bbox>) or marks embedded in the source image rather than dedicated JSON fields. State whether support is official, passthrough-likely, or canary-only.
A model landing page may claim web/online search while the API lacks a controllable search field, citations, or provenance. Do not promise grounded output unless the request contract and response evidence support it.
A PNG option is not proof of transparency. A generic images[] response is not proof of a structured layer package. Verify:
- multiple returned files
- alpha channel exists
- alpha contains non-opaque pixels
- background and element layers are identifiable/orderable
- hidden regions are inpainted where promised
- billing behavior per returned layer
If a wrapper returns one opaque composite from a prompt that requested layers, inspect the complete provider response before changing parsers. If the response truly contains only one image, the parser is not the fault. Compare the wrapper request against the owner contract: wrapper-specific output-count fields may force independent variants or a single-image path and can suppress a native prompt-directed multi-file behavior. Implement a capability-specific provider adapter when necessary, then require a bounded owner-route canary before declaring the integration fixed.
If the user only needs subject cutout/background removal, prefer a dedicated background-removal model after generation and verify alpha pixels.
Compare the same operation, dimensions/pixel area, number of references, output count, quality tier, and format. Include: - base output charge - pixel/resolution threshold changes - extra reference-image charges - per-layer/per-output billing - provider markup - free quota versus paid/postpaid activation
Do not call a provider cheapest from a headline “from” price.
.env, mode 0600, not source, config files, memory, or skill content.Before telling a user to “add credits,” determine whether the provider uses: - prepaid wallet credits - postpaid card billing - coupons/free quota - resource packs - invoiced credit limits - bank transfer
Common pitfall: direct cloud providers often require account-profile completion, a default payment method, and explicit model activation rather than prepaid top-up.
When a provider's marketing and schema diverge, run the smallest bounded canary only after disclosing expected cost. Save: - exact request - model ID - returned metadata/files - actual dimensions/formats - alpha/layer verification - latency - billed output count/cost if available
Report: 1. Best overall official implementation 2. Best provider already accessible 3. Best value 4. Best for the user's exact capability 5. Capabilities not reliably exposed 6. Required canary before production
Use compact tables, but clearly label native capability, documented API support, marketing-only support, and live canary evidence.
PNG does not mean transparent.variants are not coherent sequential generation.references/seedream-5-provider-transparency-byteplus.md for the July 2026 Seedream 5 Pro/Lite provider matrix, transparency/layer contract analysis, BytePlus authentication probe, and postpaid activation workflow.