mirror of
https://github.com/Kuingsmile/word-GPT-Plus.git
synced 2026-04-25 16:25:49 +03:00
[GH-ISSUE #148] Unable to configure Azure OpenAI #93
Labels
No labels
bug
enhancement
help wanted
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/word-GPT-Plus#93
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Greybird on GitHub (Jan 12, 2026).
Original GitHub issue: https://github.com/Kuingsmile/word-GPT-Plus/issues/148
Hello,
I struggle to setup Azure OpenAI API provider.
Especially, I'm unclear about the endpoint format to use.
Its scheme is:
https://<resourcename>.openai.azure.com/openai/deployments/<deploymentname>/chat/completions?api-version=<apiversion>I understand that I should put
<deploymentname>inDeploy nameand<apiversion>inAPI Version, but I was unable to find a content forendpointthat would result in something else than 'Something went wrong, check DevTools`.Could you provide guidance ?
Thanks,
@Kuingsmile commented on GitHub (Jan 29, 2026):
Check this
@kauttoj commented on GitHub (Jan 31, 2026):
In this settings interface, you have 8 parameters (ApiVersion, ApiKey, ApiInstanceName, DeploymentName, EmbeddingsDeploymentName, CompletionsDeploymentName, BasePath, Endpoint). But in the plug-in settings we have only 4 parameters (API key, endpoint, deploy name, API version). This is very confusing.
Anyway, this is what worked for me:
endpoint: https://.openai.azure.com
Deploy name: gpt-5.2 [I always use the exact model name, you might have different]
API version: 2025-04-01-preview