struct

Anthropic::BetaDreamModelConfig

Inherits JSON::Serializable < Struct < Value < Object

Model identifier and configuration applied to every dream pipeline stage.

Same wire shape as the Agents API ModelConfig. On create you may also pass a bare model id string; responses always return this object form.

Constructors

new(id : String, speed : String | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

id

Model identifier, e.g. "claude-opus-4-7". 1-256 characters.

Source
speed

Inference speed mode: "standard" or "fast". Not all models support fast.

Source