Hello Sajeda Sultana,
Thank you for posting your question in the Microsoft Q&A forum.
The absence of Grok-3 in your agent deployment dropdown despite successful model deployment suggests a compatibility limitation in Azure AI Studio’s current integration. While Grok-3 is available for inference, Azure AI Agents (as of June 2024) only support select models like GPT-4o for document grounding and agent-based workflows.
Key observations and workarounds you may try:
- Platform Limitation: Azure AI Agents don’t yet support Grok-3 for RAG (Retrieval-Augmented Generation) or PDF processing.
- Alternative Paths:
- Use Grok-3 via direct API calls for inference, then manually integrate outputs with your documents.
- Pair GPT-4o (for grounding) with Grok-3 (for final responses) using a hybrid orchestration layer.
- Future Updates: Microsoft is expanding model support monitor the Azure Updates page for Grok-3 agent compatibility using the link here - https://azure.microsoft.com/en-us/updates/
For immediate needs, consider using Azure AI Search with GPT-4o for document processing, then pass curated context to Grok-3 via chained APIs.
If the above answer helped, please do not forget to "Accept Answer" as this may help other community members to refer the info if facing a similar issue. Your contribution to the Microsoft Q&A community is highly appreciated.