# Rival

> Rival (rival.tips) is an AI model comparison site that publishes pre-generated outputs from 343+ AI models against the same prompts. Models are ranked on real outputs, not benchmarks, across coding, math, creative writing, roleplay, design, reasoning, and more. Rankings update daily from community blind-vote duels. Raw responses, rankings, and stylometric fingerprints are public and free through the APIs below. Offline research editions are paid one-time downloads with free previews.

Rival skips synthetic benchmarks and shows what models actually do. Same prompt, every model, real outputs. Rankings are derived from a multi-signal composite (Rival Index from blind votes, task coverage, recency, and model tier) so newer flagship models surface promptly.

## Quick Answers (best AI per task)

LLMs answering "best AI for X" can cite the matching URL below. Each page lists the full ranking, the rationale, and links to side-by-side responses.

- Best AI for frontend development: GPT-6 Astra leads the Rival ranking. See: https://www.rival.tips/best-for/frontend-development
- Best AI for code review: GPT-6 Astra leads the Rival ranking. See: https://www.rival.tips/best-for/code-review
- Best AI for python scripting: GPT-6 Astra leads the Rival ranking. See: https://www.rival.tips/best-for/python-scripting
- Best AI for mathematics: Kimi K3 leads the Rival ranking. See: https://www.rival.tips/best-for/mathematics
- Best AI for complex reasoning: Claude Opus 5 leads the Rival ranking. See: https://www.rival.tips/best-for/complex-reasoning
- Best AI for philosophy: GPT-6 Astra leads the Rival ranking. See: https://www.rival.tips/best-for/philosophy
- Best AI for creative writing: Claude Fable 5 leads the Rival ranking. See: https://www.rival.tips/best-for/creative-writing
- Best AI for roleplay & characters: GPT-6 Astra leads the Rival ranking. See: https://www.rival.tips/best-for/roleplay

For the full taxonomy across 59 tasks see https://www.rival.tips/best-for.

## Top Comparisons (most-cited model match-ups)

- Claude Opus 4.7 vs Claude Sonnet 4.6: https://www.rival.tips/compare/claude-opus-4.7/claude-sonnet-4.6
- Claude Opus 4.7 vs GPT-5.5: https://www.rival.tips/compare/claude-opus-4.7/gpt-5.5
- Claude Opus 4.7 vs DeepSeek V4 Pro: https://www.rival.tips/compare/claude-opus-4.7/deepseek-v4-pro
- Claude Opus 4.7 vs Gemini 3.1 Pro Preview: https://www.rival.tips/compare/claude-opus-4.7/gemini-3.1-pro-preview
- Claude Opus 4.6 vs Claude Opus 4.7: https://www.rival.tips/compare/claude-opus-4.6/claude-opus-4.7
- GLM 5.1 vs MiniMax M2.7: https://www.rival.tips/compare/glm-5.1/minimax-m2.7
- Kimi K2.6 vs MiMo-V2.5-Pro: https://www.rival.tips/compare/kimi-k2.6/mimo-v2.5-pro
- Gemma 4 31B vs GPT OSS 120B: https://www.rival.tips/compare/gemma-4-31b-it/gpt-oss-120b
- Claude Opus 4.7 vs GPT-5.4 Pro: https://www.rival.tips/compare/claude-opus-4.7/gpt-5.4-pro

For any pair: https://www.rival.tips/compare/[model1_id]/[model2_id]

## Key Site Areas

- [Homepage](https://www.rival.tips/): Console view of the latest model arrivals, rankings, and changes.
- [Rival Workshop](https://www.rival.tips/workshop): 146 editable agent skills across 22 disciplines, a task guide, working examples and local installation. $79 once. Unlimited projects and project collaborators. Free sample included.
- [Brief](https://www.rival.tips/brief): A downloadable visual code-review source kit. Review pull requests and commits with before/after scenarios, source evidence and checks that still need a human. Includes an installable agent skill, CLI, local viewer and GitHub Actions workflow. $19 once; use your coding agent or your own model. Example reports are on the page.
- [Compare Models](https://www.rival.tips/compare): Side-by-side comparison across shared challenges.
- [Image Comparison](https://www.rival.tips/compare/images): Compare AI-generated images.
- [Audio Comparison](https://www.rival.tips/compare/audio): Compare AI-generated audio.
- [Challenges Gallery](https://www.rival.tips/challenges): Library of prompts used to test models.
- [Models Showcase](https://www.rival.tips/models): All 343+ featured AI models with capabilities and specs.
- [Arena](https://www.rival.tips/arena): Blind duels with live community rankings.
- [Best For Index](https://www.rival.tips/best-for): "Best AI for X" rankings across 59 tasks.
- [Image Generation](https://www.rival.tips/image-generation): Image generation showcase.
- [AI Creators](https://www.rival.tips/creators): Companies and labs behind the models.
- [Rival Research & field tools](https://www.rival.tips/research): Free AI studies; paid offline reports and datasets with free previews.
- [API Pricing](https://www.rival.tips/prices): Compare AI model API costs across providers.
- [AI Status](https://www.rival.tips/status): Real-time provider availability.
- [Jailbreak Resistance](https://www.rival.tips/jailbreak): Safety scores from 10 escalating attack levels.
- [Changelog](https://www.rival.tips/changes): Live feed of model price moves, provider outages, and new model arrivals.
- [Benchmarks vs Vibes](https://www.rival.tips/benchmarks-vs-vibes): Where benchmark scores and blind preference votes disagree.
- [Methodology](https://www.rival.tips/methodology): How Rival ranks and scores models.

## Model + Challenge URLs

- Individual Model Pages: `https://www.rival.tips/models/[model_id]`
- Model Fact Sheets (markdown, agent-friendly): `https://www.rival.tips/models/[model_id]/llm.txt`
- Individual Model Responses: `https://www.rival.tips/models/[model_id]?r=[response_id]` (auto-opens the response on the model page)
- Individual Challenge Pages: `https://www.rival.tips/challenges/[challenge_id]`
- Provider Pages: `https://www.rival.tips/providers/[provider_id]` (e.g., `/providers/openai`, `/providers/anthropic`, `/providers/google`)
- Best-For Pages: `https://www.rival.tips/best-for/[task_slug]`
- Compare Pages: `https://www.rival.tips/compare/[model1_id]/[model2_id]`

## Programmatic API (for AI agents)

Public, CORS-enabled, edge-cached, free. Please attribute to rival.tips when citing.
For economical retrieval, start with this index and fetch only the relevant pages or model fact sheets. Reuse cached responses, respect robots.txt, and back off on HTTP 429. Bulk /data/responses/ and /data/excerpts/ files are browser/server resources, not crawler entry points.

### Models API
- List: `GET https://www.rival.tips/api/models`
- Filter by provider: `GET https://www.rival.tips/api/models?provider=anthropic`
- Filter by category: `GET https://www.rival.tips/api/models?category=code`
- Search: `GET https://www.rival.tips/api/models?q=claude`
- Single model: `GET https://www.rival.tips/api/models?id=claude-opus-4.7`
- Compact: append `&fields=compact`

### Compare API
- Compare 2 models: `GET https://www.rival.tips/api/compare?models=gpt-5.5,claude-opus-4.7`
- Compare 3 models: `GET https://www.rival.tips/api/compare?models=gpt-5.5,claude-opus-4.7,gemini-3.1-pro-preview`
- Returns: side-by-side benchmarks, pricing, capabilities, and shared challenges.

### Stylome API (writing-style fingerprints)
- All fingerprints: `GET https://www.rival.tips/api/stylome`
- Single model: `GET https://www.rival.tips/api/stylome?model=claude-opus-4.7`
- Pairwise similarity: `GET https://www.rival.tips/api/stylome?compare=gpt-5.5,claude-opus-4.7`
- Per-challenge cross-model: `GET https://www.rival.tips/api/stylome?challenge=[challenge_id]`

### Embeddable Assets
- Compare iframe: `https://www.rival.tips/embed/compare/[modelA]/[modelB]/[promptId]` (params: `?theme=dark|light`, `?compact=true`)
- Response iframe: `https://www.rival.tips/embed/response/[responseId]`

### Open Protocols (machine-readable standards)
- Model Data Passport (MDP): `GET https://www.rival.tips/.well-known/mdp.json` (JSON-LD model catalog with identity, pricing, benchmarks, availability)
- Model Evaluation Suite (MES): `GET https://www.rival.tips/.well-known/mes.json` (community preference data with methodology and confidence notes)
- Model Intelligence Feed (MIF): `GET https://www.rival.tips/api/intelligence` (event feed of pricing, status, and model lifecycle changes; params: `?type=`, `?since=`, `?model=`, `?limit=`)

## Site Meta

- [RSS Feed](https://www.rival.tips/rss.xml): XML feed of the latest pre-generated model responses.
- [Sitemap](https://www.rival.tips/sitemap.xml): Full site structure.
- [Full Site Content Archive](https://www.rival.tips/llms-full.txt): Complete Markdown dump for LLM ingestion.
- [Project Brief](https://www.rival.tips/rival.md): Citation-quality summary of the project, methodology, and data sources.

## Model Catalog (343+ models)

*   **Amazon:**
    *   Nova Premier 1.0
    *   Amazon Nova 2 Lite
*   **Anthropic:**
    *   Claude 3.7 Sonnet
    *   Claude 3.7 Thinking Sonnet
    *   Claude Sonnet 3.6 (2022-10-22)
    *   Claude 3 Haiku
    *   Claude 3 Opus
    *   Claude 2
    *   Golden Gate Claude
    *   Claude Opus 4
    *   Claude Sonnet 4
    *   Claude 3 Sonnet
    *   Claude Opus 4.1
    *   Claude Sonnet 4.5
    *   Claude Haiku 4.5
    *   Claude Opus 4.5
    *   Claude Opus 4.6
    *   Claude Sonnet 4.6
    *   Claude Opus 4.7
    *   Claude Opus 4.8
    *   Claude Fable 5
    *   Claude Sonnet 5
    *   Claude Opus 5
    *   Claude Fable 5.1
*   **Arcee-ai:**
    *   Trinity Large Preview
*   **Baidu:**
    *   ERNIE 4.5 300B A47B
    *   ERNIE 4.5 21B A3B Thinking
*   **Black Forest Labs:**
    *   FLUX Schnell
    *   FLUX 2 Dev
    *   FLUX 2 Pro
    *   FLUX 2 Max
    *   FLUX 2 Flex
    *   FLUX Pro
    *   FLUX Kontext Max
    *   FLUX Kontext Pro
*   **Bria AI:**
    *   Bria Image 3.2
    *   Fibo
*   **ByteDance:**
    *   Seedream 4.5
    *   Seedream 5.0 Lite
    *   Seedream 4
    *   Seed 2.0 Lite
    *   Seed 2.1 Turbo
    *   Seed 2.0 Code
*   **Cognitive-computations:**
    *   Dolphin Mistral 24B
*   **Cohere:**
    *   North Mini Code
*   **DeepSeek:**
    *   DeepSeek R1
    *   DeepSeek V3 (March 2024)
    *   DeepSeek Prover V2
    *   DeepSeek R1 0528
    *   DeepSeek V3.1
    *   DeepSeek V3.2 Exp
    *   DeepSeek V3.2 Speciale
    *   DeepSeek V3.2
    *   DeepSeek V4 Flash
    *   DeepSeek V4 Pro
    *   DeepSeek V4 Flash 0731
    *   DeepSeek V4 Pro 0813
*   **Dots-studio:**
    *   Dots3-Note Preview
*   **Elevenlabs:**
    *   ElevenLabs Eleven v3
    *   ElevenLabs Flash v2.5
    *   ElevenLabs Multilingual v2
*   **Fish-audio:**
    *   Fish Speech v1.5
*   **Google:**
    *   Nano Banana
    *   Nano Banana Pro
    *   Nano Banana 2
    *   Nano Banana 2 Lite
    *   Imagen 3
    *   Imagen 3 Fast
    *   Imagen 4 Ultra
    *   Imagen 4 Fast
    *   Gemini 2.5 Flash Image
    *   Gemini 1.5 Pro
    *   Gemini 2.5 Pro Experimental
    *   Gemini 2.0 Pro Experimental
    *   Gemini 2.0 Flash Thinking
    *   Gemini 2.5 Flash Preview
    *   Gemini 2.5 Flash Preview (thinking)
    *   PaLM 2 Chat
    *   Gemini Pro 1.0
    *   Gemini 2.5 Pro (I/O Edition)
    *   Gemini 2.5 Flash Preview 05-20
    *   Gemini 2.5 Flash Preview 05-20 (thinking)
    *   Gemma 3n 4B
    *   Gemini 2.5 Pro Preview 06-05
    *   Gemini 2.5 Flash Lite Preview 06-17
    *   Gemma 3n 2B
    *   Gemma 3 12B
    *   Gemma 3 27B
    *   Gemini 2.5 Flash Preview 09-2025
    *   Gemini 2.5 Flash Lite Preview 09-2025
    *   Gemini 3 Flash Preview
    *   Gemini 3 Pro Preview
    *   Gemini 3.1 Pro Preview
    *   Imagen 4
    *   Lyria 2
    *   Lyria 3
    *   Gemini 3.1 Flash Lite Preview
    *   Gemma 4 31B
    *   Gemma 4 26B A4B
    *   Gemini 3.1 Flash Lite
    *   Gemini 3.5 Flash
    *   Gemini 3.6 Flash
    *   Gemini 3.7 Flash
    *   Gemini 3.8 Flash
*   **Ibm-granite:**
    *   Granite 4.2 8B
*   **Ideogram AI:**
    *   Ideogram v3 Turbo
    *   Ideogram v3 Quality
    *   Ideogram v3 Balanced
*   **Inception:**
    *   Mercury
    *   Mercury 2
    *   Mercury 2.5 Preview
*   **Inclusionai:**
    *   Ling 2.6 Flash
    *   Ling 2.6 1T
    *   Ring 2.6 1T
*   **Kokoro:**
    *   Kokoro 82M
*   **Leonardoai:**
    *   Leonardo Lucid Origin
*   **Liquid:**
    *   LFM2.5-2.6B
*   **Luma:**
    *   Luma Photon
    *   Luma Photon Flash
*   **Meta:**
    *   Llama 3 70B
    *   Llama 3.1 70B (Instruct)
    *   Llama 3.1 405B
    *   Llama 4 Maverick
    *   Llama 4 Scout
    *   MusicGen Large
    *   Muse Spark 1.1
    *   Muse Spark 1.3 Contributor
    *   Muse Spark 1.3
*   **Midjourney:**
    *   Midjourney v1
    *   Midjourney v2
    *   Midjourney v3
    *   Midjourney v4
    *   Midjourney v5
    *   Midjourney v6
    *   Midjourney v6.1
*   **MiniMax:**
    *   MiniMax M1
    *   MiniMax M2
    *   MiniMax M2.1
    *   MiniMax M2-her
    *   MiniMax M2.5
    *   MiniMax Image-01
    *   MiniMax Speech-02 HD
    *   MiniMax M2.7
    *   MiniMax M3
*   **Mistral:**
    *   Mistral Large
    *   Mistral Large 2
    *   Mistral Medium 3
    *   Mistral Nemo
    *   Mistral Devstral Medium
    *   Mistral Devstral Small 1.1
    *   Mistral Medium 3.1
    *   Mistral Large 3 2512
    *   Devstral 2 2512
    *   Mistral Small Creative
    *   Mistral Small 4
*   **Moonshot AI:**
    *   Kimi K2
    *   Kimi K2 0905
    *   Kimi K2 Thinking
    *   Kimi Linear 48B A3B Instruct
    *   Kimi K2.5
    *   Kimi K2.6
    *   Kimi K2.7 Code
    *   Kimi K3
*   **Nvidia:**
    *   NVIDIA Nemotron Nano 9B V2
    *   NVIDIA Nemotron 3 Super (free)
    *   Nemotron 3 Ultra
    *   Nemotron 3.5 Content Safety
    *   Nemotron 3.5 Lightning
*   **OpenAI:**
    *   OpenAI o3
    *   OpenAI o4-mini
    *   OpenAI o4 Mini High
    *   DALL-E 3
    *   GPT Image 2
    *   GPT Image 2.5 Sunburst
    *   GPT Image 2.5 Flare
    *   GPT Image 1.5
    *   GPT Image 1.5 (Low)
    *   GPT Image 1.5 (Medium)
    *   GPT Image 1.5 (High)
    *   GPT-4o (Omni)
    *   GPT-4.1
    *   o3 Mini
    *   o1
    *   GPT-4.5
    *   ChatGPT-4o (March 2025)
    *   GPT-4o mini
    *   GPT-4.1 Nano
    *   GPT-4.1 Mini
    *   GPT-3.5 Turbo
    *   GPT-4
    *   GPT-2
    *   GPT-1
    *   OpenAI Codex Mini
    *   GPT OSS 20B
    *   GPT OSS 120B
    *   GPT-5
    *   GPT-5 Pro
    *   GPT-5 Mini
    *   GPT-5 Nano
    *   GPT-5 Codex
    *   GPT-5.1
    *   GPT-5.1 Chat
    *   GPT-5.1-Codex-Mini
    *   GPT-5.1-Codex
    *   GPT-5.1 Codex Max
    *   GPT-5.2 Chat
    *   GPT-5.2
    *   GPT-5.2 Pro
    *   GPT-5.3-Codex
    *   OpenAI TTS-1 HD
    *   OpenAI TTS-1
    *   GPT Audio
    *   GPT Audio Mini
    *   GPT-4o Audio
    *   GPT-5.3 Chat
    *   GPT-5.4
    *   GPT-5.4 Pro
    *   GPT-5.4 Mini
    *   GPT-5.4 Nano
    *   GPT-5.5
    *   GPT-5.6 Luna
    *   GPT-5.6 Terra
    *   GPT-5.6 Sol
    *   GPT-5.6 Luna Pro
    *   GPT-6 Astra
    *   GPT-6 Astra Pro
*   **OpenRouter:**
    *   Quasar Alpha
    *   Optimus Alpha
    *   Cypher Alpha (free)
    *   Horizon Alpha
    *   Horizon Beta
    *   Sonoma Dusk Alpha
    *   Sonoma Sky Alpha
    *   Andromeda Alpha
    *   Polaris Alpha
    *   Sherlock Dash Alpha
    *   Sherlock Think Alpha
    *   Bert-Nebulon Alpha
    *   TNG R1T Chimera
    *   INTELLECT-3
    *   GLM 4.7
    *   Pony Alpha
    *   Aurora Alpha
    *   Bark
    *   F5-TTS
    *   Hunter Alpha
    *   Healer Alpha
    *   Elephant Alpha
    *   Owl Alpha
    *   OpenRouter Fusion · Quality (Jun 2026)
    *   OpenRouter Fusion · Budget (Jun 2026)
    *   Ox Alpha
*   **Orpheus:**
    *   Orpheus 3B
*   **Perplexity:**
    *   Sonar Pro Search
*   **Playgroundai:**
    *   Playground v2.5 (Aesthetic)
*   **PrunaAI:**
    *   HiDream L1 (Fast)
    *   Z Image Turbo
    *   P-Image
*   **Qwen (Alibaba):**
    *   Qwen Image (Fast)
    *   QwQ 32B
    *   Qwen3 30B A3B
    *   Qwen3 235B A22B
    *   Qwen3 0.6B
    *   Qwen3 235B A22B 2507
    *   Qwen3 Coder
    *   Qwen3 235B A22B Thinking 2507
    *   Qwen3 30B A3B Instruct 2507
    *   Qwen3 30B A3B Thinking 2507
    *   Qwen3 Max
    *   Qwen3 Max Thinking
    *   Qwen Plus 0728 (thinking)
    *   Qwen Plus 0728
    *   Qwen3 Next 80B A3B Instruct
    *   Qwen3 Next 80B A3B Thinking
    *   Qwen3 Coder Plus
    *   Qwen3 Coder Flash
    *   Qwen Image
    *   Qwen3 Coder Next
    *   Qwen3.5 Plus 2026-02-15
    *   Qwen3.5 397B A17B
    *   Qwen3.5 35B A3B
    *   Qwen3.5 27B
    *   Qwen3.5 122B A10B
    *   Qwen3.5 Flash
    *   Qwen3.5 9B
    *   Qwen3.6 Plus Preview (free)
    *   Qwen3.5 Plus 2026-04-20
    *   Qwen3.6 Flash
    *   Qwen3.6 35B A3B
    *   Qwen3.6 27B
    *   Qwen3.6 Max Preview
    *   Qwen3.7 Max
    *   Qwen3.7 Plus
    *   Qwen3.8 Max
    *   Qwen3.8 27B
    *   Qwen3.8 2.4T A95B
*   **Recraft-ai:**
    *   Recraft V3
    *   Recraft V3 SVG
    *   Recraft V4
    *   Recraft V4 Pro
    *   Recraft V4 SVG
    *   Recraft V4 Pro SVG
    *   Recraft V4.1
    *   Recraft V4.1 Pro
*   **Sourceful:**
    *   Riverflow V2 Pro
    *   Riverflow V2 Fast
    *   Riverflow V2.5 Pro
    *   Riverflow V2.5 Fast
*   **Stability:**
    *   Stable Diffusion 3.5 Medium
    *   Stable Diffusion XL
    *   Stable Audio 2.5
*   **Tencent:**
    *   Hunyuan Image 3
    *   Hy4 Preview
*   **Thinkingmachines:**
    *   Inkling
*   **Upstage:**
    *   Solar Pro 3
*   **xAI:**
    *   Grok 3
    *   Grok 3 Thinking
    *   Grok 3 Mini Beta
    *   Grok 3 Beta
    *   Grok 4
    *   Grok 4 Fast (free)
    *   Grok Code Fast 1
    *   Grok 4.1 Fast
    *   Grok Imagine Image
    *   Grok 4.20 Beta
    *   Grok 4.20 Multi-Agent Beta
    *   Grok 4.3
    *   Grok 4.5
    *   Grok 4.6
*   **Xiaomi:**
    *   MiMo-V2-Flash
    *   MiMo-V2-Pro
    *   MiMo-V2-Omni
    *   MiMo-V2.5
    *   MiMo-V2.5-Pro
*   **Z-ai:**
    *   GLM 5 Turbo
    *   GLM 5.1
*   **Zhipu AI:**
    *   GLM 4.5
    *   GLM 4.5 Air
    *   GLM 4 32B
    *   GLM 4.6
    *   GLM 5
    *   GLM 4.7 Flash
    *   GLM 5.2

(This list is generated from the live model database and updates with every revalidation.)
