Experiment Estimate
experiment_estimateDry-run cost estimate for an experiment BEFORE creating it — cell count and estimated billed cost range (at our 1.5× pricing) for prompts × models × reps. Free to call, no side effects, does not need credit balance. Same spec shape as experiment_create. Example: experiment_estimate({ prompts: ["Summarize: ..."], models: ["anthropic/claude-sonnet-4.5", "openai/gpt-5"], reps: 2 })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reps | No | Repetitions per prompt×model, 1-5 (default 1) | |
| models | Yes | Model ids from experiment_models (max 12) | |
| params | No | Optional {system, temperature, max_tokens} | |
| prompts | Yes | Prompts to test (max 20) | |
| summary | No | Include the AI-written comparison summary stage (default true) |