Create a task
Select Create task and configure:- Alias: The model string callers send.
- W&B project: Optional. It defaults to the alias and stores task traces.
- Initial model: Optional routing target for version 1.
- Proxy backend: Cloudflare for hosted traffic. Local is available only in environments that explicitly enable it.
API: Create a task (PUT /tasks/{alias})
API: Create a task (PUT /tasks/{alias})
The alias is part of the URL. See Create a task for the complete schema.
targets is optional, but setting it here makes version 1 callable as soon as routing is applied.Connect the application
Keep the normal OpenAI client and change two values:Verify useful traces
Before collecting a large dataset, confirm:- successful calls appear in the task’s request chart;
- traffic share matches routing weights;
- a stable
wandb.thread_idgroups each conversation; - tool definitions, response formats, and multi-turn messages appear in the recorded request;
- failed provider calls are visible for debugging but excluded from training data.