Anthropic ListModels

Anthropic ListModels

Certified

List Anthropic models

Lists models available to the configured Anthropic API key.

yaml
type: io.kestra.plugin.anthropic.ListModels

List available models

yaml
    id: anthropic_list_models
    namespace: company.team

    tasks:
      - id: list_models
        type: io.kestra.plugin.anthropic.ListModels
        apiKey: "{{ secret('ANTHROPIC_API_KEY') }}"
Properties

Anthropic API Key

Reference (ref) of the pluginDefaults to apply to this task.

Models

List of models returned by Anthropic.

Definitions
createdAtstring

Created at

RFC 3339 timestamp when the model was created.

displayNamestring

Display name

Human-friendly name for the model.

idstring

Model ID

Unique identifier for the model.