2007f1f9ce
Unify and lower default mud-point prices across editor generation features and update related API/schema, docs and tests. Changes set gpt-image-2 to 1K=3 / 2K=5, audio1.0 to 5, and chirp-v5 to 12, and update server default JSON, frontend models/workflows, OpenAPI schema (require aspectRatio/imageSize/priceMudPoints for UI extraction), multiple UX docs (quick-edit viewport, UI extraction panel, pricing guidance) and accompanying tests to match the new defaults and validation rules.
76 lines
1.3 KiB
JSON
76 lines
1.3 KiB
JSON
{
|
|
"models": {
|
|
"gemini-3.1-flash-image-preview": {
|
|
"unit": "perGeneration",
|
|
"prices": {
|
|
"0.5K": 8,
|
|
"1K": 12,
|
|
"2K": 24
|
|
}
|
|
},
|
|
"gpt-image-2": {
|
|
"unit": "perGeneration",
|
|
"prices": {
|
|
"1K": 3,
|
|
"2K": 5
|
|
}
|
|
},
|
|
"seedance2.0-fast": {
|
|
"unit": "perSecond",
|
|
"prices": {
|
|
"480p": 10,
|
|
"720p": 20,
|
|
"1080p": 40
|
|
}
|
|
},
|
|
"seedance2.0": {
|
|
"unit": "perSecond",
|
|
"prices": {
|
|
"480p": 12,
|
|
"720p": 24,
|
|
"1080p": 48
|
|
}
|
|
},
|
|
"kling3.0": {
|
|
"unit": "perSecond",
|
|
"prices": {
|
|
"480p": 15,
|
|
"720p": 30,
|
|
"1080p": 60
|
|
}
|
|
},
|
|
"kling3.0-omni": {
|
|
"unit": "perSecond",
|
|
"prices": {
|
|
"480p": 20,
|
|
"720p": 40,
|
|
"1080p": 80
|
|
}
|
|
},
|
|
"veo3.1": {
|
|
"unit": "perSecond",
|
|
"prices": {
|
|
"480p": 10,
|
|
"720p": 20,
|
|
"1080p": 40
|
|
}
|
|
},
|
|
"veo3.1-fast": {
|
|
"unit": "perSecond",
|
|
"prices": {
|
|
"480p": 10,
|
|
"720p": 20,
|
|
"1080p": 40
|
|
}
|
|
},
|
|
"audio1.0": {
|
|
"unit": "perGeneration",
|
|
"price": 5
|
|
},
|
|
"chirp-v5": {
|
|
"unit": "perGeneration",
|
|
"price": 12
|
|
}
|
|
}
|
|
}
|