Vapi · Schema

CartesiaGenerationConfigExperimental

AIVoiceAgentsRealtimeCPaaS

Properties

Name Type Description
accentLocalization integer Toggle accent localization for sonic-3: 0 (disabled, default) or 1 (enabled). When enabled, the voice adapts to match the transcript language accent while preserving vocal characteristics.
View JSON Schema on GitHub

JSON Schema

vapi-cartesiagenerationconfigexperimental-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CartesiaGenerationConfigExperimental",
  "title": "CartesiaGenerationConfigExperimental",
  "type": "object",
  "properties": {
    "accentLocalization": {
      "type": "integer",
      "description": "Toggle accent localization for sonic-3: 0 (disabled, default) or 1 (enabled). When enabled, the voice adapts to match the transcript language accent while preserving vocal characteristics.",
      "example": 0,
      "minimum": 0,
      "maximum": 1,
      "default": 0
    }
  }
}