Skip to main content
POST
Ensure comparison-model outputs

Authorizations

Authorization
string
header
required

A personal or service-account W&B API key.

Headers

Wandb-Entity
string

Accessible personal or team entity. Omit to use the API key's default entity.

Path Parameters

alias
string
required
Pattern: ^[a-z0-9-]{1,64}$
datasetId
string<uuid>
required

Body

application/json
outputs
object[]
required
Maximum array length: 64

Response

Output generation state.

id
string<uuid>
output_key
string
model_ref
string
Pattern: ^[a-z0-9][a-z0-9_-]{0,63}/\S+$
Example:

"openai/gpt-5.6-sol"

status
enum<string>
Available options:
queued,
running,
completed,
failed
output_count
integer
total_count
integer
error
string | null
Last modified on August 25, 2026