Overview
AihubMax provides a unified API gateway compatible with OpenAI standards. You can integrate with any AI model through a single API key and base URL.Base URL:
https://api.aihubmax.comStep 1: Get Your API Key
- Log in to the AihubMax Dashboard
- Navigate to API Keys section
- Click “Create New Key”
- Copy the generated key (starts with
sk-)
Step 2: Make Your First Request
- cURL
- Python
- JavaScript
Step 3: Query Task Result
Most generation APIs use asynchronous processing. Use the returned task ID to check the result:status changes to completed, the output field will contain your generated content.
Step 4: Use with Text Models
AihubMax is fully compatible with OpenAI’s Chat Completions API:Authentication
All APIs require Bearer Token authentication. Add this header to every request:What’s Next?
API Manual
Explore all available API endpoints
Integration Guide
Connect Claude Code CLI and other tools