struct

Anthropic::ModelInfo

Inherits JSON::Serializable < Struct < Value < Object

Model information from the API

Represents metadata about a specific Claude model returned by the Models API.

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

capabilities
Source
created_at

Timestamp when the model was created

Source
display_name

Human-readable model name

Source
id

Unique model identifier

Source
max_input_tokens
Source
max_tokens
Source
type

Type of resource (always "model")

Source