Skip to content

Fix incorrect model ID in README Quick Start #205

Description

@Kamilbenkirane

Bug

In the README Quick Start section, the videos.analyze example uses model="gemini-3-pro":

video = await celeste.videos.analyze(video_file, prompt="Summarize this clip", model="gemini-3-pro")

gemini-3-pro is not a registered model ID. The correct ID is gemini-3-pro-preview.

Fix

Change to:

video = await celeste.videos.analyze(video_file, prompt="Summarize this clip", model="gemini-3-pro-preview")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions