Files
Genarrative/server-rs/crates/api-server/config/editor-generation-pricing.default.json
T
k88936 b294cbc3db 接入 GPT Image 2.5 双 provider 启动路由
启动时分别构造 VectorEngine 与 Tiantoken 图片 client

按生成、编辑和 nanobanana 模型选择具体 provider

迁移 api-server、编辑器 Agent 与 raw edit 调用方

拆分 GPT Image 2.5 生成与编辑定价并隐藏 provider 具体值
2026-09-18 16:28:45 +08:00

94 lines
1.6 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
}
},
"gpt-image-2.5-flare-c": {
"unit": "perGeneration",
"prices": {
"1K": 3,
"2K": 5
}
},
"gpt-image-2.5-sunburst-c": {
"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
},
"eleven_text_to_sound_v2": {
"unit": "perGeneration",
"price": 5
},
"chirp-v5": {
"unit": "perGeneration",
"price": 12
}
}
}