Claude · Arazzo Workflow
Claude Select Model and Create Message
Version 1.0.0
Discover an available Claude model, confirm its metadata, then generate a message with it.
View Spec
View on GitHub
Artificial IntelligenceChatbotConversational AIGenerative AILarge Language ModelsMachine LearningNatural Language ProcessingArazzoWorkflows
Provider
Workflows
select-model-and-create-message
Pick the latest available model and use it to generate a message.
Lists models, retrieves metadata for the most recently released model, and sends a prompt to that model, returning the generated text and token usage.
1
listAvailableModels
listModels
List available Claude models. The most recently released models are returned first, so the first item is the newest model.
2
confirmModel
getModel
Retrieve metadata for the newest model to confirm its identifier and human-readable display name before using it.
3
createMessage
createMessage
Send a single-turn user prompt to the confirmed model and capture the generated content and token usage.