Open
Description
Describe the bug
Azure models provided with a "dot" inside of the deployment names are not found.
This is because of this logic:
Line 73 in 658beda
Is there any reason, "." and ":" are filtered out from the deployment names?
Especially the "." is nowadays a bit confusing, because of models like "gpt-4.1" and "gpt-4.1-mini".
To Reproduce
Deploy an azure open AI model with a "dot" in its deployment name.
Expected behavior
The model was found and called.