ModelHub Documentation
Everything you need to integrate model intelligence into your applications.
Getting Started
Learn the basics of ModelHub and registry.
API Reference
Detailed breakdown of all API endpoints.
SDKs
Official libraries for Python, Node.js, and Go.
Best Practices
How to optimize model selection and costs.
Quick Integration
Connect your application to the ModelHub API in minutes. Get real-time model data, pricing information, and capability maps.
1
Get your free API Key from the Console2
Query /v1/models for the latest registry3
Map capabilities to your features dynamically// Fetch latest GPT-4o details
curl https://api.modelhub.dev/v1/models/gpt-4o \
-H "Authorization: Bearer YOUR_KEY"
# Response
{
"name": "GPT-4o",
"input_price": 2.50,
"cap_vision": true
}