Send OpenDunes traces to Weights & Biases Weave for LLM tracing and evaluation.
Not yet available. This destination is on the roadmap.
Weights & Biases Weave is a lightweight LLM tracing and evaluation framework from W&B. Connecting it to OpenDunes via Broadcast captures every request as a Weave call, giving you a persistent trace history you can query, score, and use to build evaluation datasets — without changing your application code.
OpenDunes logs each request to Weave as a Call with op name opendunes.chat_completion. The call input is the messages array, the output is the model response, and attributes include model slug, token counts, DA cost in micro-DA, latency, and any metadata you pass on the request. The X-Request-Id is set as the call ID so traces are cross-referenceable.
Once available, configure the W&B Weave destination from your dashboard under Broadcast. You will need:
https://wandb.ai/authorize)Back to Broadcast overview.