Cohere Command R using Cohere SDK example does not work
Operating System
Linux
Version Information
Python Version: 3.11 azure-ai-inference package version: 1.0.0b9
Steps to reproduce
The example for using Cohere Command R here seems to be out of date and no longer functional. It describes how to access an instantiated Cohere Command R model using the cohere SDK (as opposed to the azure-ai-inference SDK). I have created a Command R model deployment on Azure AI, and can access it through the azure-ai-inference SDK, but the approach described in the tutorial using the cohere SDK does not work as described, and any of the obvious changes I tried did not work either. At best I can get either a 404: resource not found response or '401', 'message': 'Access denied due to invalid subscription key or wrong API endpoint. Make sure to provide a valid key for an active subscription and use a correct regional API endpoint for your resource.' when pointing directly to the listed endpoint (this endpoint and API key does work via the azure-ai-inference SDK, so it is not an issue with the key or endpoint).
Expected behavior
The tutorial should work as expected and not throw errors.
Actual behavior
Failure to be able to access the endpoint via the cohere SDK.
Addition information
No response