offrouter-mistral-codestral
v0.34.0
Published
Mistral Codestral provider package for OffRouter.
Readme
offrouter-mistral-codestral
Mistral Codestral provider package for OffRouter.
Install
npm install offrouter-mistral-codestralUsage
import { createMistralCodestralAdapter } from "offrouter-mistral-codestral";
const adapter = createMistralCodestralAdapter({
apiKey: process.env.CODESTRAL_API_KEY,
});Provider activation names: CODESTRAL_API_KEY.
The package delegates transport and policy behavior to offrouter-core.
