Using Unsupported Providers
openbench works with any OpenAI-compatible API endpoint, even if the provider isn’t listed above. This allows you to benchmark models from new or specialized providers that support the OpenAI Chat Completions API format.- Use the model string format:
openai-api/<provider>/<model-name> - Set environment variables:
<PROVIDER>_API_KEYand<PROVIDER>_BASE_URL
General Model Configuration
Provider-Specific Model Configuration
Groq
Groq provides fast inference with advanced features including tool calling and reasoning support. To begin using Groq, first set your API key:-M stream=false:
-M tools and -M tool_choice parameters:
OpenRouter
OpenRouter allows access to 60+ providers and 500+ models, all through one centralized platform. See a comprehensive list of available models here. To begin using OpenRouter, first set your API key:Provider routing parameters can be specified with the
-M flag to control which providers are used.: