DocsModel Gateway
Model Gateway
Neural Inverse has two separate model services:
| Service | What it does |
|---|---|
free.neuralinverse.com | Free OSS models - DeepSeek, Llama, Mistral, Kimi. No key, free forever. |
model.neuralinverse.com | Paid third-party models - Claude, GPT-4o, Gemini. Configure provider credentials here. |
free.neuralinverse.com
Free forever. No API key, no credit card, no trial expiry. These models show as niFreeModels in the IDE model picker:
| Model | Notes |
|---|---|
| deepseek-r1 | Reasoning |
| deepseek-r1-0528 | Updated reasoning checkpoint |
| deepseek-v3 | General purpose |
| deepseek-v4-flash | Fast inference |
| deepseek-v4-pro | Higher capability |
| llama-3.3-70b | Meta open-weight |
| llama-4-maverick | Meta latest generation |
| mistral-large-3 | Mistral open-weight |
| kimi-k2.6 | Moonshot AI open-weight |
model.neuralinverse.com
Access Claude, GPT-4o, Gemini, and other proprietary models by configuring your provider credentials. Supported providers:
- Anthropic (Claude)
- Azure OpenAI
- AWS Bedrock
Add credentials two ways:
- In the IDE: Settings, LLM Providers, enter your provider key
- In the dashboard: Go to
model.neuralinverse.com, open Provider Configuration
Once configured, click "Connect to Cloud IDE" in the model dashboard to automatically inject the model service credentials into all your workspaces.
API Keys
model.neuralinverse.com issues API keys for programmatic access. Generate them from the dashboard under API Keys.
Was this page helpful?
Last edited