Michelle Lau Greetings & Welcome to Microsoft Q&A forum!
If I already have an API key for the gpt 4 32k model, can I run turbo (gpt-4 1106-preview) with it or do I need to regenerate a new key?
Can you add more details about this ask? Are you referring to the API key generated from Azure portal Keys and Endpoints section?
What exactly are you trying to achieve?
As per your description, If you already have an API key for the GPT-4 32k model, you will need to regenerate a new key to use the GPT-4 1106-preview (Turbo) model. This is because each model has its own unique API key. You can regenerate a new key for the GPT-4 1106-preview model by going to the "Keys and Endpoint" section of your Azure OpenAI resource and clicking on the "Regenerate Key" button. Once you have the new key, you can use it to make API calls to the GPT-4 1106-preview model.
Hope this helps.