Features & Capabilities
openFluxHub supported features and compatibility information
What AI models are supported?
openFluxHub supports mainstream chat, image, video, and audio models from multiple providers. Exact IDs change as the catalog updates.
- List models for your key: GET https://openfluxhub.com/v1/models with Authorization: Bearer YOUR_API_KEY
- Browse public pricing: /pricing
- There is no separate per-model status API — if an id is in /v1/models for your key, you can call it
- Examples: grok-4.5, claude-opus-4-8, grok-imagine-image, grok-imagine-video
How compatible is it with OpenAI API?
openFluxHub is fully compatible with OpenAI API format, allowing you to:
- Directly replace the API endpoint
- Use the same request format
- No need to modify existing code
- Support all major OpenAI API features
Why do API responses differ from official web versions (like ChatGPT, Claude)?
While using the same underlying models, there are differences between official web versions and API calls:
Official Web Versions include extensive engineering optimizations and enhanced features:
- Built-in internet search for real-time information
- Conversation memory that automatically links context
- Built-in calculator and code execution environment
- Pre-configured system prompts
- Optimized user interface