From e73591ed1aa3063ab52aaf181b7b5b4b75b05c76 Mon Sep 17 00:00:00 2001 From: gbattistel Date: Wed, 29 Apr 2026 14:04:49 -0400 Subject: [PATCH] fix: correct Telnyx endpoint support matrix --- provider_endpoints_support.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/provider_endpoints_support.json b/provider_endpoints_support.json index a5188c73947..4508c4ab040 100644 --- a/provider_endpoints_support.json +++ b/provider_endpoints_support.json @@ -2035,9 +2035,9 @@ "chat_completions": true, "messages": false, "responses": false, - "embeddings": true, + "embeddings": false, "image_generations": false, - "audio_transcriptions": false, + "audio_transcriptions": true, "audio_speech": false, "moderations": false, "batches": false,