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