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/tracing.py
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/prompts/__init__.py
azure/ai/inference/prompts/_core.py
azure/ai/inference/prompts/_invoker.py
azure/ai/inference/prompts/_mustache.py
azure/ai/inference/prompts/_parsers.py
azure/ai/inference/prompts/_patch.py
azure/ai/inference/prompts/_prompty_utils.py
azure/ai/inference/prompts/_renderers.py
azure/ai/inference/prompts/_tracer.py
azure/ai/inference/prompts/_utils.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_dict.py
samples/sample_chat_completions_from_input_dict_with_image_url.py
samples/sample_chat_completions_from_input_prompt_string.py
samples/sample_chat_completions_from_input_prompty.py
samples/sample_chat_completions_streaming.py
samples/sample_chat_completions_streaming_with_entra_id_auth.py
samples/sample_chat_completions_streaming_with_tools.py
samples/sample_chat_completions_with_audio_data.py
samples/sample_chat_completions_with_azure_monitor_tracing.py
samples/sample_chat_completions_with_defaults.py
samples/sample_chat_completions_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_structured_output.py
samples/sample_chat_completions_with_structured_output_pydantic.py
samples/sample_chat_completions_with_tools.py
samples/sample_chat_completions_with_tracing.py
samples/sample_embeddings.py
samples/sample_embeddings_azure_openai.py
samples/sample_embeddings_with_base64_encoding.py
samples/sample_embeddings_with_defaults.py
samples/sample_get_model_info.py
samples/sample_image_embeddings.py
samples/sample_image_embeddings_with_defaults.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_dict_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/gen_ai_trace_verifier.py
tests/memory_trace_exporter.py
tests/model_inference_test_base.py
tests/test_chat_completions_client.py
tests/test_chat_completions_client_async.py
tests/test_client_tracing.py
tests/test_client_tracing_async.py
tests/test_embeddings_client.py
tests/test_embeddings_client_async.py
tests/test_image_embeddings_client.py
tests/test_image_embeddings_client_async.py
tests/test_model_inference_async_client_tracing.py
tests/test_prompts.py
tests/test_prompts_utils.py
tests/test_unit_tests.py