Calvin CS provides a local AI system for students and faculty to access and test local open-source LLM AI models.
This is an instance of OpenWebUI, which provides a web interface for using and managing local AI models. CS runs a few GPU-capable servers that host models for this system. These models will rotate seasonally, usually once in the summer, once in the fall, and once in the spring. The current models available are:
"models": [
{
"_modelInformationUrl": "https://localai.calvin.edu/api/v1/models",
"id": "redhatai-qwen3-6-35b-a3b-nvfp4",
"name": "Qwen3.6-35B-A3B",
"url": "https://localai.calvin.edu/api/v1/",
"toolCalling": true,
"vision": true,
"maxInputTokens": 128000,
"maxOutputTokens": 16000,
"completionOptions": {
"stream": false
}
}
]
For each model, you will need to fill in the following information: