![]() |
https://www.pexels.com/photo/hand-holding-smartphone-with-grok-3-announcement-30875540/ |
Following this announcement, "Announcing Grok 3 and Grok 3 Mini on Azure AI Foundry", we say hello to Grok3.
The source code is here. Since it is using OpenAI Python SDK, it is very easy to test it out.
Here is how to get a client.
and here is how to generate text.Note that the
AzureDefaultCredential
does not work, we need to pass in the API key when instantiating the client.
Comments
Post a Comment