DEMO LABS · DEMO RESOURCE

CADENCE VOICE 1

Speech generation, transcription and audio understanding with timestamped output.

Capabilities

Speech generationTranscriptionAudio understanding

Modalities

textaudio

Performance characteristics

Voice naturalness
High
Latency profile
Streaming
Best for
Voice workflows
Context
File-based

Privacy characteristics

This resource supports transient processing — requests can be processed without being treated as permanent user history, where the underlying infrastructure allows it.

Compute pricing (demo)

Input
0.5 credits
Output
2.0 credits
Unit
per minute (demo)

API identifier

demo/cadence-voice-1

Example request

curl https://api.intellex.ai/v1/generate \
  -H "Authorization: Bearer $INTELLEX_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "demo/cadence-voice-1",
    "input": "Your request here"
  }'

Illustrative shape only — the Intellex API is not live in this demo.

Demo interface — no live execution behind this panel