Properties
| Name | Type | Description |
|---|---|---|
| enabled | boolean | This determines whether the model output is chunked before being sent to the voice provider. Default `true`. Usage: - To rely on the voice provider's audio generation logic, set this to `false`. - If |
| minCharacters | number | This is the minimum number of characters in a chunk. Usage: - To increase quality, set this to a higher value. - To decrease latency, set this to a lower value. @default 30 |
| punctuationBoundaries | array | These are the punctuations that are considered valid boundaries for a chunk to be created. Usage: - To increase quality, constrain to fewer boundaries. - To decrease latency, enable all. Default is au |
| formatPlan | object | This is the plan for formatting the chunk before it is sent to the voice provider. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ChunkPlan",
"title": "ChunkPlan",
"type": "object",
"properties": {
"enabled": {
"type": "boolean",
"description": "This determines whether the model output is chunked before being sent to the voice provider. Default `true`.\n\nUsage:\n- To rely on the voice provider's audio generation logic, set this to `false`.\n- If seeing issues with quality, set this to `true`.\n\nIf disabled, Vapi-provided audio control tokens like <flush /> will not work.\n\n@default true",
"example": true
},
"minCharacters": {
"type": "number",
"description": "This is the minimum number of characters in a chunk.\n\nUsage:\n- To increase quality, set this to a higher value.\n- To decrease latency, set this to a lower value.\n\n@default 30",
"minimum": 1,
"maximum": 80,
"example": 30
},
"punctuationBoundaries": {
"type": "array",
"description": "These are the punctuations that are considered valid boundaries for a chunk to be created.\n\nUsage:\n- To increase quality, constrain to fewer boundaries.\n- To decrease latency, enable all.\n\nDefault is automatically set to balance the trade-off between quality and latency based on the provider.",
"enum": [
"\u3002",
"\uff0c",
".",
"!",
"?",
";",
")",
"\u060c",
"\u06d4",
"\u0964",
"\u0965",
"|",
"||",
",",
":"
],
"example": [
"\u3002",
"\uff0c",
".",
"!",
"?",
";",
"\u060c",
"\u06d4",
"\u0964",
"\u0965",
"|",
"||",
",",
":"
],
"items": {
"type": "string",
"enum": [
"\u3002",
"\uff0c",
".",
"!",
"?",
";",
")",
"\u060c",
"\u06d4",
"\u0964",
"\u0965",
"|",
"||",
",",
":"
]
}
},
"formatPlan": {
"description": "This is the plan for formatting the chunk before it is sent to the voice provider.",
"allOf": [
{
"$ref": "#/components/schemas/FormatPlan"
}
]
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/vapi-chunkplan"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.