Workflow
Model comparison, consistency testing, latency profiling, and automated eval suites across providers and hardware.
Choosing and trusting a model means comparing quality, latency, and cost across providers and versions. Manual spreadsheets and one-off scripts do not scale.
NEO runs structured benchmarks and regression suites, tracks cost and quality tradeoffs, and surfaces regressions before they hit production so you can pick models with evidence.
3 of 4 shown
150+ tasks, 10 categoriesEvaluate & Benchmark
An async LLM benchmarking platform that evaluates models from OpenAI, Anthropic, Google, and more across 150+ real-world tasks covering coding, reasoning, structured output, and long-context retrieval.
<0.5ms routing overheadEvaluate & Benchmark
Statistical A/B/n testing for 3+ model variants with ANOVA, Bonferroni correction, and sub-millisecond routing overhead.
5 semantic checks, reproducibleEvaluate & Benchmark
UMAP + HDBSCAN clustering with five semantic health checks: outliers, boundary ambiguity, polarity mismatch, and global collapse.
Install NEO in VS Code or Cursor and ship training, evals, and deployment from chat.
Get started def run_eval(model, tasks):- results = model.predict(tasks)+ results = batch_eval(model, tasks)+ log_regression(results) return score(results)