Available models and their pricing per million tokens.
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!"}]}'