Automotive

Automotive

Video AI for automotive intelligence.

Video AI for automotive intelligence.

From driver hazards to pedestrian intent – TwelveLabs AI understands events on video like a human does, with the potential to transform safety and efficiency.

Speed up workflows and drive efficient spend with AI-based understanding that connects you with your customers.

Team

01

01

Find anything and everything in your archive.

Any scene, any sound, any object, any moment - ‘search’ has a whole new meaning.

Team

01

Find anything and everything in your archive.

Any scene, any sound, any object, any moment - ‘search’ has a whole new meaning.

Team

02

02

Turn vast video data into meaningful content.

Draw out the highlights from your archives or make instant reels from millions of clips.

Team

02

Turn vast video data into meaningful content.

Draw out the highlights from your archives or make instant reels from millions of clips.

Team

03

03

Turn vast video data into actionable intelligence.

Detailed AI-driven documentation and contextual analysis can help you understand what happened.

Team

03

Turn vast video data into actionable intelligence.

Detailed AI-driven documentation and contextual analysis can help you understand what happened.

Use Cases

Use Cases

Use Cases

The future of automotive is automation.

Search millions of video hours

Tag-free exploration in natural language

Find any scene, object, or moment

Time-stamped incident results

Search millions of video hours

Tag-free exploration in natural language

Find any scene, object, or moment

Time-stamped incident results

Make sense of video footage

Detailed AI-driven analysis

Pattern and anomaly detection

Metadata generation

Archive and data management

Make sense of video footage

Detailed AI-driven analysis

Pattern and anomaly detection

Metadata generation

Archive and data management

Understand your data and systems

Contextualized content analysis

Confidence-scored reports

Detailed incident documentation

Insights for improving safety and efficiency

Understand your data and systems

Contextualized content analysis

Confidence-scored reports

Detailed incident documentation

Insights for improving safety and efficiency

Our Value

Our Value

Our Value

State-of-the-art, straight out of the box.

Use on any cloud, fine-tune with your own data, and deploy your custom model. We give you the keys to state-of-the-art AI that adapts to your specific needs.

World-class accuracy.

Our video-native AI beats benchmarks from cloud majors and open-source models.

At a monumental scale.

Our powerful infrastructure handles the largest video libraries – even petabytes of data.

With total customization.

Our models can be easily trained on your data to become experts in your domain. 

And deployable anywhere.

On cloud, private cloud, or on-premise – deploy safely and easily, wherever you need us.

World-class accuracy.

Our video-native AI beats benchmarks from cloud majors and open-source models.

At a monumental scale.

Our powerful infrastructure handles the largest video libraries – even petabytes of data.

With total customization.

Our models can be easily trained on your data to become experts in your domain. 

And deployable anywhere.

On cloud, private cloud, or on-premise – deploy safely and easily, wherever you need us.

World-class accuracy.

Our video-native AI beats benchmarks from cloud majors and open-source models.

At a monumental scale.

Our powerful infrastructure handles the largest video libraries – even petabytes of data.

With total customization.

Our models can be easily trained on your data to become experts in your domain. 

And deployable anywhere.

On cloud, private cloud, or on-premise – deploy safely and easily, wherever you need us.

With total customization.

Our models can be easily trained on your data to become experts in your domain. 

And deployable anywhere.

On cloud, private cloud, or on-premise – deploy safely and easily, wherever you need us.

Python

Node

from twelvelabs import TwelveLabs
import os

client = TwelveLabs("<YOUR_API_KEY>")

# Create new Index
index = client.index.create(        
     name="My First Index",
     engines=[
       {                
         "name": "marengo2.7",
         "options": ["visual", "audio"],
       },
     ],
  )
# Create new Task on Index (Upload the video)
video_path = os.path.join(os.path.dirname(__file__), "<YOUR_FILE_PATH>")
task = client.task.create(index_id=index.id, file=video_path, language="en")

# Wait for indexing to finish
task.wait_for_done()

# Search from your index
query = "An artist climbing up the ladder that he painted."
result = client.search.query(index.id, query, ["visual", "audio"])
‍print(result)

Python

Node

from twelvelabs import TwelveLabs
import os

client = TwelveLabs("<YOUR_API_KEY>")

# Create new Index
index = client.index.create(        
     name="My First Index",
     engines=[
       {                
         "name": "marengo2.7",
         "options": ["visual", "audio"],
       },
     ],
  )
# Create new Task on Index (Upload the video)
video_path = os.path.join(os.path.dirname(__file__), "<YOUR_FILE_PATH>")
task = client.task.create(index_id=index.id, file=video_path, language="en")

# Wait for indexing to finish
task.wait_for_done()

# Search from your index
query = "An artist climbing up the ladder that he painted."
result = client.search.query(index.id, query, ["visual", "audio"])
‍print(result)

Python

Node

from twelvelabs import TwelveLabs
import os

client = TwelveLabs("<YOUR_API_KEY>")

# Create new Index
index = client.index.create(        
     name="My First Index",
     engines=[
       {                
         "name": "marengo2.7",
         "options": ["visual", "audio"],
       },
     ],
  )
# Create new Task on Index (Upload the video)
video_path = os.path.join(os.path.dirname(__file__), "<YOUR_FILE_PATH>")
task = client.task.create(index_id=index.id, file=video_path, language="en")

# Wait for indexing to finish
task.wait_for_done()

# Search from your index
query = "An artist climbing up the ladder that he painted."
result = client.search.query(index.id, query, ["visual", "audio"])
‍print(result)

Integrate with your personalized SDK — and your vision.

Do more with your video from day one with our easy APIs and developer-friendly SDKs. This is AI made to work for you, ready to integrate and adapt.

Play for free.
Pay as you go.

Our tiered pricing lets you play and build, then launch and grow. Start with one of our foundational models and pay only for what you use.

Our tiered pricing lets you play and build, then launch and grow. Start with one of our foundational models and pay only for what you use.

Free

Free

For testing and building

Indexing limit

<10 hours

Environment

Shared

Cloud integration

Org account

SSO/ SAML

Finetune

Developer

Developer

For launching and growing

Indexing limit

<10k hours

Environment

Shared

Cloud integration

Included

Org account

SSO/ SAML

Finetune

Enterprise

Enterprise

For scaling and services

Indexing limit

Unlimited

Environment

Dedicated

Cloud integration

Included

Org account

Included

SSO/ SAML

Included

Finetune

Included

Cover image

See your video in a whole new way.

Try your own video in our free Playground and see how TwelveLabs can transform the way you use, share and create.

Cover image

See your video in a whole new way.

Try your own video in our free Playground and see how TwelveLabs can transform the way you use, share and create.

Cover image

See your video in a whole new way.

Try your own video in our free Playground and see how TwelveLabs can transform the way you use, share and create.