Documentation

Everything you need to integrate, configure, and scale with LlamaKit. From quick starts to advanced guides.

Quick Start

$ npm install @noprobllama/llamakit

import { LlamaKit } from '@noprobllama/llamakit';

const llama = new LlamaKit({ apiKey: 'your-key' });
const response = await llama.generate({
  model: 'llama-3',
  prompt: 'Hello, world!'
});

Compare Plans

Choose the plan that fits your needs. Scale as you grow.

Starter

Free
  • 1,000 requests/day
  • 1 model endpoint
  • Community support
  • Basic analytics
Get Started

Enterprise

Custom
  • Unlimited requests
  • Dedicated infrastructure
  • 24/7 support with SLA
  • Full audit logging
  • Custom contracts
  • On-premise option
Get Started

How-To Guides

Step 1

Create Your Account

Sign up for a free Starter account. No credit card required. Get your API key from the dashboard.

Step 2

Install the SDK

Install our SDK for your language of choice. Available for JavaScript, Python, Go, Rust, and more.

Step 3

Make Your First Call

Use the code example above to send your first request. Explore the API playground for more options.

Step 4

Deploy to Production

Configure rate limits, set up monitoring, and deploy. Our infrastructure scales automatically.

Frequently Asked Questions

What models does LlamaKit support?

LlamaKit supports all major open-source models including LLaMA 3, Mistral, Phi, and more. You can also deploy custom fine-tuned models.

How does pricing work?

The Starter plan is free forever with 1,000 requests per day. Pro and Enterprise plans offer higher limits and additional features. You only pay for what you use.

Is my data secure?

Yes. All data is encrypted in transit and at rest. We are SOC 2 Type II certified and GDPR compliant. We never train on your data.

Can I self-host LlamaKit?

Enterprise customers can deploy LlamaKit on their own infrastructure. Contact our sales team for on-premise deployment options.

What languages are supported?

We offer official SDKs for JavaScript/TypeScript, Python, Go, Rust, Ruby, and Java. Our REST API works with any HTTP client.

How do I get support?

Starter users have access to our community Discord. Pro users get priority email support. Enterprise customers receive 24/7 support with guaranteed SLAs.