qwen3-tts-coreml
10
license:apache-2.0
by
FluidInference
Audio Model
OTHER
New
10 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary
AI model with specialized capabilities.
Code Examples
Pipelinetext
Text tokens + Speaker embedding
↓
LM Prefill (KV cache initialization)
↓
LM Decode (CB0 codec tokens, temperature=0.9, top_k=50)
↓
Code Predictor Prefill + Decode (CB1-15 per frame)
↓
Audio Decoder (16 codebooks → 24kHz waveform)
↓
Silence trimming → Final audioUsageswift
import FluidAudioTTS
let manager = Qwen3TtsManager()
try await manager.loadFromDirectory(modelDir)
let wav = try await manager.synthesize(
text: "Hello world",
tokenIds: [9707, 1879, ...], // Pre-tokenized with Qwen3 processor
useSpeaker: true
)Deploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.