Get information about a specific model.

External Documentation

To learn more, visit the Anthropic documentation.

Parameters

ParameterDescription
Model IDThe ID of the model.

Example Output

{
	"type": "model",
	"id": "claude-3-7-sonnet-20250219",
	"display_name": "Claude 3.7 Sonnet",
	"created_at": "2025-02-19T00:00:00Z"
}

Workflow Library Example

Get Model with Anthropic and Send Results Via Email

Preview this Workflow on desktop