Closed kb12abz closed 3 months ago
hello @kb12abz ,
I understand you want to use GPT-4 Turbo. You should use the model version turbo-2024-04-09
Please look at this documentation: https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models#gpt-4-turbo
@zioproto its gpt-3.5-turbo that we would like to use 0125 for initially. will look at the above for GPT-4 Turbo - thanks
@kb12abz I understand now which model you are looking for:
Let me try to reproduce
Thanks apologies for not making that clearer.
@kb12abz at this table: https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models#standard-deployment-model-availability
you can check in which regions the model version you are looking for is available:
can you confirm you are using one of those regions ?
ah looks like this is where our issue has come in. We are deploying into eastus. Which is why it wont be working. thanks for your help
If you deploy to eastus
your terraform apply
should fail with this error:
│ Deployment Name: "gpt-35-turbo"): performing CreateOrUpdate: unexpected status 400 (400 Bad Request) with error:
│ InvalidResourceProperties: The specified SKU 'Standard' for model 'gpt-35-turbo 0125' is not supported in this region 'eastus'.
Is there an existing issue for this?
Greenfield/Brownfield provisioning
greenfield
Terraform Version
1.8.5
Module Version
0.1.3
AzureRM Provider Version
~> 3.0, < 4.0
Affected Resource(s)/Data Source(s)
openai
Terraform Configuration Files
tfvars variables values
Debug Output/Panic Output
Expected Behaviour
Expect to be able to use 0125 model_version
Actual Behaviour
Terraform throws an error that 0125 is not present. 0301 as in the code above works correctly and deploys.
Steps to Reproduce
terraform apply
Important Factoids
No response
References
No response