{ "operation": "Voice Chat Completion (Beta)", "method": "POST", "path": "/v1/voice-beta/{agent_id}/chat/completions", "auth": "Bearer token (LETTA_API_KEY)", "request": { "method": "POST", "path": "/v1/voice-beta/agent-2f6d4a13/chat/completions", "headers": { "Authorization": "Bearer $LETTA_API_KEY", "Content-Type": "application/json" }, "body": { "messages": [ { "role": "user", "content": "Hello." } ], "voice": "alloy", "stream": true } }, "response": { "status": 200, "headers": { "Content-Type": "text/event-stream" }, "body_excerpt": "event: audio_chunk\ndata: {\"audio\":\"\"}\n\nevent: done\ndata: [DONE]\n" } }