CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
azure/__init__.py
azure/ai/__init__.py
azure/ai/inference/__init__.py
azure/ai/inference/_client.py
azure/ai/inference/_configuration.py
azure/ai/inference/_model_base.py
azure/ai/inference/_patch.py
azure/ai/inference/_serialization.py
azure/ai/inference/_vendor.py
azure/ai/inference/_version.py
azure/ai/inference/py.typed
azure/ai/inference/_operations/__init__.py
azure/ai/inference/_operations/_operations.py
azure/ai/inference/_operations/_patch.py
azure/ai/inference/aio/__init__.py
azure/ai/inference/aio/_client.py
azure/ai/inference/aio/_configuration.py
azure/ai/inference/aio/_patch.py
azure/ai/inference/aio/_vendor.py
azure/ai/inference/aio/_operations/__init__.py
azure/ai/inference/aio/_operations/_operations.py
azure/ai/inference/aio/_operations/_patch.py
azure/ai/inference/models/__init__.py
azure/ai/inference/models/_enums.py
azure/ai/inference/models/_models.py
azure/ai/inference/models/_patch.py
azure_ai_inference.egg-info/PKG-INFO
azure_ai_inference.egg-info/SOURCES.txt
azure_ai_inference.egg-info/dependency_links.txt
azure_ai_inference.egg-info/not-zip-safe
azure_ai_inference.egg-info/requires.txt
azure_ai_inference.egg-info/top_level.txt
samples/README.md
samples/sample_chat_completions.py
samples/sample_chat_completions_azure_openai.py
samples/sample_chat_completions_from_input_bytes.py
samples/sample_chat_completions_from_input_json.py
samples/sample_chat_completions_from_input_json_with_image_url.py
samples/sample_chat_completions_streaming.py
samples/sample_chat_completions_streaming_with_entra_id_auth.py
samples/sample_chat_completions_with_history.py
samples/sample_chat_completions_with_image_data.py
samples/sample_chat_completions_with_image_url.py
samples/sample_chat_completions_with_model_extras.py
samples/sample_chat_completions_with_tools.py
samples/sample_embeddings.py
samples/sample_embeddings_azure_openai.py
samples/sample_get_model_info.py
samples/sample_image_embeddings.py
samples/sample_load_client.py
samples/async_samples/sample_chat_completions_async.py
samples/async_samples/sample_chat_completions_from_input_bytes_async.py
samples/async_samples/sample_chat_completions_from_input_json_async.py
samples/async_samples/sample_chat_completions_streaming_async.py
samples/async_samples/sample_chat_completions_streaming_azure_openai_async.py
samples/async_samples/sample_embeddings_async.py
samples/async_samples/sample_image_embeddings_async.py
samples/async_samples/sample_load_client_async.py
tests/conftest.py
tests/model_inference_test_base.py
tests/test_model_inference_async_client.py
tests/test_model_inference_client.py