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
No trial model is published right now.
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: "trial-model-id",
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.
Source: models included in the RouterLab Trial plan.