Skip to content

Lumbridge DocsAI API Documentation

Fine-tuned models for developers. 7.5x cheaper than Claude Opus.

Welcome to Lumbridge

Lumbridge provides fine-tuned AI models at a fraction of the cost of major providers.

Quick Start

bash
# Install the CLI
curl -fsSL https://api.lumbridgecorp.com/setup.sh | bash

# Get your API key from https://app.lumbridgecorp.com
export LUMBRIDGE_API_KEY=your_key_here

# Make your first request
curl https://api.lumbridgecorp.com/v1/chat/completions \
  -H "Authorization: Bearer $LUMBRIDGE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "furnace-coder",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Pricing

ModelInputOutput
Furnace Coder$2 / 1M tokens$8 / 1M tokens
Furnace Agent$2 / 1M tokens$8 / 1M tokens
vs Claude Opus$15$75

Features

  • Native OpenCode Integration - Use furnace-coder directly in OpenCode
  • Self-Hosted Option - Deploy on your own infrastructure
  • Real-time Monitoring - Grafana dashboards for all metrics
  • Token-Based Billing - Pay only for what you use

Ready to start? Head to the Getting Started Guide.

Released under the MIT License.