From e9e832dbeb63a68c8a14d8e047526b94151ba462 Mon Sep 17 00:00:00 2001 From: Stephen Smith Date: Mon, 17 Aug 2026 10:25:13 -0700 Subject: [PATCH] Add Azure OpenAI GPT 5.6 models --- fern/providers/model/azure-openai.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fern/providers/model/azure-openai.mdx b/fern/providers/model/azure-openai.mdx index 28ca67944..926e24f6f 100644 --- a/fern/providers/model/azure-openai.mdx +++ b/fern/providers/model/azure-openai.mdx @@ -67,6 +67,9 @@ Vapi currently accepts the following Azure OpenAI deployment names. Your Azure d | Model | Model ID | | --- | --- | +| GPT 5.6 Sol (2026-07-09) | `gpt-5.6-sol-2026-07-09` | +| GPT 5.6 Terra (2026-07-09) | `gpt-5.6-terra-2026-07-09` | +| GPT 5.6 Luna (2026-07-09) | `gpt-5.6-luna-2026-07-09` | | GPT 5.4 | `gpt-5.4` | | GPT 5.4 Mini | `gpt-5.4-mini` | | GPT 5.4 Mini (2026-03-17) | `gpt-5.4-mini-2026-03-17` |