Developer Experience First

Build with the
Mirective SDK

Integrate Mirective's powerful AI models into your own applications with just a few lines of code. Designed by developers, for developers.

bash
1npminstall@mirective/sdk
2mirectiveinit--api-key=YOUR_KEY
example.ts
import { Mirective } from "@mirective/sdk";
// Initialize agent
const agent = new Mirective({
model: "agentic-rag-v2",
temperature: 0.7
});
// Run complex reasoning
const result = await agent.reason("Optimize this query");

Typed SDKs

First-class support for TypeScript, Python, and Go with full type safety.

Real-time Streaming

Native support for Server-Sent Events (SSE) for low-latency responses.

Powerful CLI

Manage your models, data, and deployments directly from your terminal.

Open Source at Heart

We believe in building in the open. Our core libraries, research benchmarks, and several utility tools are open source on GitHub.

Browse Repositories