Quick answer: Antares 1B is an open-weight 1B-active-parameter security small language model by Cisco Foundation AI, purpose-built for terminal-based vulnerability localization. It achieves a File F1 of 0.209 on VLoc Bench — outperforming GLM-5.2 (753B), Gemini 3 Pro, and GPT-5 Mini — with a 128K context window and Apache 2.0 license. It completes a full 500-task repository sweep in ~13 minutes on a single H100.
Where Antares 1B leads
Where it lags
Best for: Security teams that need a deployable, on-premises vulnerability triage agent that can handle larger codebases (up to 128K context) while running locally to keep sensitive source code off the cloud.
Antares 1B is the mid-tier model in Cisco Foundation AI's Antares family — a trio of open-weight security small language models (350M, 1B, 3B) designed exclusively for one problem: given a CWE identifier and a source repository, autonomously locate the files most likely to contain the vulnerability. Rather than relying on external vector databases, it operates as a terminal agent: iteratively issuing shell commands (grep, find, cat), reasoning over outputs, revising its search strategy when a path is unproductive, and ultimately submitting a ranked list of suspect files for analyst review.
Built on IBM Granite 4.0 1B via a two-stage training pipeline — SFT on cybersecurity reasoning and terminal-navigation trajectories, followed by GRPO reinforcement learning over complete multi-turn agent rollouts — Antares 1B learned to search unfamiliar codebases the way an experienced security analyst would: follow code paths, cross-reference naming conventions, inspect call graphs, and backtrack efficiently.
At ~2B total parameters with a 128K context window, Antares 1B sits between the ultra-compact 350M variant and the higher-accuracy 3B. For most practical security workflows — CI/CD triage, advisory-driven CWE investigations, and shift-left scanning — it offers the best balance in the family: frontier-grade localization accuracy at a fraction of frontier inference cost, deployable on a single GPU without sending source code to any cloud API.
| Field | Value |
|---|---|
| Organization | Cisco Foundation AI |
| Active parameters | 1 billion (~2B total) |
| Architecture | Auto-regressive decoder-only transformer (IBM Granite 4.0 1B MoE hybrid backbone): 40 layers, hidden dim 2048, 16 attention heads, 4 KV heads (GQA), SwiGLU, RMSNorm, RoPE |
| Context window | 131,072 tokens (128K) |
| License | Apache 2.0 |
| Modality | Text |
| HuggingFace | fdtn-ai/antares-1b |
| Release date | 2026-07-21 |
| Knowledge cutoff | April 2025 |
| Training | SFT → GRPO (8× H100) |
| Input (per 1M tokens) | Output (per 1M tokens) | |
|---|---|---|
| Self-hosted | Open weights — hosting cost only | Open weights — hosting cost only |
Open-weight model under Apache 2.0. Access requires agreeing to share contact information with Cisco Foundation AI via the HuggingFace model page gating form. No per-token fees; running costs depend on your own infrastructure.
| Model | VLoc-Bench | License | Params |
|---|---|---|---|
| Antares 1B | 20.9% | Apache 2.0 | 1B |
| Antares 1B | 20.9% | Apache 2.0 | 1B |
Cisco's compact VLoc-Bench models. Antares 1B (20.9%) outperforms 350M (13.5%) on spatial reasoning.
Scores from Benchgen evaluations. Last updated 2026-07-24.
This model isn’t on any benchmark leaderboard yet.