@fereai/sdk
v0.5.0
Published
TypeScript SDK for the FereAI Gateway API
Readme
@fereai/sdk
TypeScript SDK for the FereAI Gateway API.
Install
npm install @fereai/sdkUsage
import { FereClient } from "@fereai/sdk";
const client = new FereClient({ apiKey: "your-api-key", baseUrl: "https://api.fereai.xyz" });See the FereAI docs for full API reference.
