Furnace Coder
Optimized for code generation. $2/M input, $8/M output.
Fine-tuned models for developers. 7.5x cheaper than Claude Opus.
Lumbridge provides fine-tuned AI models at a fraction of the cost of major providers.
# 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!"}]
}'| Model | Input | Output |
|---|---|---|
| Furnace Coder | $2 / 1M tokens | $8 / 1M tokens |
| Furnace Agent | $2 / 1M tokens | $8 / 1M tokens |
| vs Claude Opus | $15 | $75 |
furnace-coder directly in OpenCodeReady to start? Head to the Getting Started Guide.