Hi All I am trying to deploy a OpenAI model “gpt-...
# general
a
Hi All I am trying to deploy a OpenAI model “gpt-35-turbo-16k” but when its deploying shows me below error
Copy code
**creating failed** error: Code="InvalidResourceProperties" Message="The specified scale type 'Standard' of account deployment is not supported by the model 'gpt-35-turbo-16k'."
Note: From azure OpenAI page I am able to deploy it and its shows the scale type as Standard, does anyone knows how to get pass through this?