Duration
7-day trial
Full evaluation period with access to trial models.
Create a trial account to call models from the trial catalog, verify the OpenAI-compatible endpoint, and track tokens before choosing a plan.
Endpoint
https://api.routerlab.ch/v1
Daily quota
1,000,000 tokens / day
Catalog
Published TRIAL models
Activation
After email verification
TrialRoute
App / SDK
OpenAI SDK
RouterLab API
https://api.routerlab.ch/v1
Published TRIAL models
Usage
Tokens tracked
Payment
No credit card
Activation
After email verification
Duration
Full evaluation period with access to trial models.
Trial credits
That is 7,000,000 tokens maximum over the whole trial period.
Catalog
Access to the trial models currently published in RouterLab.
API proof
The trial lets you verify the base URL, API key, and a real trial model before choosing a plan.
https://api.routerlab.ch/v1
import OpenAI from "openai";
const client = new OpenAI({
apiKey: process.env.ROUTERLAB_API_KEY,
baseURL: "https://api.routerlab.ch/v1"
});
const response = await client.chat.completions.create({
model: "MiniMax-M3-trial",
messages: [{ role: "user", content: "Hello RouterLab" }]
});The trial limits usage to keep routes stable. From your account, open a support ticket if your test needs a specific quota.
Open support ticketSubscriptions add a monthly budget, broader routes, and premium access according to the selected plan.
View plansTrialCatalog
This list comes from the models enabled for trial in the RouterLab catalog. No count or model is fixed in the page.
| Model | Provider | Route | Input | Output | Signal |
|---|---|---|---|---|---|
MiniMax M3 Trial MiniMax-M3-trial | openai | Trial | $0.01/1M | $0.01/1M | Text |
Deepseek V4 Flash 0731 Trial deepseek-v4-flash-0731-trial | openai | Trial | $0.01/1M | $0.01/1M | Text |
Deepseek V4 Pro 0813 Trial deepseek-v4-pro-0813-trial | openai | Trial | $0.01/1M | $0.01/1M | Text |
Grok 4.6 Trial grok-4.6-trial | openai | Trial | $0.01/1M | $0.01/1M | Vision |
Qwen3.8 Max Trial qwen3.8-max-trial | openai | Trial | $0.01/1M | $0.01/1M | Vision |
Gemini 3.7 Flash Trial gemini-3.7-flash-trial | openai | Trial | $0.01/1M | $0.01/1M | Vision |
Glm 5.3 Flash Trial glm-5.3-flash-trial | openai | Trial | $0.01/1M | $0.01/1M | Vision |
MiniMax M3 Trial
MiniMax-M3-trial
Provider
openai
Signal
Text
Input
$0.01/1M
Output
$0.01/1M
Deepseek V4 Flash 0731 Trial
deepseek-v4-flash-0731-trial
Provider
openai
Signal
Text
Input
$0.01/1M
Output
$0.01/1M
Deepseek V4 Pro 0813 Trial
deepseek-v4-pro-0813-trial
Provider
openai
Signal
Text
Input
$0.01/1M
Output
$0.01/1M
Grok 4.6 Trial
grok-4.6-trial
Provider
openai
Signal
Vision
Input
$0.01/1M
Output
$0.01/1M
Qwen3.8 Max Trial
qwen3.8-max-trial
Provider
openai
Signal
Vision
Input
$0.01/1M
Output
$0.01/1M
Gemini 3.7 Flash Trial
gemini-3.7-flash-trial
Provider
openai
Signal
Vision
Input
$0.01/1M
Output
$0.01/1M
Glm 5.3 Flash Trial
glm-5.3-flash-trial
Provider
openai
Signal
Vision
Input
$0.01/1M
Output
$0.01/1M
Source: models included in the RouterLab Trial plan.