Class AzureOpenAiLlmClient

All Implemented Interfaces:
LlmClient

public class AzureOpenAiLlmClient extends OpenAiLlmClient
Runtime client for Azure OpenAI. Wire-compatible with OpenAI Chat Completions for request body and response parsing, but uses the per-deployment URL shape ({baseUrl}/openai/deployments/{model}/chat/completions?api-version=…) and the api-key header instead of Authorization: Bearer. Response parsing is inherited from OpenAiLlmClient.
  • Constructor Details

    • AzureOpenAiLlmClient

      public AzureOpenAiLlmClient()
  • Method Details