Provider not supported in web mode
Error
Google Vertex not supported in web mode
AWS Bedrock not supported in web modeWhy this happens
Google Vertex AI and AWS Bedrock require native Node.js SDKs with local credential files. These cannot run in the browser-based web IDE.
Fix
Option A: Use the desktop IDE
Download Neural Inverse desktop:
- macOS/Linux:
curl -fsSL https://neuralinverse.com/sh | bash - Windows:
irm https://neuralinverse.com/win | iex
Vertex and Bedrock work in the desktop IDE with local credentials.
Option B: Use a different provider in the web IDE
Providers that work in the web IDE (browser):
- Neural Inverse Free Models (no setup needed in cloud workspaces)
- OpenAI
- Anthropic
- DeepSeek
- Groq
- Mistral
- OpenRouter
- Any OpenAI-Compatible endpoint
Option C: Use Model Gateway
If your organization needs Vertex/Bedrock models in the web IDE, configure them through Model Gateway which proxies the requests server-side.
Was this page helpful?
Last edited