Vapi · Schema

VapiSmartEndpointingPlan

AIVoiceAgentsRealtimeCPaaS

Properties

Name Type Description
provider string This is the provider for the smart endpointing plan.
View JSON Schema on GitHub

JSON Schema

vapi-vapismartendpointingplan-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VapiSmartEndpointingPlan",
  "title": "VapiSmartEndpointingPlan",
  "type": "object",
  "properties": {
    "provider": {
      "type": "string",
      "description": "This is the provider for the smart endpointing plan.",
      "enum": [
        "vapi",
        "livekit",
        "custom-endpointing-model"
      ],
      "example": "vapi"
    }
  },
  "required": [
    "provider"
  ]
}