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` |