Letta · Example Payload

Letta Create Voice Chat Completions Example

AIAgentsStateful AgentsMemoryMemGPTContinual LearningMCPMulti-AgentRAGOpen Source

Letta Create Voice Chat Completions Example is an example object payload from Letta, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "create_voice_chat_completions",
  "method": "POST",
  "path": "/v1/voice-beta/{agent_id}/chat/completions",
  "summary": "Create Voice Chat Completions",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "410",
      "contentType": "application/json",
      "example": {
        "detail": "This endpoint has been deprecated"
      }
    }
  ]
}