Skip to content

Video model ID #2776

@reynaldichernando

Description

@reynaldichernando

hi team, i was trying to access the new veo 3.1 lite model using google/veo-3.1-lite, but unfortunately it shows invalid model name

<html>
<body>
    <script src="https://js.puter.com/v2/"></script>
    <script>
        puter.ai.txt2vid("A cat playing with a ball of yarn", {
            model: "google/veo-3.1-lite"
        }).then(video => {
            document.body.appendChild(video);
        });
    </script>
</body>
</html>
Image

the video model list api:
Image

i was under the impression that we have model singularity (see related #2323)
<service>:<provider>/<name>

where we can just use the shortened version of the model, without having to type in the full puterId

i expect all these to work

google:google/veo-3.1-lite
google/veo-3.1-lite
veo-3.1-lite

thank you

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