DEVELOPER PREVIEW / v0
Turn-taking
In developmentDesign previewThis describes module responsibilities and integration concepts. Each example is illustrative, not a live API call. Endpoints, SDKs, response schemas, pricing and limits will be published with API access.
We are developing conversation control that coordinates listening, backchannels and the main response, so an AI character can participate without treating every pause as a finished thought.
From input to output
INPUT
Speech activity · conversation state
PROCESS
Coordinate listening and response timing
OUTPUT
Listen · acknowledge · respond
Conceptual data example
{
"mode": "illustrative",
"module": "turn-taking",
"input": {
"session": "example-session",
"context": "A person mentions an upcoming event."
},
"conceptual_output": {
"purpose": "Listen · acknowledge · respond"
}
}Before integration
- User, character and session identity; data ownership.
- Retention, deletion and sensitive-data handling.
- Application logic that validates and applies module output.