Show HN: A tool to benchmark LLM APIs (OpenAI, Claude, local/self-hosted)
By
mrqjr
I recently built a small open-source tool to benchmark different LLM API endpoints — including OpenAI, Claude, and self-hosted models (like llama.cpp).
It runs a configurable number of test requests and reports two key metrics: • First-token latency (ms): How long it takes for the first token to appear • Output speed (tokens/sec): Overall output fluency
Demo: https://llmapitest.com/ Code: https://github.com/qjr87/llm-api-test
The goal is to provide a simple, visual, and reproducible way to evaluate performance across different LLM providers, including the growing number of third-party “proxy” or “cheap LLM API” services.
It supports: • OpenAI-compatible APIs (official + proxies) • Claude (via Anthropic) • Local endpoints (custom/self-hosted)
You can also self-host it with docker-compose. Config is clean, adding a new provider only requires a simple plugin-style addition.
Would love feedback, PRs, or even test reports from APIs you’re using. Especially interested in how some lesser-known services compare.
Comments URL: https://news.ycombinator.com/item?id=44413921
Points: 3
# Comments: 0
You might also wanna read
LLMTest: Automated LLM Model Selection and Fallback Tool for Developers
LLMTest is a tool created by maker Tom to help developers and "vibe coders" automatically select the best LLM models for AI-powered features
MakeHub.ai: OpenAI-Compatible API for LLM Provider Arbitrage and Optimization
MakeHub.ai offers an OpenAI-compatible API endpoint that automatically routes requests to the cheapest and fastest LLM provider for each mod
FreeLLMAPI: OpenAI-Compatible Proxy Aggregating Free-Tier AI Provider Keys for Personal Experimentation
The article introduces FreeLLMAPI, an OpenAI-compatible proxy service that aggregates free-tier API keys from approximately 14 different AI
LLM Stats: Platform for Comparing AI Language Models by Benchmarks, Cost, and Capabilities
LLM Stats is a platform that allows users to compare various AI language models (LLMs) across multiple dimensions including performance benc
ReliAPI: Specialized API Proxy for LLM Services with Cost-Saving Features
ReliAPI is a specialized API proxy service designed specifically for LLM APIs (OpenAI, Anthropic, Mistral) and HTTP APIs. It offers cost-sav
