Anthropic · Arazzo Workflow
Anthropic Discover a Model and Send a Message
Version 1.0.0
List available models, confirm a chosen model exists, then create a message with it.
View Spec
View on GitHub
AIArtificial IntelligenceClaudeFoundation ModelsLarge Language ModelsMachine LearningMCPAgentsArazzoWorkflows
Provider
Workflows
discover-model-and-message
Pick an available model, validate it, and generate a message with it.
Lists the available Claude models, confirms the requested model id resolves via the Get Model endpoint, and then calls Create Message to generate a response from that model.
1
listModels
listModels
List the models available to this account so a caller can confirm the desired model is present before using it.
2
validateModel
getModel
Resolve the requested model id to confirm it exists and is available before attempting to generate a message with it.
3
createMessage
createMessage
Send a single user message to the validated model and capture the generated content and token usage.