Getting Started with ScaleDown: Your AI Cost Optimization Guide
ScaleDown Team • March 13, 2025 • 10 min readWhat is ScaleDown?
ScaleDown is a suite of task-specific small language models (SLMs) that reduce your AI token usage through context extraction — identifying and retaining only the information that matters for your task. You get the same quality responses while paying significantly less.Before You Start
To use ScaleDown, you’ll need:- An API key
- Basic knowledge of making API calls
- Your existing AI prompts that you want to optimize
Your First ScaleDown Request
Step 1: Set Up Your Request
Here’s how to make your first API call to compress a prompt.- Python
- TypeScript
- JavaScript
Step 2: Configure Your Compression
Separate your context from your main prompt and set the compression rate to"auto" for the best results.
- Python
- TypeScript
- JavaScript
Step 3: Make the Request
With your request set up and configured, you can now execute the API call.- Python
- TypeScript
- JavaScript