Skip to content

[BOT ISSUE] Missing Gemini image generation and embedding models with published pricing #464

@github-actions

Description

@github-actions

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions