Integrera AI-modellen flux-lora-trainer via ett högpresterande API med låg latens och ren förbrukningsbaserad prissättning.
About this model
Få tillgång till flux-lora-trainer programmatiskt på MuAPI med omedelbar skalbarhet, automatisk redundans och minimal latens.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $3.20 每次训练运行 | Flat fee per training run, regardless of zip size within the supported range. The trained LoRA is yours to reuse across unlimited generations. |
| Fal.ai | $2.00 每次训练运行 | Available as a standalone training endpoint but requires you to manage hosting, key rotation, and integration separately. |
| Replicate | Varierar per modell | Comparable Flux LoRA trainers exist but 定价 is usage-based (per training second) and varies by hardware tier. |
Flat fee per training run, regardless of zip size within the supported range. The trained LoRA is yours to reuse across unlimited generations.
Available as a standalone training endpoint but requires you to manage hosting, key rotation, and integration separately.
Comparable Flux LoRA trainers exist but 定价 is usage-based (per training second) and varies by hardware tier.
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Images Zip URL | string | Public URL to a .zip archive containing 10-50 training images. Optional caption .txt files (same name as the matching image) can include a [trigger] placeholder which is replaced with trigger_phrase. | https://d3adwkbyhxyrtq.cloudfront.net/loradata/train_lora.zip |
| Trigger Phrase | string | A unique word or short phrase that activates the trained concept at inference time. Keep it short and unusual so it does not collide with normal vocabulary. | mysubject |
| Training Style | Enum (2 options) | What the LoRA learns: 'subject' (a person, character, or object) or 'style' (an aesthetic or art direction). | subject |
Public URL to a .zip archive containing 10-50 training images. Optional caption .txt files (same name as the matching image) can include a [trigger] placeholder which is replaced with trigger_phrase.
https://d3adwkbyhxyrtq.cloudfront.net/loradata/train_lora.zipA unique word or short phrase that activates the trained concept at inference time. Keep it short and unusual so it does not collide with normal vocabulary.
mysubjectWhat the LoRA learns: 'subject' (a person, character, or object) or 'style' (an aesthetic or art direction).
subjectDeveloper documentation
Skicka en autentiserad POST-förfrågan till slutpunkten med dina valda parametrar och din MuAPI-nyckel.
Frequently asked