Migration guide
Note
The timeline and actions on this page apply to the first-party API. If you use Marengo through Amazon Bedrock, see the Amazon Bedrock migration guide instead.
Marengo 2.7 will be deprecated after TwelveLabs automatically reindexes your videos to Marengo 3.0. Starting mid-March 2026, reindexing will roll out progressively.
Update your application to ensure continuous service when the cutover happens.
The following fields are preserved during migration:
- Index ID
- Video ID
- Video created date
- User-provided metadata
The updated_at field will reflect the migration date.
Migration steps
Update your search requests
Deprecated parameters are now ignored, and audio processing has changed. Your code will not return errors, but results may differ. See the Update your search requests section for details.
Regenerate all embeddings
Marengo 2.7 embeddings are not compatible with Marengo 3.0. This is a breaking change. See the Regenerate all embeddings section for details.
Update your search requests
For details about how search options work, see the Search options section.
For a complete guide on making search requests, see the Search page.
Regenerate all embeddings
For a complete example of creating embeddings with Marengo 3.0, see the Create video embeddings page.
For details about embedding options, see the Embedding options section.