Build Intelligent Apps with NeuralHub
The unified AI Gateway for developers. Integrate top-tier models like Claude, Gemini, and LLaMA with a single API. Explore, test, and deploy in minutes.
curl -X POST https://api.neuralhub.xyz/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "anthropic/claude-sonnet-4",
"messages": [
{ "role": "user", "content": "Explain quantum computing" }
]
}'A versatile, natively multimodal model designed for creative and technical text generation with strong performance-to-cost characteristics.
An efficient ~17B parameter MoE model optimized for lightweight chat and text tasks. Processes text and images with best-in-class performance in its class.
Optimized for throughput on programming and technical tasks. Excels at extracting information from visuals such as charts, graphs, and diagrams.
Grok 4 is xAI's flagship reasoning model, designed to be maximally truthful, helpful, and intelligent. It features native tool use (including code interpreter and real-time search), advanced multimodal capabilities, and strong performance on complex reasoning tasks.
Gemini 3 Pro is the first model in the new Gemini 3 series. It is best for complex tasks that require broad world knowledge and advanced reasoning across modalities. Gemini 3 Pro uses dynamic thinking by default to reason through prompts, and features a 1 million-token input context window with 64k output tokens.
An advanced chat model with a 1,048,576 token context window. As a "thinking" model, it reasons stepwise before responding, increasing transparency into its reasoning process.
Developer Resources
Everything you need to integrate and build.