benchmark-models

Benchmark AI models across Claude, GPT, and Gemini for latency, token usage, and cost.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured workflow to evaluate AI models by running the same prompt across Claude, GPT (Codex CLI), and Gemini, surfacing latency, token usage, and cost to inform model selection.

Core Features & Use Cases

  • Cross-model benchmarking: execute identical prompts across multiple providers and capture latency, tokens, and cost; compare output quality when available.
  • Provider orchestration: automatically manage authentication status, which providers are available, and which can be included in the run.
  • Use Case: A developer wants to decide which model best balances speed and cost for a customer-facing prompt.

Quick Start

Run the benchmark with a chosen prompt and at least one authenticated provider to compare latency, cost, and output quality.

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 for latency and cost?

To compare AI model performance, you can run identical prompts across Claude, GPT, and Gemini to measure latency, token usage, and cost side-by-side. This benchmarking approach surfaces the metrics needed to inform model selection.

What is the best way to benchmark LLM providers before integrating a new feature?

The best way to benchmark LLM providers is prompt-readiness testing, which executes the same prompt across multiple authenticated providers. It captures token usage and output quality to evaluate which model best balances speed and cost for customer-facing features.

Do I need authenticated API keys to run a cross-model benchmark?

Yes, you need authenticated access for the providers you want to test. The benchmarking process automatically manages authentication status, checking which providers are available and including only those authenticated models in the run.

Can I use this benchmark tool to evaluate GPT via Codex CLI against Claude and Gemini?

Yes, you can evaluate GPT via Codex CLI against Claude and Gemini. The benchmark runs the same prompt across these specific providers to compare latency, token usage, and cost, helping you decide which model best fits your use case.

What limitations should I expect when running cross-provider AI model comparisons?

Limitations include requiring access to the gstack-benchmark binary and authenticated providers for Claude, GPT, and Gemini. If a provider is not authenticated, it is automatically excluded from the benchmark run, limiting your comparison scope.