benchmark-models

Benchmark the same prompt across Claude, GPT, and Gemini for latency, tokens, and cost.

1|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/tblakex01/conductor-playground --skill benchmark-models-tblakex01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: benchmark-models
Source: https://github.com/tblakex01/conductor-playground/tree/main/.claude/skills/gstack/benchmark-models
Command: npx skills add https://github.com/tblakex01/conductor-playground --skill benchmark-models-tblakex01

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Benchmark cross-model performance for gstack prompts by running the same prompt through Claude, GPT, and Gemini to compare latency, token usage, and cost, enabling data-driven model selection.

Core Features & Use Cases

  • Side-by-side comparison of latency, tokens, and cost across Claude, GPT, and Gemini.
  • Optional quality assessment via an LLM judge to surface best-output models.
  • Use cases include selecting the best model for a given skill prompt and validating model performance across prompts.

Quick Start

Run a cross-model benchmark for a given prompt to compare latency, token usage, cost, and optionally quality across Claude, GPT, and Gemini.

Frequently Asked Questions about benchmark-models

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

FAQPage Schema
How do I benchmark LLM performance across Claude, GPT, and Gemini?

To benchmark LLM performance, you run the same prompt through Claude, GPT via Codex CLI, and Gemini to collect and compare latency, token usage, and cost data side-by-side.

Can I compare model latency and token cost for the same prompt?

Yes, you can compare model latency and token cost by executing an identical prompt across multiple providers and aggregating the structured execution metrics for analysis.

What is the best way to select the right AI model for a specific task prompt?

The best way to select an AI model is to run cross-model benchmarks measuring latency, tokens, and cost, optionally adding an LLM judge to evaluate output quality and validate choices.

Do I need separate API authentication to benchmark GPT and Gemini models?

Yes, you need provider authentication for each service. The benchmark coordinates authentication across Claude, GPT via Codex CLI, and Gemini to execute prompts and gather results.

Does cross-model benchmarking evaluate output quality or just performance metrics?

Cross-model benchmarking primarily evaluates performance metrics like latency and cost, but it optionally uses an LLM judge to surface models with the best output quality.