id property

String id
final

The model identifier (e.g., "gpt-4", "llama3.2", "claude-3-sonnet").

This is the value you would pass to the model's options when invoking.

Implementation

final String id;