interface AzureClientOptions
implements ClientOptions
import { type AzureClientOptions } from "https://deno.land/x/openai@v4.53.2/mod.ts";
API Client for interfacing with the Azure OpenAI API.
Properties
Your Azure endpoint, including the resource, e.g. https://example-resource.azure.openai.com/
A model deployment, if given, sets the base client URL to include /deployments/{deployment}
.
Note: this means you won't be able to use non-deployment endpoints. Not supported with Assistants APIs.