Manage users, monitor usage, control access
| User | Top Model | Tokens | Usage |
|---|
| Model | Tokens | Share | Bar |
|---|
| Time | User | Model | Tokens |
|---|
| Name | Key (click to copy) | Status | Actions |
|---|
| Model | Foundry TPM | Foundry RPM | Input $/MTok | Output $/MTok |
|---|---|---|---|---|
| Claude Opus 4.6 | 1,003,000 | 1,003 | $15.00 | $75.00 |
| Claude Sonnet 4.6 | 1,001,000 | 1,001 | $3.00 | $15.00 |
| Claude Haiku 4.5 | 250,000 | 250 | $0.80 | $4.00 |
| GPT 5.5 | 1,000,000 | 1,000 | $2.00 | $10.00 |
| GPT 5.3 Codex | 250,000 | 250 | $1.50 | $7.00 |
| User | Prompt | Completion | Total Tokens | Est. Cost | Share |
|---|
| Model | Prompt | Completion | Reasoning | Cached | Est. Cost |
|---|
ANTHROPIC_API_KEY. See the Setup tab for full configuration guide.You don't have an API subscription yet. Activate to get your key and start using Foundry AI.
| Date | Prompt | Completion | Total | Est. Cost |
|---|
| Time | Code | Reason | User |
|---|
| Model | Requests | Success | Errors | Success Rate | Avg Latency |
|---|
Follow these steps to connect Claude Code and other AI tools through the Vituity AI Gateway.
The AI Gateway uses a private endpoint — you must be connected through Zscaler ZPA to reach it.
Verify connectivity:
You should see an IP address in the 10.x.x.x range (private). If you get a public IP or timeout, Zscaler is not routing correctly.
sub-yourname)Install the Claude Code extension:
Configure environment variables in VS Code:
Mac / Linux — add to your shell profile (~/.zshrc or ~/.bashrc):
Then reload your shell:
Windows — open PowerShell as Administrator:
Test with curl (Mac/Linux terminal):
Mac / Linux:
Windows (PowerShell):
Look for "text":"Hello!..." in the response. If you see Claude's reply, you're all set.
If you see an error instead, check the troubleshooting table below.
Available Models:
| Model | Provider | Best For |
|---|---|---|
| claude-sonnet-4-6 | Anthropic | Everyday coding — fast, capable, default for Claude Code |
| claude-opus-4-6 | Anthropic | Complex reasoning — architecture, debugging, long context |
| claude-haiku-4-5 | Anthropic | Quick tasks — autocomplete, short answers, lowest cost |
| gpt-5.5 | OpenAI | General purpose — alternative to Claude for app development |
| gpt-5.3-codex | OpenAI | Code generation — optimized for code tasks |
Common Errors:
| Error | Cause | Fix |
|---|---|---|
| 403 Forbidden | Invalid API key or no subscription | Check your key in Step 2. Contact admin if not subscribed. |
| Timeout / Connection refused | Zscaler not connected | Check Step 1 — verify ZPA is active and nslookup resolves. |
| DNS resolution failure | Zscaler not routing | Same as above — ZPA must be connected for private endpoint. |
| 429 Too Many Requests | Rate limited | Wait and retry. Limits: 500K tokens/min, 1000 requests/min per user. |
| 500 / 502 / 503 | Backend issue | Check the Health tab. Contact admin if persistent. |
| "model may not exist" | Wrong ANTHROPIC_BASE_URL (old path) | Run the fix script below to update all locations. |
Windows — Fix ANTHROPIC_BASE_URL Everywhere
If your URL is pointing to the old /anthropic path instead of /v2/anthropic, paste this into PowerShell from your project folder:
Mac / Linux — Fix ANTHROPIC_BASE_URL Everywhere