Home
Providers
LALAL.AI
LALAL.AI
LALAL.AI is an AI-powered audio separation and voice technology platform operated by OmniSale GmbH. It uses proprietary neural networks (Andromeda, Perseus, Orion, Phoenix, Lyra, Lynx) to isolate vocals, instruments, drums, bass, guitars, piano, synth, strings, and wind from mixed audio, clean voice recordings, and clone or convert voices with consent. The company ships a web app, native desktop, iOS and Android apps, a VST plug-in for DAWs, and a production REST API (v1) for embedding stem separation and voice cloning into third-party SaaS, media, and post-production pipelines.
LALAL.AI publishes 4 APIs on the APIs.io network, including Batch Stem Separation API, Common API, Stem Separation API, and 1 more. Tagged areas include AI, Artificial Intelligence, Audio, Audio Processing, and Stem Separation.
The LALAL.AI catalog on APIs.io includes 1 JSON-LD context and 2 Spectral governance rulesets.
LALAL.AI’s developer surface includes authentication, developer portal, documentation, getting-started guide, pricing, engineering blog, changelog, and 14 more developer resources.
4 APIs
20 Features
AI Artificial Intelligence Audio Audio Processing Stem Separation Vocal Removal Voice Cleaning Voice Cloning Voice Changer Music Machine Learning DSP
On this page
Kin Score
APIs 4
Postman 4
Open Collections 1
Pricing Plans 1
Rate Limits 1
FinOps 1
Features 20
Vocabularies 1
Spectral Rules 2
JSON Schema 3
Examples 5
Security Posture 2
Agentic Access 1
Resources 21
apis.yml
21 Operational Transparency
Composite quality — 60.6/100 · strong
Contract Quality
18.0 / 25
Developer Ergonomics
11.3 / 20
Commercial Clarity
14.2 / 20
Operational Transparency
2.7 / 13
Agent readiness — 41/100 · agent ready
Machine-Readable Contract
18 / 18
Agentic Access Contract
10 / 10
MCP Server
0 / 12
Machine-Readable Auth
10 / 10
Idempotency
0 / 9
Stable Error Semantics
8 / 8
Request/Response Examples
7 / 7
Rate-Limit Signaling
7 / 7
Typed Event Surface
0 / 6
Agent Skills
0 / 5
Well-Known Catalog
0 / 4
Consent & Bot Identity
0 / 3
A2A Agent Card
0 / 8
Dry-Run / Simulate Mode
0 / 4
Individual APIs this provider publishes, each with its own machine-readable definition.
Ready-to-run Postman collections for exercising this provider's APIs.
Open, tool-agnostic API collections (OpenAPI-derived and Bruno).
Published pricing tiers and plan structures.
Documented rate limits and quota policies.
Cost, billing, and metering signals for API financial operations.
Notable capabilities this provider offers.
Six proprietary neural networks: Andromeda (6th-gen, 2025), Perseus (transformer), Orion, Phoenix, Lyra (dereverb / demuser), and Lynx
Stem separation for vocals, drum, bass, piano, electric guitar, acoustic guitar, synthesizer, strings, and wind instruments
Single-task and batch (multi-file) variants for stem_separator, demuser, and voice_clean endpoints
Multistem endpoint extracts up to six stems in a single request
Demuser endpoint isolates music from non-music components
Voice Clean endpoint removes background music and ambient noise from spoken-word audio with 3-level noise cancelling
Change Voice endpoint applies legal artist Voice Packs (ALEX_KAYE, STASIA_FAYE, NICOLAAS_HAAS, NIK_ZEL, OLIA_CHEBO, YVAR_DE_GROOT, VETRANA) or user-trained custom Voice Packs from the Voice Cloner
Voice Packs list endpoint returns user-trained packs with previews, language metadata, and ready-to-use state
Dereverb option for vocals/voice stems plus accent intensity, pitch shifting, and tonality reference controls for voice conversion
Lead/back vocal splitter via the multivocal parameter on stem separation
Asynchronous job model — POST returns task_id, poll /check/ for progress (success, progress, error, cancelled) and signed download URLs for stem_track and back_track
Cancel individual tasks or all running tasks; delete uploaded source files
Limits endpoint returns remaining processing minutes and the plan tier
Output formats MP3, WAV, FLAC, AAC, OGG (defaults to source format)
Extraction levels Clear Cut and Deep Extraction on Perseus
File upload via single-PUT or multipart for large files (up to 10 GB with valid license)
24-hour retention on uploaded source files
Official OpenAPI 3.1 spec served at /api/v1/openapi.json with Swagger-style explorer at /api/v1/docs/
Official Python example client maintained at github.com/OmniSaleGmbH/lalalai
API access included on Pro and higher plans, with custom enterprise pricing available
Scroll for all 20
JSON-LD contexts and semantic vocabularies used across these APIs.
Spectral governance rulesets for linting and validating these APIs.
Standalone JSON Schema definitions for this provider's data models.
Example request and response payloads for these APIs.
Authentication, domain security, vulnerability disclosure, and trust-center signals.
Recommended x-agentic-access execution contracts for AI agents.
Get Started 2
Portal, sign-up, and the first successful call
Documentation 2
Reference material describing how the API behaves
Agent Surfaces 1
MCP servers, agent skills, and machine-readable catalogs
Build 4
SDKs, sample code, and the tooling you integrate with
Access & Security 2
Authentication, authorization, and security posture
Operate 4
Status, limits, changes, and where to get help
Commercial 5
Pricing, plans, and the legal terms of use
Company 1
The organization behind the API
Source (apis.yml)
aid: lalal-ai
url: https://raw.githubusercontent.com/api-evangelist/lalal-ai/refs/heads/main/apis.yml
apis:
- aid: lalal-ai:lalal-ai-batch-stem-separation-api
name: LALAL.AI Batch Stem Separation API
description: The Batch Stem Separation API from LALAL.AI — 3 operation(s) for batch stem separation.
humanURL: https://www.lalal.ai/api/
baseURL: https://www.lalal.ai
tags:
- Batch Stem Separation
properties:
- type: OpenAPI
url: openapi/lalal-ai-batch-stem-separation-api-openapi.yml
- type: Documentation
url: https://www.lalal.ai/api/
- type: Documentation
url: https://www.lalal.ai/api/v1/docs/
- type: OpenAPISource
url: https://www.lalal.ai/api/v1/openapi.json
- type: Blog
url: https://www.lalal.ai/blog/meet-lalal-ai-api-v1/
- type: GitHubRepository
url: https://github.com/OmniSaleGmbH/lalalai
- type: JSONSchema
url: json-schema/lalal-ai-split-task-schema.json
- type: JSONSchema
url: json-schema/lalal-ai-upload-schema.json
- type: JSONSchema
url: json-schema/lalal-ai-voice-pack-schema.json
- type: JSONLD
url: json-ld/lalal-ai-context.jsonld
- type: Examples
url: examples/lalal-ai-upload-example.json
- type: Examples
url: examples/lalal-ai-split-stem-separator-example.json
- type: Examples
url: examples/lalal-ai-check-example.json
- type: Examples
url: examples/lalal-ai-multistem-example.json
- type: Examples
url: examples/lalal-ai-change-voice-example.json
- type: Spectral
url: rules/lalal-ai-rules.yml
- type: Vocabulary
url: vocabulary/lalal-ai-vocabulary.yml
- aid: lalal-ai:lalal-ai-common-api
name: LALAL.AI Common API
description: The Common API from LALAL.AI — 6 operation(s) for common.
humanURL: https://www.lalal.ai/api/
baseURL: https://www.lalal.ai
tags:
- Common
properties:
- type: OpenAPI
url: openapi/lalal-ai-common-api-openapi.yml
- type: Documentation
url: https://www.lalal.ai/api/
- type: Documentation
url: https://www.lalal.ai/api/v1/docs/
- type: OpenAPISource
url: https://www.lalal.ai/api/v1/openapi.json
- type: Blog
url: https://www.lalal.ai/blog/meet-lalal-ai-api-v1/
- type: GitHubRepository
url: https://github.com/OmniSaleGmbH/lalalai
- type: JSONSchema
url: json-schema/lalal-ai-split-task-schema.json
- type: JSONSchema
url: json-schema/lalal-ai-upload-schema.json
- type: JSONSchema
url: json-schema/lalal-ai-voice-pack-schema.json
- type: JSONLD
url: json-ld/lalal-ai-context.jsonld
- type: Examples
url: examples/lalal-ai-upload-example.json
- type: Examples
url: examples/lalal-ai-split-stem-separator-example.json
- type: Examples
url: examples/lalal-ai-check-example.json
- type: Examples
url: examples/lalal-ai-multistem-example.json
- type: Examples
url: examples/lalal-ai-change-voice-example.json
- type: Spectral
url: rules/lalal-ai-rules.yml
- type: Vocabulary
url: vocabulary/lalal-ai-vocabulary.yml
- aid: lalal-ai:lalal-ai-stem-separation-api
name: LALAL.AI Stem Separation API
description: The Stem Separation API from LALAL.AI — 4 operation(s) for stem separation.
humanURL: https://www.lalal.ai/api/
baseURL: https://www.lalal.ai
tags:
- Stem Separation
properties:
- type: OpenAPI
url: openapi/lalal-ai-stem-separation-api-openapi.yml
- type: Documentation
url: https://www.lalal.ai/api/
- type: Documentation
url: https://www.lalal.ai/api/v1/docs/
- type: OpenAPISource
url: https://www.lalal.ai/api/v1/openapi.json
- type: Blog
url: https://www.lalal.ai/blog/meet-lalal-ai-api-v1/
- type: GitHubRepository
url: https://github.com/OmniSaleGmbH/lalalai
- type: JSONSchema
url: json-schema/lalal-ai-split-task-schema.json
- type: JSONSchema
url: json-schema/lalal-ai-upload-schema.json
- type: JSONSchema
url: json-schema/lalal-ai-voice-pack-schema.json
- type: JSONLD
url: json-ld/lalal-ai-context.jsonld
- type: Examples
url: examples/lalal-ai-upload-example.json
- type: Examples
url: examples/lalal-ai-split-stem-separator-example.json
- type: Examples
url: examples/lalal-ai-check-example.json
- type: Examples
url: examples/lalal-ai-multistem-example.json
- type: Examples
url: examples/lalal-ai-change-voice-example.json
- type: Spectral
url: rules/lalal-ai-rules.yml
- type: Vocabulary
url: vocabulary/lalal-ai-vocabulary.yml
- aid: lalal-ai:lalal-ai-voice-change-api
name: LALAL.AI Voice Change API
description: The Voice Change API from LALAL.AI — 2 operation(s) for voice change.
humanURL: https://www.lalal.ai/api/
baseURL: https://www.lalal.ai
tags:
- Voice Change
properties:
- type: OpenAPI
url: openapi/lalal-ai-voice-change-api-openapi.yml
- type: Documentation
url: https://www.lalal.ai/api/
- type: Documentation
url: https://www.lalal.ai/api/v1/docs/
- type: OpenAPISource
url: https://www.lalal.ai/api/v1/openapi.json
- type: Blog
url: https://www.lalal.ai/blog/meet-lalal-ai-api-v1/
- type: GitHubRepository
url: https://github.com/OmniSaleGmbH/lalalai
- type: JSONSchema
url: json-schema/lalal-ai-split-task-schema.json
- type: JSONSchema
url: json-schema/lalal-ai-upload-schema.json
- type: JSONSchema
url: json-schema/lalal-ai-voice-pack-schema.json
- type: JSONLD
url: json-ld/lalal-ai-context.jsonld
- type: Examples
url: examples/lalal-ai-upload-example.json
- type: Examples
url: examples/lalal-ai-split-stem-separator-example.json
- type: Examples
url: examples/lalal-ai-check-example.json
- type: Examples
url: examples/lalal-ai-multistem-example.json
- type: Examples
url: examples/lalal-ai-change-voice-example.json
- type: Spectral
url: rules/lalal-ai-rules.yml
- type: Vocabulary
url: vocabulary/lalal-ai-vocabulary.yml
common:
- type: PostmanWorkspace
url: https://www.postman.com/kinlaneapi/lalalai/overview
- type: AgenticAccess
url: agentic-access/lalal-ai-agentic-access.yml
- type: DomainSecurity
url: security/lalal-ai-domain-security.yml
- type: Authentication
url: authentication/lalal-ai-authentication.yml
- type: Portal
url: https://www.lalal.ai
- type: Documentation
url: https://www.lalal.ai/api/
- type: Documentation
url: https://www.lalal.ai/api/v1/docs/
- type: GettingStarted
url: https://www.lalal.ai/api/help/
- type: Pricing
url: https://www.lalal.ai/pricing/
- type: Blog
url: https://www.lalal.ai/blog/
- type: ChangeLog
url: https://www.lalal.ai/changelog/
- type: Support
url: https://www.lalal.ai/support/
- type: TermsOfService
url: https://www.lalal.ai/terms-of-service/
- type: PrivacyPolicy
url: https://www.lalal.ai/privacy-policy/
- type: GitHubOrganization
url: https://github.com/OmniSaleGmbH
- type: GitHubRepository
url: https://github.com/OmniSaleGmbH/lalalai
name: Official LALAL.AI API Examples (Python)
- type: ContactUs
url: mailto:support@lalal.ai
- type: SDKs
url: https://github.com/OmniSaleGmbH/lalalai/tree/main/api-v1/python
name: Python Example Client
- type: Plans
url: plans/lalal-ai-plans-pricing.yml
- type: RateLimits
url: rate-limits/lalal-ai-rate-limits.yml
- type: FinOps
url: finops/lalal-ai-finops.yml
- type: Features
data:
- 'Six proprietary neural networks: Andromeda (6th-gen, 2025), Perseus (transformer), Orion, Phoenix, Lyra (dereverb / demuser),
and Lynx'
- Stem separation for vocals, drum, bass, piano, electric guitar, acoustic guitar, synthesizer, strings, and wind instruments
- Single-task and batch (multi-file) variants for stem_separator, demuser, and voice_clean endpoints
- Multistem endpoint extracts up to six stems in a single request
- Demuser endpoint isolates music from non-music components
- Voice Clean endpoint removes background music and ambient noise from spoken-word audio with 3-level noise cancelling
- Change Voice endpoint applies legal artist Voice Packs (ALEX_KAYE, STASIA_FAYE, NICOLAAS_HAAS, NIK_ZEL, OLIA_CHEBO, YVAR_DE_GROOT,
VETRANA) or user-trained custom Voice Packs from the Voice Cloner
- Voice Packs list endpoint returns user-trained packs with previews, language metadata, and ready-to-use state
- Dereverb option for vocals/voice stems plus accent intensity, pitch shifting, and tonality reference controls for voice
conversion
- Lead/back vocal splitter via the multivocal parameter on stem separation
- Asynchronous job model — POST returns task_id, poll /check/ for progress (success, progress, error, cancelled) and signed
download URLs for stem_track and back_track
- Cancel individual tasks or all running tasks; delete uploaded source files
- Limits endpoint returns remaining processing minutes and the plan tier
- Output formats MP3, WAV, FLAC, AAC, OGG (defaults to source format)
- Extraction levels Clear Cut and Deep Extraction on Perseus
- File upload via single-PUT or multipart for large files (up to 10 GB with valid license)
- 24-hour retention on uploaded source files
- Official OpenAPI 3.1 spec served at /api/v1/openapi.json with Swagger-style explorer at /api/v1/docs/
- Official Python example client maintained at github.com/OmniSaleGmbH/lalalai
- API access included on Pro and higher plans, with custom enterprise pricing available
sources:
- https://www.lalal.ai/api/
- https://www.lalal.ai/api/v1/docs/
- https://www.lalal.ai/api/v1/openapi.json
- https://www.lalal.ai/pricing/
- https://www.lalal.ai/changelog/
- https://www.lalal.ai/blog/meet-lalal-ai-api-v1/
- https://github.com/OmniSaleGmbH/lalalai
updated: '2026-05-25'
name: LALAL.AI
accessModel:
pricing: freemium
onboarding: self-serve
trial: false
try_now: true
public: false
label: Freemium · Self-serve signup
confidence: high
source:
- plans
- authentication
generated: '2026-07-22'
method: derived
created: '2026-05-25T00:00:00.000Z'
modified: '2026-05-25'
position: Producing
description: LALAL.AI is an AI-powered audio separation and voice technology platform operated by OmniSale GmbH. It uses proprietary
neural networks (Andromeda, Perseus, Orion, Phoenix, Lyra, Lynx) to isolate vocals, instruments, drums, bass, guitars, piano,
synth, strings, and wind from mixed audio, clean voice recordings, and clone or convert voices with consent. The company
ships a web app, native desktop, iOS and Android apps, a VST plug-in for DAWs, and a production REST API (v1) for embedding
stem separation and voice cloning into third-party SaaS, media, and post-production pipelines.
image: https://www.lalal.ai/static/images/og/preview.png
tags:
- AI
- Artificial Intelligence
- Audio
- Audio Processing
- Stem Separation
- Vocal Removal
- Voice Cleaning
- Voice Cloning
- Voice Changer
- Music
- Machine Learning
- DSP
maintainers:
- FN: Kin Lane
email: info@apievangelist.com
X: apievangelist
url: https://apievangelist.com
specificationVersion: '0.16'