namifusion

Eleven v3

eleven_v3

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

示例

Eleven v3 example 1

参数

名称类型默认说明
text *文本text
voice_id *声音idtext
language_codeISO 639-1语言codetext
similarity_boost相似度slider0.75
stability稳定性slider0.5

API

通过统一 REST API 调用本模型;在 API Keys 页获取密钥。

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": ... } }'