mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-06 09:30:49 +00:00
fix gemini cost key
This commit is contained in:
committed by
Neal Shah
parent
17e5edd643
commit
5922f36358
@@ -28,7 +28,7 @@ export const GEMINI_IMAGE_GENERATION_MODELS: IImageModel[] = [
|
||||
name: 'Gemini 2.5 Flash Image',
|
||||
version: '1.0',
|
||||
costs_currency: 'usd-cents',
|
||||
index_cost_key: '1024x1024',
|
||||
index_cost_key: '1x1',
|
||||
allowedQualityLevels: [''],
|
||||
costs: {
|
||||
'1x1': 3.9, // $0.039 per image
|
||||
@@ -60,7 +60,7 @@ export const GEMINI_IMAGE_GENERATION_MODELS: IImageModel[] = [
|
||||
name: 'Gemini 3 Pro Image',
|
||||
version: '1.0',
|
||||
costs_currency: 'usd-cents',
|
||||
index_cost_key: '1024x1024',
|
||||
index_cost_key: '1K:1x1',
|
||||
aliases: ['gemini-3-pro-image-preview'],
|
||||
allowedQualityLevels: ['1K', '2K', '4K'],
|
||||
allowedRatios: [
|
||||
|
||||
Reference in New Issue
Block a user