EveryDev.ai
Subscribe
Home
Tools

3,985+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2782
  • Coding1973
  • Infrastructure825
  • Projects603
  • Marketing598
  • Research520
  • Analytics468
  • Design462
  • MCP419
  • Testing346
  • Security323
  • Data305
  • Integration224
  • Prompts220
  • Communication210
  • Extensions196
  • Learning179
  • Voice175
  • Commerce160
  • DevOps135
  • Web95
  • Finance31
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. OmnisBench
    OmnisBench icon

    OmnisBench

    LLM Evaluations

    An open, reproducible benchmark for LLM routing efficiency that measures how close a routing policy gets to the ideal quality-per-dollar frontier using fresh, uncontaminated tasks.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under Apache-2.0. Run, verify, and extend the benchmark at no cost.

    Engagement

    Available On

    CLI
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    LLM EvaluationsLLM OrchestrationPerformance Metrics

    Alternatives

    Needle In A HaystackCompute:ArenaBridgeBench
    Developer
    Fortitude Omnis GroupEngland, United KingdomEst. 2025

    Listed Sep 2026

    About OmnisBench

    OmnisBench is an Apache-2.0 open-source benchmark built by Fortitude Omnis Group to measure LLM routing efficiency — specifically, how close a given routing policy gets to the ideal quality-per-dollar frontier. It was created in response to a core problem with existing benchmarks: on old, widely-republished datasets like HumanEval and GSM8K, models have likely seen the answers during training, causing every policy to score near 100% and making routing appear pointless. OmnisBench addresses this by running evaluations on a fresh split of LiveCodeBench problems published after the models' training cutoffs.

    What It Is

    OmnisBench is a CLI-driven evaluation framework for LLM routing policies. It scores multiple routing strategies — such as always calling the cheapest model, always calling the frontier model, random selection, or oracle (ideal per-request) routing — across both contaminated and fresh task splits. The benchmark publishes every model response in a results.json file, enabling anyone to re-derive the full leaderboard offline with a single omnisbench verify command and zero API calls. It is positioned as a complement to the academic RouterBench (arXiv:2403.12031) by staying live, cost-current, and continuously re-gradable.

    How the Fresh Split Changes the Picture

    The contamination effect is the central finding OmnisBench documents. On the likely-contaminated split (HumanEval + GSM8K), all policies land near 100% quality, making routing appear to offer no benefit. On the fresh LiveCodeBench split (15 tasks from 2025 onward), the picture changes substantially:

    • The cheapest model alone (gpt-5-nano) scores 60% on fresh tasks, down from 90% on contaminated ones
    • Oracle (ideal) routing reaches 93.3% — above the frontier model's 86.7%
    • Oracle routing costs approximately 60% less than always calling the frontier model
    • The gap between contaminated and fresh scores is what OmnisBench calls "the prize routing was hiding"

    The Perturbation-Gap Probe

    Beyond split labels and release dates, OmnisBench includes a omnisbench probe command that quantifies contamination rather than just tagging it. Each model is scored on original problems and on reworded copies that preserve the test cases but change the phrasing. A large drop in score when wording changes flags that the model relied on memorized phrasing rather than genuine reasoning. The probe runs with two independent rewriters (one from each provider family) to control for rewriter bias, and all results re-grade offline like the rest of the benchmark.

    Verifiability as a Design Principle

    A stated design goal of OmnisBench is that every published number must be independently re-derivable. The omnisbench verify command re-runs graders against the stored responses in results.json and rebuilds the full leaderboard — quality and cost — without making any API calls. Altering a single stored answer causes verification to fail. The project explicitly contrasts this with vendor routing-savings claims that cannot be checked externally.

    Security Tradeoffs to Know

    The README includes a prominent security warning: omnisbench run executes untrusted, model-generated Python code to grade code tasks. The v0 sandbox provides a fresh subprocess and a hard timeout but does not provide network isolation, filesystem isolation, or memory/resource limits. The project recommends running inside a container or disposable VM. Full sandbox hardening is listed as a tracked v1 roadmap item. The omnisbench verify command does not call live models but still re-runs graders against stored responses, so the same sandboxing caveat applies.

    Update: Run 2026-08-20 and Perturbation Probe

    The headline run (2026-08-20) covers four models — Claude Opus 5, GPT-5, Claude Haiku 4.5, and GPT-5-nano — on 15 fresh LiveCodeBench tasks and 20 likely-contaminated tasks, with a pricing snapshot pinned to 2026-08-18. The perturbation probe runs were published on 2026-08-25 using both claude-sonnet-5 and gpt-5 as rewriters across 24 fresh problems. The repository was last pushed on 2026-09-16, and the roadmap lists widening the fresh task set and adding LiveCodeBench functional problems as next steps.

    OmnisBench - 1

    Community Discussions

    Be the first to start a conversation about OmnisBench

    Share your experience with OmnisBench, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under Apache-2.0. Run, verify, and extend the benchmark at no cost.

    • Full CLI: run, verify, report, probe commands
    • Fresh and contaminated split benchmarking
    • Offline re-grading with zero API calls
    • Perturbation-gap contamination probe
    • Config-only dataset and model extension

    Capabilities

    Key Features

    • Fresh-split LLM routing benchmark using LiveCodeBench 2025+ tasks
    • Offline re-gradable leaderboard via omnisbench verify (zero API calls)
    • Contamination detection via perturbation-gap probe
    • Per-split leaderboards separating fresh and contaminated tasks
    • Frontier escape rate reporting per routing policy
    • Release-date margin tracking per task split
    • Pinned pricing snapshots for reproducible cost comparisons
    • Config-only addition of new datasets and models
    • Oracle (ideal) routing ceiling as a benchmark target
    • CLI commands: run, verify, report, probe

    Integrations

    OpenAI (GPT-5, GPT-5-nano)
    Anthropic (Claude Opus 5, Claude Haiku 4.5, Claude Sonnet 5)
    LiveCodeBench (via Hugging Face datasets)
    HumanEval
    GSM8K
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate OmnisBench and help others make informed decisions.

    Developer

    Fortitude Omnis Group

    Fortitude Omnis Group builds open, reproducible tools for LLM evaluation and routing. The group publishes OmnisBench, an Apache-2.0 benchmark for LLM routing efficiency, alongside OmniRouter and OmnisVigil. Their work focuses on making LLM cost-quality tradeoffs verifiable and transparent rather than relying on unauditable vendor claims.

    Founded 2025
    England, United Kingdom
    Read more about Fortitude Omnis Group
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Needle In A Haystack icon

    Needle In A Haystack

    A CLI tool that pressure-tests LLM long-context retrieval by sweeping context length and needle depth combinations to measure model accuracy.

    Compute:Arena icon

    Compute:Arena

    Community-driven benchmark leaderboard for local AI models on edge hardware, with a CLI tool to run, sign, and submit throughput results.

    BridgeBench icon

    BridgeBench

    BridgeBench ranks AI coding models across UI generation, security, refactoring, hallucination, debugging, and speed benchmarks.

    Browse all tools

    Related Topics

    LLM Evaluations

    Platforms and frameworks for evaluating, testing, and benchmarking LLM systems and AI applications. These tools provide evaluators and evaluation models to score AI outputs, measure hallucinations, assess RAG quality, detect failures, and optimize model performance. Features include automated testing with LLM-as-a-judge metrics, component-level evaluation with tracing, regression testing in CI/CD pipelines, custom evaluator creation, dataset curation, and real-time monitoring of production systems. Teams use these solutions to validate prompt effectiveness, compare models side-by-side, ensure answer correctness and relevance, identify bias and toxicity, prevent PII leakage, and continuously improve AI product quality through experiments, benchmarks, and performance analytics.

    125 tools

    LLM Orchestration

    Platforms and frameworks for designing, managing, and deploying complex LLM workflows with visual interfaces, allowing for the coordination of multiple AI models and services.

    235 tools

    Performance Metrics

    Specialized tools for measuring, evaluating, and optimizing AI model performance across accuracy, speed, resource utilization, and other critical parameters.

    63 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions