mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-04 16:40:41 +00:00
Update openaiVideoCostMap.ts
This commit is contained in:
@@ -2,7 +2,7 @@ import { toMicroCents } from '../utils';
|
||||
|
||||
// Prices are per generated video-second.
|
||||
export const OPENAI_VIDEO_COST_MAP = {
|
||||
'openai:sora-2:default': toMicroCents(0.10),
|
||||
'openai:sora-2-pro:default': toMicroCents(0.30),
|
||||
'openai:sora-2-pro:xl': toMicroCents(0.50),
|
||||
'openai:sora-2:default': toMicroCents(0.0010),
|
||||
'openai:sora-2-pro:default': toMicroCents(0.0030),
|
||||
'openai:sora-2-pro:xl': toMicroCents(0.0050),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user