Request
Response
Parameters
rank_by modes
Default models (when models not specified)
gpt-5, claude-sonnet-4.6, gemini-3.1-pro, deepseek-v3, gemini-3-flash
Billing
You are charged for every successful model call. A 4-model compare costs the sum of each model’s per-request rate. The response includestotal_cost and a per-model cost_cents breakdown.
If any model fails, you are not charged for that model. All successful models are charged.
Pre-flight balance check: if your balance is less than the estimated total cost, the request fails before any models run.
Code examples
Common use cases
Choose a model for production — Compare 4–5 models on a representative sample of your actual prompts before committing to one. Verify quality across models — Run the same benchmark prompt monthly to see if model updates changed behavior. Find the best value —summary.best_value shows the model with the highest quality-to-cost ratio.
Regression testing — Run your golden test prompts against a new model before switching.