Hyperbolic · Arazzo Workflow
Hyperbolic Discover Model And Chat
Version 1.0.0
List the live model catalog, pick a chat model, and run a chat completion against it.
View Spec
View on GitHub
AIArtificial IntelligenceComputeDecentralizedDePINGPUImage GenerationInferenceLLMMarketplaceOpen SourceArazzoWorkflows
Provider
Workflows
discover-model-and-chat
Resolve an available chat model from the catalog and generate a chat completion.
Calls the OpenAI-compatible models endpoint to confirm the live catalog, then submits a chat completion using a model id the caller supplies. The catalog read lets the caller validate the model exists before spending inference credits.
1
listCatalog
listModels
List all models currently available for inference so the target chat model can be confirmed before a completion is requested.
2
chat
createChatCompletion
Send a single-turn chat completion to the supplied model and capture the assistant message text and token usage.
Source API Descriptions
openapi