{ "$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 } } }