You need to enable JavaScript to run this app.
Lake AI Service

Lake AI Service

Copy page
Download PDF
Operators overview
LAS intelligent data processing operators
Copy page
Download PDF
LAS intelligent data processing operators

LAS provides a wide range of intelligent data processing operators, including operators for video understanding, text generation, and image generation based on the VolcanoEngineModelArk model, as well as multimodal data processing operators for audio, video, and documents that are enhanced by LAS's model capabilities. These operators enable more complex scenarios, higher quality results, and more convenient data processing.

tip

If you are a new VolcanoEngine user and have not previously activated the LAS product, you can activate LAS first. Activating only the LAS product, without using the billing function, will not incur any charges. For activation instructions, see Preparatory work; for LAS billing services and billing instructions, see Billing instructions.

List of supported operators

LAS offers both "online" and "offline" operators, covering a variety of multimodal data processing scenarios such as audio, video, and documents.
Image

Comparison criteria

Online operators

Offline operators

List of supported operators

Supported operators: online operators

Supported operators: offline operators

Invocation method

Supports invoking over the public network via OpenAPI, and also supports invocation using the daft framework in the LAS development machine or task management.

Only supports invocation using the daft framework in the LAS development machine or task management.

Applicable scenarios

Flexible invocation scenarios based on OpenAPI

Scenarios that require batch processing of multimodal data

Version history

Operator library release notes

Operator pricing information

Function modules

Billing items

Billing overview

Operator marketplace & operator services

  • ModelArk models
    When using LAS for data processing, some operator capabilities are based on ModelArk models. When using these operators, model fees are charged based on the type of ModelArk model used.
  • Billing method: "pay-as-you-go", fees are charged based on the type of model used.

For details, see Large model billing.

  • Self-developed models, model enhancement:
    Some operators use LAS self-developed models, or have enhanced capabilities based on certain models. When using these operators, model fees are charged based on the type of model associated with the operator.
  • Billing method: "pay-as-you-go", fees are charged based on the type of model used.

For details, see Large model billing.

Try operator capabilities

LAS provides the online experience feature and offers a certain amount of free quota. No configuration is required; you can quickly process sample documents, audio, video, and other files through the online experience portal to try out the multimodal data processing capabilities provided by LAS.

warning

Currently, LAS provides a certain amount of free quota for the online experience. Any usage beyond this quota will be billed according to the operator's billing items.

Online experience portal

After logging in to the LAS Console , you can view the card information for each operator on the Operator Square page. Online operators support quick trials; you can click the "Online Experience" portal on the corresponding card to conveniently try out the operator's multimodal data processing capabilities.
Image

Online experience operation demonstration

The following is an example of using the online experience feature to try out the capabilities of LAS operators.

  • LAS provides multiple sample video files. You can also delete the sample files and upload your own files manually.
  • During the online experience, you can adjust the operator's processing parameters as needed.

The free quota limits for various operators supported by LAS in the online experience are as follows. Please monitor your usage during the trial to avoid incurring charges for exceeding the quota.

Operator

Free experience quota

Over-quota billing

Enhanced video content understanding (Doubao series)

500,000 tokens

  • During the online experience, if you exceed the free quota, the excess usage will be billed according to the operator's billing items.
  • For the billing items and billing logic of each operator, see Large model billing.

PDF document parsing (Doubao)

50 pages

Speech-to-text (Doubao Speech ASR)

5 minutes

Speech-to-text (Doubao audio file recognition) enhanced version

5 minutes

Image-text embedding (Doubao series models)

500,000 tokens

Quick start

In addition to using the online trial feature, you can quickly initiate a data processing request through a simple API call to learn about the workflow for using online operators. You can refer to the process below, complete the preparation steps, and practice step by step to understand the workflows and key points for different scenarios.

Preparation

  • When using LAS operators for data processing, you need to generate an API Key for operator authentication. Because API Key information is sensitive, leaking your API Key may result in your model usage being consumed by others, causing potential losses. Therefore, after obtaining the API Key, it is recommended to configure it as an environment variable to ensure safe and proper use of the API Key. For details, see: Obtain and configure the API Key.
  • When calling online operators, you first need to determine the BaseURL for operator calls based on the region where your current LAS service is deployed, which is used to configure the operator call path parameters. For details, see: Obtain the Base URL.

Hands-on practice

  • You can quickly initiate a data processing request through a simple API call to learn how to call the interface and set key parameters for LAS data processing operators. For details, see: Quick start.
  • At the same time, LAS also provides practical examples of data processing in image and video scenarios, demonstrating common architectural approaches, debugging code, batch task configuration, and other end-to-end operational practices in multimodal data processing scenarios. For more details, see:

LAS skills & LAS CLI

  • Based on LAS's extensive data processing operators, LAS also offers more convenient multimodal data processing skills. You can easily install and use LAS skills in scenarios such as OpenClaw and IDE tools to process multimodal data such as audio, video, and documents. For the currently supported official LAS skills, see: LAS official skills list.
  • LAS CLI is the official command-line tool for the AI Data Lake Service (LAS), providing commands for Key features such as authentication for LAS calls, multimodal data processing, and intelligent task orchestration. Combined with AI agent applications, you can easily integrate and invoke LAS's multimodal data processing capabilities with simple task descriptions while consuming fewer tokens. For details on installing and configuring LAS CLI and the list of operators currently supported by LAS CLI, see: LAS CLI command reference.

Datasets & Lance

  • LAS provides dataset features for data lakes designed for multimodal data, supporting more efficient and cost-effective data version management, data sharing, and more. For more details, see Dataset management.
  • Lance is a modern columnar data format designed specifically for large-scale AI datasets. It is similar to Parquet, but has been deeply optimized for the storage and access of multimodal data such as images, videos, audio, point clouds, and traditional tabular data. Lance supports POSIX-compliant Linux file systems as well as mainstream cloud object storage (Volcano Engine TOS), making it an ideal foundation for building a unified AI data lake. LAS datasets support creating datasets in the Lance format and allow you to quickly convert other types of datasets to Lance datasets for easy data ingestion into the lake. For more details, see: Practical application: Instructions for using veDaft-based datasets.

Development machine & VeDaft

The LAS development machine is a professional development environment tailored for algorithm developers, featuring high efficiency and convenience. Developers can use it to quickly start writing, debugging, and running data processing tasks.

  • In terms of resource support, the development machine provides flexible computing resource configurations, covering both CPU and GPU, to meet the computing power requirements of tasks with varying complexity. At the same time, it supports mounting storage systems such as TOS and vePFS, providing stable support for data storage and reading.
  • For the development environment, the development machine comes pre-integrated with a wide range of open-source images, including Daft, Ray, and Spark, significantly reducing environment setup time. In addition, it is equipped with persistent cloud disk storage services dedicated to storing data during development, ensuring data security and traceability.

This integrated design enables a truly "out-of-the-box" development model, effectively improving development efficiency and allowing algorithm developers to focus more on core data processing and algorithm optimization. For more information, see: Development machine overview.

Chat API & Responses API

LAS also provides general-purpose data plane OpenAPI, including the Chat API and Responses API. Model capabilities for data processing can also be invoked through the general-purpose OpenAPI. For details, see: Chat API, Create model response.

Last updated: 2026.05.25 15:11:41