Models/Lyria 3 Pro Preview

Canonical model

Lyria 3 Pro Preview

Lyria 3 Pro Preview through Clervo's normalized music contract.

Clervo IDclervo/lyria-3-pro-preview
Creator
Google
Availability
available
Health
healthy
Sellable now
Yes

Current contract

Identity, capability, and commerce stay together.

What it accepts

  • text

What it returns

  • audio

Capabilities

  • audio output
  • music output
  • text input

Execution

/v1/ai/execute

Replay-safe with the original idempotency key.

Published pricing

Rates describe usage. The live quote binds the request.

  • $0.06 / generation

Billing mode: metered. Payment: x402 or mpp. For a paid call, inspect the exact request-bound challenge before authorizing it. Internal serving suppliers are not publicly disclosed.

B11 TypeScript client

Use the exact model ID.

Lyria 3 Pro Preview · TypeScript
import { ClervoClient } from '@clervo/sdk';

const clervo = new ClervoClient();
const result = await clervo.ai.execute({
  model: 'clervo/lyria-3-pro-preview',
  input: { kind: 'music', prompt: 'A restrained instrumental signal', durationSeconds: 30, instrumental: true }
}, { idempotencyKey: 'stable-request-0001' });

Automatic payment remains off unless explicitly enabled. Reuse the same idempotency key to recover or replay; reconcile unknown settlement before retrying.

Related inventory