Skip to content

Commit d507783

Browse files
committed
docs: Add Azure Openai docs
1 parent 05b382a commit d507783

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/models.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,3 +181,21 @@ Most third-party providers use the `openai-chat` API for compatibility with exis
181181
}
182182
}
183183
```
184+
185+
=== "Azure OpenAI"
186+
187+
```javascript
188+
{
189+
"providers": {
190+
"azure": {
191+
"api": "openai-responses",
192+
"url": "https://your-resource-name.openai.azure.com", // or "urlEnv"
193+
"key": "your-api-key", // or "keyEnv"
194+
"completionUrlRelativePath": "/openai/responses?api-version=2025-04-01-preview",
195+
"models": {
196+
"gpt-5": {},
197+
}
198+
}
199+
}
200+
}
201+
```

0 commit comments

Comments
 (0)