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>
the video model list api:

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
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 namethe video model list api:

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
puterIdi expect all these to work
thank you