Gap
Several Google Gemini models with published pricing on the official Google AI pricing page are missing from the Braintrust proxy model catalog. The catalog already includes gemini-3-pro-image-preview (line ~5942 in model_list.json), confirming that image generation models are in scope.
Missing image generation models
| Model ID |
Input $/M tokens |
Output $/M tokens |
Notes |
gemini-3.1-flash-image-preview |
Published on Google pricing page |
Published on Google pricing page |
Flash-tier image generation, analogous to existing gemini-3-pro-image-preview |
gemini-2.5-flash-image |
Published on Google pricing page |
Published on Google pricing page |
Older generation image model |
Missing embedding model
| Model ID |
Notes |
gemini-embedding-2-preview |
Google's embedding model with published pricing; the catalog already tracks OpenAI and Fireworks embedding models |
Missing specialized model
| Model ID |
Notes |
gemini-2.5-computer-use-preview-10-2025 |
Computer use model with published pricing |
Official source
Local files inspected
packages/proxy/schema/model_list.json — grep for gemini-3.1-flash-image, gemini-2.5-flash-image, gemini-embedding-2, gemini-2.5-computer-use returns no matches
gemini-3-pro-image-preview IS present at line ~5942, confirming image models are in scope
Why high confidence
These models are listed on Google's official pricing page with explicit per-token pricing. The catalog already includes gemini-3-pro-image-preview, establishing precedent that Gemini image generation models belong in the catalog. The embedding model follows the same pattern as OpenAI text-embedding-3-large/small already tracked in the catalog. The Google provider is fully supported.
Out of scope (not included)
TTS, live streaming, and native audio models (gemini-*-tts-*, gemini-*-live-*, gemini-*-native-audio-*) were found on the pricing page but excluded from this issue as they represent a different modality not currently tracked in the catalog.
Gap
Several Google Gemini models with published pricing on the official Google AI pricing page are missing from the Braintrust proxy model catalog. The catalog already includes
gemini-3-pro-image-preview(line ~5942 inmodel_list.json), confirming that image generation models are in scope.Missing image generation models
gemini-3.1-flash-image-previewgemini-3-pro-image-previewgemini-2.5-flash-imageMissing embedding model
gemini-embedding-2-previewMissing specialized model
gemini-2.5-computer-use-preview-10-2025Official source
Local files inspected
packages/proxy/schema/model_list.json— grep forgemini-3.1-flash-image,gemini-2.5-flash-image,gemini-embedding-2,gemini-2.5-computer-usereturns no matchesgemini-3-pro-image-previewIS present at line ~5942, confirming image models are in scopeWhy high confidence
These models are listed on Google's official pricing page with explicit per-token pricing. The catalog already includes
gemini-3-pro-image-preview, establishing precedent that Gemini image generation models belong in the catalog. The embedding model follows the same pattern as OpenAItext-embedding-3-large/smallalready tracked in the catalog. The Google provider is fully supported.Out of scope (not included)
TTS, live streaming, and native audio models (
gemini-*-tts-*,gemini-*-live-*,gemini-*-native-audio-*) were found on the pricing page but excluded from this issue as they represent a different modality not currently tracked in the catalog.