eachlabs-llm-router image preview

eachlabs-llm-router

Object·each-tools·by eachlabs

eachlabs-llm-router

Runtime (p50)
1s
Estimated price
$1.00 / unit
Call the API
prediction.sh
sh
curl -X POST \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Content-Type: application/json" \
  --data '{
    "model": "eachlabs-llm-router",
    "version": "0.0.1",
    "input": {
        "input": {
            "model": "anthropic/claude-opus-4-6",
            "messages": [
                {
                    "role": "user",
                    "content": "What is the capital of France?"
                }
            ]
        }
    },
    "webhook_url": ""
}' \
  https://api.eachlabs.ai/v1/prediction/

Related models

4 models
* FAQ

About eachlabs-llm-router

01 / 03

What is eachlabs LLM Router?

eachlabs LLM Router is a text-to-text routing model developed by each::labs that automatically selects the most appropriate LLM for a given query based on task complexity, cost, and performance requirements. It enables dynamic model selection across multiple providers without manual configuration.