Skip to content

Unable to add azure-openai existing deployed models #82

@leonavevor

Description

@leonavevor

Bug Description
I have created a new azure-openai (openai compatible) provider in the provider page

I tried to add a new model to my newly created agent in the model selection dropdown in the Agent configuration and added the actual model ID (e.g. gpt-5.1, gpt-5.2-codex) but when i press check it say model doesn't exist which is not true.

This makes it impossible for users to use models when using OpenAI-compatible providers like "azure-openai".

I was successful in a making it work with my local "ollama" without issues (just a bit of tweak to the docker compose to allow comm with the host network).

Root Cause:

Image

Fix:
Remove the logic for checking or give possibility to optionally skip checking so we are not blocked on a false negative error that prevents us from saving the agent config.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions