benchmark-models

Run the same prompt across Claude, GPT, and Gemini models to compare latency, tokens, cost, and quality.

Updated Jun 12, 2026
One-click install
npx skills add https://github.com/Kushal9889/claude-plugins --skill benchmark-models-kushal9889
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: benchmark-models
Source: https://github.com/Kushal9889/claude-plugins/tree/main/gstack/skills/benchmark-models
Command: npx skills add https://github.com/Kushal9889/claude-plugins --skill benchmark-models-kushal9889

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Claude, GPT, Gemini, LLM judge, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to compare the performance of different AI models (Claude, GPT, Gemini) on the same prompt, analyzing aspects like speed, cost, and output quality.

Core Features & Use Cases

  • Cross-Model Benchmarking: Evaluate and compare Claude, GPT, and Gemini models using a single prompt.
  • Performance Metrics: Measure latency, tokens, cost, and optionally quality via LLM judge.
  • Use Case: When deciding which model to use for a specific skill or task, use this Skill to gather data-driven insights.

Quick Start

Use the /benchmark-models command to run a cross-model benchmark on a specific prompt.

Frequently Asked Questions about benchmark-models

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I compare AI model performance across Claude, GPT, and Gemini?

To compare AI model performance, you can run the same prompt through Claude, GPT, and Gemini models to evaluate latency, tokens, cost, and optionally quality. This cross-model benchmarking provides data-driven insights for AI model selection and decision-making.

What metrics are used when evaluating LLM performance for model selection?

Evaluating LLM performance involves measuring latency, token usage, and cost across different models. Optionally, you can assess output quality by utilizing an LLM judge, providing comprehensive data-driven insights for the model selection process.

Do I need an LLM judge to benchmark output quality between Claude, GPT, and Gemini?

You do not strictly need an LLM judge to benchmark models, as performance evaluation primarily measures latency, tokens, and cost. However, an LLM judge is required as a dependency if you want to optionally assess and compare output quality.

How do I run a cross-model benchmark on a specific prompt?

To run a cross-model benchmark, use the /benchmark-models command with your specific prompt. This executes the prompt across Claude, GPT via Codex CLI, and Gemini, comparing their performance in terms of speed, cost, and token usage.

What access is required to compare Claude, GPT, and Gemini models?

Comparing Claude, GPT, and Gemini models requires access to all three respective models. Specifically, GPT access is routed via the Codex CLI, and if you include quality assessments, you must also have access to an LLM judge.