Sign In

offrouter-azure-openai

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

offrouter-azure-openai

Azure OpenAI provider package for OffRouter.

latest
npmnpm
Version
0.34.0
Version published
Maintainers
1
Created
Source

offrouter-azure-openai

Azure OpenAI provider package for OffRouter.

Install

npm install offrouter-azure-openai

Usage

import { createAzureOpenAiAdapter } from "offrouter-azure-openai";

const adapter = createAzureOpenAiAdapter({
  apiKey: process.env.AZURE_OPENAI_API_KEY,
  baseUrl: process.env.AZURE_OPENAI_BASE_URL,
});

Provider activation names: AZURE_OPENAI_API_KEY, AZURE_OPENAI_BASE_URL.

Azure OpenAI also needs AZURE_OPENAI_BASE_URL unless you pass baseUrl.

The package delegates transport and policy behavior to offrouter-core.

FAQs

Package last updated on 06 Aug 2026

Related posts