namifusion

Eleven v3

eleven_v3

The most expressive model. Supports 70+ languages. Requires more prompt engineering than our previous models.

Examples

Eleven v3 example 1

Parameters

NameTypeDefaultDescription
text *文本text
voice_id *声音idtext
language_codeISO 639-1语言codetext
similarity_boostSimilarity Boostslider0.75
stabilityStabilityslider0.5

API

Call this model through one unified REST API. Get a key on the API Keys page.

curl -X POST https://www.namifusion.com/api/v1/marketplace/run/eleven_v3 \
  -H "Authorization: Bearer sk-YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "input": { "text": ..., "voice_id": ..., "language_code": ... } }'
Eleven v3 API — Pricing, Playground & Docs | NamiFusion