Mac (Apple Silicon)
Requires Apple M1 or newer. Signed by the developer and checked by Apple.
Download for MacVersion 0.3.3 · Apple Silicon · DMG · 441 MBTritonAI-Installer-0.3.3-arm64.dmg
Build with TritonAI
Request a Gateway key, connect a client, and run a first test. n8n access is a separate request, covered at the end of this page.
Submit the access form to receive your approved Gateway key and the models available to it. The approval records the access, limits, and billing treatment for the key.
UC-hosted models carry no recharge for campus administrative work. Cloud models and sponsored research require a departmental or project chartstring. Recharge is the campus term for internal billing to a chartstring.
Connect your approved key to TritonAI Harness, another compatible client, or your own code.
Native desktop app for local coding, file editing, terminal execution, and Microsoft 365 connections. In pilot for Mac (Apple Silicon) and Windows. Anyone with a Gateway key can request it.
Requires Apple M1 or newer. Signed by the developer and checked by Apple.
Download for MacVersion 0.3.3 · Apple Silicon · DMG · 441 MBTritonAI-Installer-0.3.3-arm64.dmg
Requires an x64 processor. Run setup and accept SmartScreen if prompted.
Download for WindowsVersion 0.3.3 · x64 · Setup EXE · 390 MBTritonAI-Installer-Setup-0.3.3-x64.exe
Version 0.3.3. Read release notes or view checksums.
Claude Code and Codex are supported alternatives. Hermes, OpenCode, and any client that accepts a base URL and API key connect the same way.
https://tritonai-api.ucsd.edu/v1api-glm-5.3Use the OpenAI Python SDK.
from openai import OpenAI
client = OpenAI(
base_url="https://tritonai-api.ucsd.edu/v1",
api_key="YOUR_KEY"
)
resp = client.chat.completions.create(
model="api-glm-5.3",
messages=[{"role":"user","content":"Hi"}]
)
See Model Hub for available routes.
Enter your key and verify your connection with a low-risk test prompt.
Paste the approved key into your client settings.
Select api-glm-5.3 (UC-hosted, 320K context) or an approved cloud route.
Confirm the model responds and check results.
If your key is rejected or models do not appear, remove extra spaces around your key. Keep the key private; support will never ask for your secret key.
Email tritonai@ucsd.edu with your operating system and error details. Never include the secret key in email.
n8n is the campus-hosted workflow platform. Access is granted separately from a Gateway key, and workflows that call a model use your key through the Gateway.
Ask the ITS-TritonAI team for access to the n8n platform.
Include your AD username, department, intended use case, and whether you need a testing environment.
Use your UC San Diego SSO credentials at n8n.tritonai.ucsd.edu.
You know the process and how it should handle exceptions. It runs on a schedule or when a message, file, or request arrives. For work that changes shape every time, start in TritonAI Harness instead.