Models

Available models and their pricing per million tokens.

Quick Start

Use router with your favorite SDK

curl https://eul.llm.bigt.ai/api/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "opencode/deepseek-v4-flash-free", "messages": [{"role": "user", "content": "Hello!"}]}'
Loading models...

Ready to get started? Create an account and get free credits.