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_boostSimilarity Boostslider0.75
stabilityStabilityslider0.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": ... } }'