Targets are the runnable model choices available to API Performance evals. Use them to discover what you can pass toDocumentation Index
Fetch the complete documentation index at: https://usesapient.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
sapient api-performance config update --targets.
Prompt tracking uses answer-engine platforms from sapient prompts config retrieve. API Performance uses targets because coding agents have both an execution platform and an underlying model.
Command
| Command | Description |
|---|---|
sapient api-performance targets list | List API Performance target options. |
List targets
Use a target
Copy atarget object into config update and add scheduling fields:
frequency values from the response. Set frequency to manual when you want the target available without scheduling it.
Target types
| Type | How to configure |
|---|---|
| Text model | Use target_type text, execution_platform openrouter, and a model_id from text_models. |
| Coding agent | Use target_type agent, an execution_platform from coding_agents.id, and a model_id from that agent’s models list. |