benchmark-models

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

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/AlejandroFigini/artist-portfolio --skill benchmark-models-alejandrofigini
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: benchmark-models
Source: https://github.com/AlejandroFigini/artist-portfolio/tree/main/.agent/skills/benchmark-models
Command: npx skills add https://github.com/AlejandroFigini/artist-portfolio --skill benchmark-models-alejandrofigini

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cross-model benchmarking for gstack skills by running the same prompt through Claude, GPT, and Gemini to compare latency, token usage, cost, and optionally quality. This lets you decide which model is best for a given skill or task based on data, not vibes.

Core Features & Use Cases

  • Side-by-side model comparison: run the same prompt through multiple providers and surface latency, tokens, and price.
  • Quality-aware benchmarking: optionally evaluate output quality via an LLM judge to inform model choice.
  • Real-world applicability: ideal for evaluating which model to use for a given skill, workflow, or scenario in your AI-assisted projects.

Quick Start

Run the benchmark using the same prompt and a selection of providers to compare speed, cost, and quality.

Frequently Asked Questions about benchmark-models

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

FAQPage Schema
How do I benchmark AI models to compare cost and latency across different providers?

Benchmark AI models by running the same prompt through multiple providers to compare latency, token usage, and cost. This generates a table with per-model metrics, allowing data-driven decisions for which AI model best suits a specific task.

Can I evaluate output quality when comparing different AI models?

Yes, you can evaluate output quality during model comparison by using an optional LLM judge. The judge evaluates the prompt responses from different models, adding quality scores to the latency and cost metrics to inform your final model choice.

What is cross-model benchmarking and when do I need it for my workflows?

Cross-model benchmarking runs identical prompts through different models like Claude, GPT, and Gemini to compare performance. You need it to decide which model is best for a given skill based on data rather than vibes.

How do I run a side-by-side prompt comparison across multiple AI providers?

Run a side-by-side prompt comparison by executing your prompt through selected model providers. The benchmark surfaces latency, token usage, and price per model, outputting the results as a table or JSON for analysis.

Do I need specific tools to benchmark model latency and token usage?

Yes, you need access to model providers and the gstack-model-benchmark tool to benchmark latency and token usage. These prerequisites enable the cross-model comparison and generate the per-model metrics output.

What is the best way to choose an AI model based on performance data instead of guessing?

The best way to choose an AI model based on data is to run cross-model benchmarking. This process compares latency, cost, and optional judge quality results across providers, outputting a metrics table to guide your selection.