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 IntelligenceChatbotsConversational 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
List available Claude models. The most recently released models are returned first, so the first item is the newest model.
2
confirmModel
Retrieve metadata for the newest model to confirm its identifier and human-readable display name before using it.
3
createMessage
Send a single-turn user prompt to the confirmed model and capture the generated content and token usage.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.