動画でやりたいことすべてをここから。

セマンティック検索やコンテンツレコメンドのような機能を構築することも、可能性を再定義する革新的なアプリケーションを開発することもできます。

人間並みの理解力。人間の限界を超える成果のために。

これまでに体験したどの技術をも上回る、セマンティック検索と動画のテキスト化機能を体感してください。動画特化型AIが、その違いを生み出します。

Search

自然な言葉でシーンを説明するだけで、動画内の特定の瞬間を見つけ出せます。

Graphic

Analyze

動画から要約・チャプター・ハイライトなどのテキストを自動生成。

Graphic

Embed

自然言語で独自の分類器を構築し、即座に実行。

Build your own classifier using natural language and run instantly.

Graphic

Search

Search

自然言語であらゆるシーンを検索。

自然言語であらゆるシーンを検索。

自然言語であらゆるシーンを検索。

探している内容を正確に理解し、文脈を踏まえた高速で精度の高い検索結果を提供します。 音声、テキスト、オーディオ、映像を横断して検索し、動画をあらゆる次元から探索できます。

Sample app cover

Analyze

要約し、分析し、説明する。

Q&A、ハッシュタグ、要約などのテキスト形式を即座に作成。 レポートを生成することも、専門分野に特化した分析によって最も深い問いに答えを得ることもできます。

Graphic

Analyze

要約し、分析し、説明する。

Q&A、ハッシュタグ、要約などのテキスト形式を即座に作成。 レポートを生成することも、専門分野に特化した分析によって最も深い問いに答えを得ることもできます。

Graphic

Analyze

要約し、分析し、説明する。

Q&A、ハッシュタグ、要約などのテキスト形式を即座に作成。 レポートを生成することも、専門分野に特化した分析によって最も深い問いに答えを得ることもできます。

Sample app cover

Embed

動画をベクトル化する。

ニュアンスまで捉えるエンベディングを活用して、セマンティック検索やドメイン分類といった機能を構築し、あらゆるデータを最大限に活かします。

Graphic

Embed

動画をベクトル化する。

ニュアンスまで捉えるエンベディングを活用して、セマンティック検索やドメイン分類といった機能を構築し、あらゆるデータを最大限に活かします。

Graphic

Embed

動画をベクトル化する。

ニュアンスまで捉えるエンベディングを活用して、セマンティック検索やドメイン分類といった機能を構築し、あらゆるデータを最大限に活かします。

TOP USES

Tailored for your industry.

Media & Entertainment

Advertising

Govt. & Security

Automotive

Automated Clip Generation

Create instant clips from longer content to use in social media and marketing.

Scene Selection

Quickly find and categorize key scenes. Choose the best takes and curate moments easily. 

Bloopers and BTS Content

Get auto-curated highlight reels featuring the best of BTS or other special footage. 

Automatic Tagging

Easily access and manage content in a vast video library — no manual tagging needed.

Content Summarization

Generate high-quality summaries and headlines to communicate the core message quickly.

Content Discovery

Find any key moment in footage easily — or help customers discover them too.

Real-Time Scene Classification

Get editorial support mid-workflow for seamless, swift production.

Ad Matching

Use contextual ad placement to ensure your customers’ attention and engagement.

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 finishtask.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)

パーソナライズされたSDKとあなたのビジョンとの統合。

Deploy your custom-trained model on any cloud. See and surface everything in your video, then go beyond with AI that can realize your most game-changing ideas.

TOP USES

Tailored for your industry.

Media & Entertainment

Advertising

Govt. & Security

Automotive

Automated Clip Generation

Create instant clips from longer content to use in social media and marketing.

Scene Selection

Quickly find and categorize key scenes. Choose the best takes and curate moments easily. 

Bloopers and BTS Content

Get auto-curated highlight reels featuring the best of BTS or other special footage. 

Automatic Tagging

Easily access and manage content in a vast video library — no manual tagging needed.

Content Discovery

Find any key moment in footage easily — or help customers discover them too.

Content Summarization

Generate high-quality summaries and headlines to communicate the core message quickly.

Real-Time Scene Classification

Get editorial support mid-workflow for seamless, swift production.

Ad Matching

Use contextual ad placement to ensure your customers’ attention and engagement.

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)

パーソナライズされたSDKとあなたのビジョンとの統合。

Deploy your custom-trained model on any cloud. See and surface everything in your video, then go beyond with AI that can realize your most game-changing ideas.

TOP USES

Tailored for your industry.

Media & Entertainment

Advertising

Govt. & Security

Automotive

Automated Clip Generation

Create instant clips from longer content to use in social media and marketing.

Scene Selection

Quickly find and categorize key scenes. Choose the best takes and curate moments easily. 

Bloopers and BTS Content

Get auto-curated highlight reels featuring the best of BTS or other special footage. 

Automatic Tagging

Easily access and manage content in a vast video library — no manual tagging needed.

Content Summarization

Generate high-quality summaries and headlines to communicate the core message quickly.

Content Discovery

Find any key moment in footage easily — or help customers discover them too.

Real-Time Scene Classification

Get editorial support mid-workflow for seamless, swift production.

Ad Matching

Use contextual ad placement to ensure your customers’ attention and engagement.

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)

パーソナライズされたSDKとあなたのビジョンとの統合。

Deploy your custom-trained model on any cloud. See and surface everything in your video, then go beyond with AI that can realize your most game-changing ideas.

まずは無料で体験。そして利用した分だけ支払う。

段階的な料金プランにより、まずは試して開発を始め、その後にサービスを公開し、成長させることができます。

段階的な料金プランにより、まずは試して開発を始め、その後にサービスを公開し、成長させることができます。 当社の基盤モデルのいずれかから始めて、使った分だけお支払いください。

無料

無料

テスト、開発向け

Indexing limit

<10 hours

Environment

Shared

Org account

SSO/ SAML

Finetune

デベロッパー

デベロッパー

サービス公開、事業拡大向け

Indexing limit

Unlimited

Environment

Shared

Org account

SSO/ SAML

Finetune

エンタープライズ

エンタープライズ

大規模運用、各種サービス向け

Indexing limit

Unlimited

Environment

Dedicated

Org account

Included

SSO/ SAML

Included

Finetune

Included

Our stable of models.

これらの最先端の動画基盤モデルは、ビデオインテリジェンスの新たな標準を打ち立てています。

At TwelveLabs, we’re developing video-native AI systems that can solve problems with human-level reasoning. Helping machines learn about the world — and enabling humans to retrieve, capture, and tell their visual stories better.

TwelveLabsは、AIを通じて人々が動画を見て、体験し、活用する方法そのものを根本から変革します。

研究と知見の共有を基盤に、TwelveLabsはパートナーの皆様とともに学び、成長しながら、未来を見据えた取り組みを進めています。

At TwelveLabs, we’re developing video-native AI systems that can solve problems with human-level reasoning. Helping machines learn about the world — and enabling humans to retrieve, capture, and tell their visual stories better.

Tutorials

Take the reins with our quick-start tutorials.

Who talked about us

Who talked about us

Use semantic search capabilities of the platform to identify the most suitable influencers to reach out to.

Analyze social media posts for your videos

Analyze social media posts for your videos

Simplify the cross-platform video promotion workflow by analyzing unique posts for each social media platform.

Shade finder

Shade finder

This application uses the image-to-video search feature to find color shades in videos.

Interview analyzer

Interview analyzer

Evaluate job interview performances to analyze text based on video content.

Cover CTA

動画をこれまでとは違う視点で?

Playgroundに動画をアップロードして、最先端の動画AIを実際に体験してください。

Cover thread

動画をこれまでとは違う視点で?

Playgroundに動画をアップロードして、最先端の動画AIを実際に体験してください。