The Model Bench
Eleven open models, every one loaded and ready on local hardware. Zero cloud API calls, zero waitlists.
Model table last updated September 2026.
Qwen3.8-27B BF16 / FP8 / NVFP4 W4A4
Every trial session connects to a live local machine running Qwen3.8-27B, accessible through two distinct paths:
Open WebUI in the browser. No setup. Good for judging output quality, prompt behavior, and document retrieval (RAG) on your own files.
An OpenAI-compatible endpoint on the same machine. A base URL, a scoped key, and the served model name. Point your existing tooling at it and change nothing else.
What the endpoint is for
A chat window tells you whether you like the output. It cannot tell you whether the model holds up inside your systems. The endpoint can.
Point your evaluation harness at it and run your own test set. Wire it into a coding tool by changing one base URL. Exercise tool calling and structured output the way your agents actually use them. Generate concurrent load and watch what happens. Run the same prompts you already run against a hosted API and compare directly.
It is OpenAI-compatible, so most tooling needs one configuration change and no code.
What You Receive on Session Start
On session start you receive:
- A base URL
- A scoped API key, valid for the session window only
- The served model name string
- The available endpoints:
/v1/chat/completions,/v1/completions,/v1/models - The key is revoked when the session ends.
curl https://<your-session-host>.gpunexus.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <scoped-api-key>" \
-d '{
"model": "qwen3.8-27b",
"messages": [
{"role": "user", "content": "Analyze this codebase structure."}
]
}'| Model | Class | Context | Min. Hardware | Engines | Precision & Footprint | Use Case & Capabilities |
|---|---|---|---|---|---|---|
GLM-5.3-FlashFRONTIER | MoE 320B / 18B active | 1M | Dual Spark | vLLM, SGLang | FP8 ~331GB NVFP4 ~170GB | |
Qwen3.8-Flash-NextFRONTIER | MoE ~180B / 6B active | 262K→1M | Single Spark | vLLM, SGLang | 4-bit ~93–111GB FP8 ~173GB | Commercial MaaS threshold applies. We confirm license fit during assessment. |
GLM 5.2FRONTIER | MoE 743B / 40B active | 1M | Quad Spark | vLLM, SGLang | NVFP4~375GB | |
DeepSeek-V4-Flash-0731FRONTIER | MoE 284B / 13B active | 1M | Dual Spark | vLLM, SGLang | NVFP4~142GB | |
Qwen3.8-27BDEFAULT TRIAL | Dense 27.78B | 262K→1M | Single Spark | SGLang, vLLM | BF16 ~56GB FP8 ~28GB / NVFP4 | |
Qwen3.6 35B A3B | MoE 35B / 3B active | 128K | Single Spark | vLLM, SGLang | BF16~70GB | |
Qwen3.5 122B A10B | MoE 122B / 10B active | 128K | Single Spark | vLLM, SGLang | NVFP4~61GB | |
Gemma 4 31B | Dense 31B | 256K | Single Spark | vLLM, SGLang | BF16~62GB | |
Mistral Medium 3.5 | Dense 128B | 256K | Single Spark | vLLM, SGLang | NVFP4/Q4~64GB | |
Nemotron 3 Super | MoE 120B / 12B active | 128K | Single Spark | vLLM, SGLang | NVFP4~60GB | |
GPT-OSS 120B | MoE 117B / 5B active | 128K | Single Spark | vLLM, SGLang | MXFP4~63GB |
Some frontier open models exceed single-site deployment, for example Kimi K3 at 2.8T total parameters and roughly 1.56TB of weights. We size multi-node builds for these on request.
Test Any Model on Your Prompts
We configure a private session with your preferred model and context length so you can benchmark latency, first-token speed, and output quality.