Leaderboard, benchmarks, model requests, and docs
Real performance scores from our platform
| # | Model | Coding | Reasoning | Math | Chat | Avg | Tier |
|---|---|---|---|---|---|---|---|
| Loading... | |||||||
Performance data from actual API requests
| Model | Requests | Avg Latency | Avg Tokens |
|---|---|---|---|
| Loading... | |||
Self-benchmarked via openbench (50 samples each) + official published scores (citations below)
MMLU (Knowledge)
MMLU-Pro (Hard Reasoning)
Coding
Math (GSM8K)
gemma4 + devstral MMLU/MMLU-Pro = self-benchmarked (openbench, 50 samples). rnj-1 coding/math = official Essential AI README. gemma4 coding/math = official Google model card. devstral coding = official Mistral announcement. smollm = official HuggingFace scores. Coding benchmarks differ per model: LiveCodeBench v6, HumanEval+, SWE-bench Verified.
Community-requested models and their status
Loading...
Everything you need to integrate with Trillionir AI
Register at thetrillioniar.me and copy your API key from the dashboard.
pip install openai
npm install openai
from openai import OpenAI client = OpenAI( api_key="sk-tr-your-key", base_url="https://thetrillioniar.me/openai" ) response = client.chat.completions.create( model="auto", messages=[{"role": "user", "content": "Hello!"}] ) print(response.choices[0].message.content)
curl https://thetrillioniar.me/openai/v1/chat/completions \
-H "Authorization: Bearer sk-tr-your-key" \
-H "Content-Type: application/json" \
-d '{"model":"auto","messages":[{"role":"user","content":"Hello!"}]}'
| Endpoint | Method | Description |
|---|---|---|
| /openai/v1/chat/completions | POST | Chat completions (OpenAI format) |
| /openai/v1/models | GET | List available models |
| Endpoint | Method | Description |
|---|---|---|
| /anthropic/v1/messages | POST | Messages API (Anthropic format) |
| /anthropic/v1/models | GET | List available models |
| Endpoint | Method | Description |
|---|---|---|
| /api/chat | POST | Chat (JWT auth, no API key) |
| /api/generate | POST | Generate text |
Two authentication methods:
Authorization: Bearer sk-tr-your-api-key
Authorization: Bearer eyJhbGciOiJIUzI1NiIs...
| Tier | Price | Requests/min | Models |
|---|---|---|---|
| Free | $0/mo | 10 | smollm:135m |
| Starter | $5/mo | 30 | Top 5 |
| Pro | $20/mo | 100 | All |
| Team | $60/mo | 300 | All + Priority |
| Model | Type | Context | Tier |
|---|---|---|---|
| Loading... | |||