MCPcopy
hub / github.com/Anil-matcha/Open-Generative-AI / getVideoModelById

Function getVideoModelById

packages/studio/src/models.js:2607–2607  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

2605];
2606
2607export const getVideoModelById = (id) => t2vModels.find(m => m.id === id);
2608
2609export const getAspectRatiosForVideoModel = (modelId) => {
2610 const model = getVideoModelById(modelId);

Callers 5

generateVideoFunction · 0.90
generateVideoMethod · 0.90
getDurationsForModelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected