
Anthropic ListModels
CertifiedList Anthropic models
Anthropic ListModels
Certified
List Anthropic models
Lists models available to the configured Anthropic API key.
yaml
type: io.kestra.plugin.anthropic.ListModelsExamples
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
apiKey *Requiredstring
Anthropic API Key
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
Outputs
models array
Models
List of models returned by Anthropic.
Definitions
io.kestra.plugin.anthropic.ModelInfo
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.