Skip to main content
ArtEmotion
Audio

ElevenLabs Text to Dialogue

Credit-based pricing.

ElevenLabs Text to Dialogue preview
Output
audio
LLM-ready

API & LLM schema

Exact request contract for this model. Agents can fetch it from /api/v1/models?id=elevenlabs/text-to-dialogue/eleven-v3.

POST/api/v1/generate12 fields · 2 required
FieldTypeRequirementContract
model_idconstantRequiredArtEmotion model identifier.
extraobjectOptionalModel-specific settings may also be nested here.
max_creditsnumberOptionalReject before submission if the estimated list price exceeds this cap. · Range: 1–…
webhook_urlstringOptionalFormat: uri
webhook_secretstringOptionalOptional model input.
folder_idstringOptionalOptional model input.
inputsstringRequiredArray of dialogue turns, each with a voice and a line of text. At least one turn is required.
stabilitynumberOptionalVoice stability (0–1). Higher = more consistent, lower = more expressive. · Default: 0.5 · Range: 0–1
language_codestringOptionalLanguage of the input text. Auto-detected if not set. · Allowed: , en, zh, es, hi, pt, fr, de, ja, ar, ko, id, it, nl, tr, pl, sv, fil, ms, ro, uk, el, cs, da, fi, bg, hr, sk, ta, ru · Default:
apply_text_normalizationstringOptionalWhether to convert numbers, URLs, and symbols to spoken words. 'Auto' applies it selectively. · Allowed: auto, on, off · Default: auto
seedintegerOptionalSeed for reproducibility. -1 for random. · Range: -1–…
pronunciation_dictionary_locatorsobjectOptionalArray of pronunciation dictionary locators, each with pronunciation_dictionary_id and version_id. Up to 3 supported. Advanced use only.
Minimal request example
{
  "model_id": "elevenlabs/text-to-dialogue/eleven-v3",
  "inputs": "your_inputs"
}
Raw JSON Schema
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.artemotion.ai/api/v1/models?id=elevenlabs%2Ftext-to-dialogue%2Feleven-v3",
  "title": "ElevenLabs Text to Dialogue generation request",
  "description": "Request body accepted by POST /api/v1/generate for elevenlabs/text-to-dialogue/eleven-v3.",
  "type": "object",
  "properties": {
    "model_id": {
      "type": "string",
      "const": "elevenlabs/text-to-dialogue/eleven-v3",
      "description": "ArtEmotion model identifier."
    },
    "extra": {
      "type": "object",
      "additionalProperties": true,
      "description": "Model-specific settings may also be nested here."
    },
    "max_credits": {
      "type": "number",
      "minimum": 1,
      "description": "Reject before submission if the estimated list price exceeds this cap."
    },
    "webhook_url": {
      "type": "string",
      "format": "uri",
      "maxLength": 2048
    },
    "webhook_secret": {
      "type": "string",
      "maxLength": 512
    },
    "folder_id": {
      "type": "string"
    },
    "inputs": {
      "title": "Dialogue Inputs",
      "description": "Array of dialogue turns, each with a voice and a line of text. At least one turn is required.",
      "type": "string"
    },
    "stability": {
      "title": "Stability",
      "description": "Voice stability (0–1). Higher = more consistent, lower = more expressive.",
      "default": 0.5,
      "type": "number",
      "minimum": 0,
      "maximum": 1,
      "multipleOf": 0.05
    },
    "language_code": {
      "title": "Language",
      "description": "Language of the input text. Auto-detected if not set.",
      "default": "",
      "type": "string",
      "enum": [
        "",
        "en",
        "zh",
        "es",
        "hi",
        "pt",
        "fr",
        "de",
        "ja",
        "ar",
        "ko",
        "id",
        "it",
        "nl",
        "tr",
        "pl",
        "sv",
        "fil",
        "ms",
        "ro",
        "uk",
        "el",
        "cs",
        "da",
        "fi",
        "bg",
        "hr",
        "sk",
        "ta",
        "ru"
      ]
    },
    "apply_text_normalization": {
      "title": "Text Normalization",
      "description": "Whether to convert numbers, URLs, and symbols to spoken words. 'Auto' applies it selectively.",
      "default": "auto",
      "type": "string",
      "enum": [
        "auto",
        "on",
        "off"
      ]
    },
    "seed": {
      "title": "Seed",
      "description": "Seed for reproducibility. -1 for random.",
      "type": "integer",
      "minimum": -1
    },
    "pronunciation_dictionary_locators": {
      "title": "Pronunciation Dictionaries",
      "description": "Array of pronunciation dictionary locators, each with pronunciation_dictionary_id and version_id. Up to 3 supported. Advanced use only.",
      "type": "object",
      "additionalProperties": true
    }
  },
  "required": [
    "model_id",
    "inputs"
  ],
  "additionalProperties": false
}

FAQ

How much does ElevenLabs Text to Dialogue cost on ArtEmotion?

Credit-based pricing. You pay in ArtEmotion credits — every plan and top-up converts USD to credits at a fixed rate.

Do I get my credits back if ElevenLabs Text to Dialogue fails?

Yes — failed generations are never charged. The credits are released back to your balance automatically.

Can I call ElevenLabs Text to Dialogue from the API?

Yes. Use POST /api/v1/generate with model_id: "elevenlabs/text-to-dialogue/eleven-v3". See the API reference for the full schema.

Where are my generations stored?

Every output is saved to your personal Library. You can export or delete everything any time from Privacy & deletion.

Ready to generate with ElevenLabs Text to Dialogue?

Start now →

No commitment. New accounts get 50 free credits on signup. See pricing.