Documentation
Everything you need to discover, compare, and contribute open-source LLMs.
Getting Started
Welcome to LLM Trust! This guide will help you get up and running in minutes.
What is LLM Trust?
LLM Trust is the developer's platform for discovering, comparing, and reviewing open-source large language models. We provide real benchmarks, community reviews, and side-by-side comparisons so you can find the best model for your project.
Quick Start
- Browse models — Head to /models to explore 200+ LLMs
- Create an account — Sign up to save favorites, leave reviews, and submit models
- Compare — Pick two models and see a detailed side-by-side comparison
- Contribute — Share your experience by reviewing models you've used
Installation (CLI)
# Install via npm
npm install -g @llmtrust/cli
# Or with Homebrew
brew install llmtrust
# Search for a model
llmt search "code generation"
# Run a model locally
llmt run deepseek-coder-v2How to Browse Models
The Models page is your starting point for discovering LLMs.
Search & Filter
- Search bar — Type a model name, architecture, or keyword
- Category badges — Filter by use case: text-generation, code, vision, embedding
- Sort options — Order by popularity, newest, downloads, or name
Model Cards
Each model card shows key information at a glance:
- Parameter count — e.g., "7B", "70B", "8x7B" (MoE)
- Architecture — e.g., llama, mistral, qwen
- Category — Primary use case
- License — Apache 2.0, MIT, Llama Community, etc.
- Download count — Community adoption signal
Model Detail Page
Click any model card to see the full detail page with:
- Complete specifications and benchmarks
- Community reviews and ratings
- One-command CLI run instructions
- HuggingFace download link
- Related models and comparisons
How to Compare Models
Side-by-side comparison helps you choose between models for your specific needs.
How to Compare
- Go to /compare
- Select two models from the dropdowns
- View the comparison table with specs, benchmarks, and reviews
Direct URL
You can also link directly to a comparison using the URL format:
/compare/[model-a-slug]/vs/[model-b-slug]
# Example
/compare/llama-3-70b-vs-gpt-4/pageWhat's Compared
- Parameter count and architecture
- Context length and training data
- License and pricing
- Benchmark scores (MMLU, HumanEval, etc.)
- Community ratings and reviews
- Download statistics
How to Upload a Model
Any registered user can submit an open-source model for listing on LLM Trust.
Requirements
- A free LLM Trust account
- The model must be open-source with a valid license
- A public HuggingFace (or equivalent) download URL
Upload Process
- Go to /models/upload
- Basic Info — Name, slug (auto-generated), and description
- Technical — Architecture, parameter count, context length, license, category
- Links — HuggingFace download URL
- Details — Format (GGUF, Safetensors, etc.) and tags
- Preview — Review your model card before submitting
Review Process
All submissions are reviewed by our team before publication to ensure quality and accuracy. You'll receive an email once your model is approved.
💡 Tip: Include a detailed description and accurate benchmarks to speed up the review process.
API Reference
LLM Trust provides a REST API for integrating model data into your applications.
Authentication
Generate an API key from your Dashboard → API Keys. Include it in the Authorization header:
Authorization: Bearer llmt_your_api_key_hereEndpoints
GET /api/v1/modelsList all models with pagination, search, and filters
GET /api/v1/models/:slugGet detailed info for a specific model
GET /api/v1/models/:slug/reviewsGet community reviews for a model
POST /api/v1/models/:slug/reviewsSubmit a review (authenticated)
Full API documentation with request/response schemas is available at /docs/api.
FAQ
Is LLM Trust free to use?
Yes! Browsing models, reading reviews, and comparing models is completely free. Creating an account is also free and unlocks saving favorites and writing reviews.
Do you host the models?
No. LLM Trust is a discovery and comparison platform. We link to HuggingFace and other hosting providers for downloads. Models are run locally on your machine.
How are benchmarks calculated?
We aggregate benchmark results from model creators, independent evaluations, and community testing. Each benchmark source is clearly attributed.
Can I submit a commercial model?
LLM Trust focuses on open-source models. Models must have a recognized open-source license (Apache 2.0, MIT, Llama Community, etc.) to be listed.
How do I get the Trusted Reviewer badge?
Write 3+ helpful reviews that receive positive community feedback. Our team reviews reviewer quality periodically and awards the badge to consistent contributors.
I found inaccurate information. How do I report it?
Use the "Suggest Edit" button on any model page, or email us at support@llmtrust.com. We review all reports within 24 hours.
Still have questions?
Our team is here to help. Reach out and we'll get back to you within 24 hours.
Contact Support