azure-ai-inference-java

Installation
SKILL.md

Azure AI Inference SDK for Java

Client library for Azure AI model inference with chat completions and embeddings.

Installation

<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-ai-inference</artifactId>
    <version>1.0.0-beta.5</version>
</dependency>

Environment Variables

AZURE_INFERENCE_ENDPOINT=https://<resource>.services.ai.azure.com/models
AZURE_INFERENCE_CREDENTIAL=<your-api-key>
Related skills
Installs
GitHub Stars
2.3K
First Seen
Jan 29, 2026
Security Audits