Generation domain
Concepts
| Concept | Storage / port |
|---|---|
| Board | organization_projects · ProjectPort |
| Generation job | generation_jobs · GenerationPort |
| Credits | ledger RPCs · CreditPort |
| Conversation | conversations · ConversationPort |
| Model | catalog in libs/generation-core |
User flows
Boards home — prompt + model → create board → submitJobBatch → navigate to studio.
Board studio (/boards/:slug) — chat + gallery; batch rows with 4 variants; video uses <video>, not <img>.
Credits per plan
| Plan | Monthly credits |
|---|---|
| free | 500 |
| pro | 3,000 |
| team | 10,000 |
Insufficient credits → CreditsUpsellDialogService on HTTP 402 / INSUFFICIENT_CREDITS.
Reference images (I2V)
Kling models require referenceImage: 'required'. UI uploads to Storage; local dev may use data URIs so fal never receives 127.0.0.1 URLs.
Last updated on