Skip to content
Eden Engine

ElevenLabs Voice Library (Available Voices List)

omnial/voices

Returns every text-to-speech voice currently available for generation: a voice ID, its display name, category (e.g. premade or professional/custom), a short description, and descriptive labels such as gender, age, accent, language, and use case. Takes no input.

activeper callv1
Provider
Web & Business Data Network
Category
speech
Provider price
$0.00 per call
Latency p50 / p95
— / —
Success rate
—
Verified
—

Provider list price; Omnial MCP charges provider cost plus a platform markup on top.

Contract

input_schema.json
{
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "voices": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "description": "The voice's display name in the library -- a marketing/persona name for premade catalog voices (e.g. 'Roger - Laid-Back, Casual, Resonant') or an account-chosen label for a custom voice (e.g. 'Audrey')."
          },
          "labels": {
            "type": "object",
            "properties": {
              "age": {
                "type": "string"
              },
              "accent": {
                "type": "string"
              },
              "gender": {
                "type": "string"
              },
              "language": {
                "type": "string"
              },
              "use_case": {
                "type": "string"
              },
              "descriptive": {
                "type": "string"
              }
            },
            "description": "Descriptive tags for the voice. Not every key is present on every voice -- 'descriptive' in particular was missing on at least one observed entry.",
            "additionalProperties": true
          },
          "category": {
            "type": "string",
            "description": "Observed values on the real fixture: 'premade' and 'professional'. ElevenLabs documents other categories (e.g. cloned, generated) that were not observed here."
          },
          "voice_id": {
            "type": "string",
            "description": "The voice's stable identifier -- pass this to a text-to-speech call."
          },
          "description": {
            "type": "string",
            "description": "A short, free-text description of the voice's tone and character."
          }
        },
        "additionalProperties": true
      },
      "description": "23 entries observed on the one real fixture captured -- a mix of ElevenLabs's premade catalog voices and this account's own 'professional' (custom/cloned) voices. Cardinality is account-dependent and not guaranteed to stay 23."
    }
  },
  "description": "The voice list, as returned at routing.responseResultPath ($.output).",
  "additionalProperties": true
}

Pricing

Every real charge, itemised. A model that quietly omits one is a slow financial leak, so nothing here is rolled up, and a charge that only applies to some inputs says so rather than being added in.

Prices in this catalog are the provider's own list price, not your bill: Omnial MCP charges provider cost plus a platform markup on top, so what you are charged is higher than the figure shown. For the exact amount a specific call will cost, run omnial_execute with dry_run: true; that number includes the markup and is what we hold while the call runs. It is a quote, not a cap on the charge.

ChargeRate
Per call
Flat, regardless of what comes back
$0.00
Cost basis
Not recorded

This tool's catalog entry does not record how its final bill is determined, so we will not tell you whether its cost is fixed before the call or reported by the provider afterwards. Either way what is held is a quote rather than a cap: you are charged what the call actually costs, bounded at 2x the quote.

Updated
Sep 15, 2026