explainx.ainewsletter3.5k
TrendingNewsPathwaysSkills
Pricing
explainx.ai

Upskill in AI — 16 free pathways, live workshops & bootcamps, and 50+ courses from practitioners. Plus the skills, tools, and MCP servers to practice on.

follow us

custom AI agents

[email protected]

get started

Find your pathTake Free Evaluation

learn

pathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serversexplainx mcptoolsagentsllmsdesignsagi trackerranks

company

aboutvisionmissionteaminstructorscommunityhackathonscareers

content

daily AI newsstate of AI — live resultsblogreleasespromptsgeneratorsresource librarydemofor LLMs

solutions

all solutionsdeveloper upskillingmarketing upskillingproduct manager upskillingleadership upskilling

More from us

InfloqInfluencer marketingBgBlurPrivacy-first blurOlly SocialSocial AI copilotCeptoryVideo intelligenceBgRemoverBackground removal

newsletter · weekly

Get AI news, tools, and insights in your inbox.

supportprivacytermsdata rightssubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

On this page

  • TL;DR — what people are asking
  • Who is Agnes AI?
  • The benchmark chart — internal evaluation
  • Free API — how to test today
  • Agnes 2.5 Pro vs frontier models
  • Singapore and the frontier narrative
  • What developers should do now
  • Honest limitations
  • What to watch next
  • Related on explainx.ai
← Back to blog

explainx / blog

Agnes 2.5 Pro: Singapore Free Coding Model Hits 82.7 SWE-bench Verified

Agnes 2.5 Pro from Singapore Sapiens AI claims 82.7 SWE-bench Verified, 78.7 Multilingual — free OpenAI-compatible API. explainx.ai maps internal evals vs Opus 4.8, GLM 5.2, DeepSeek V4, and what is not open source.

Jul 13, 2026·8 min read·Yash Thakker
Agnes AISingapore AISWE-benchFree APIAgentic CodingMultimodal AI
go deep
Agnes 2.5 Pro: Singapore Free Coding Model Hits 82.7 SWE-bench Verified

Singapore just showed up on a SWE-bench chart.

On July 13, 2026, @RoundtableSpace amplified Agnes 2.5 Pro — a free API from Sapiens AI claiming 82.7 on SWE-bench Verified, 78.7 on Multilingual, and SWE Atlas gains that beat GLM 5.2 and DeepSeek V4 Pro on several cuts. The post hit 59.6K views in hours.

The frontier map is no longer US + China only — but read the fine print: these are internal evaluations, the weights are not open, and Opus 4.8 still leads on the hardest bars.

Weekly digest3.5k readers

Catch up on AI

Curated AI updates on agents, skills, and MCP — delivered to your inbox. Unsubscribe anytime.

TL;DR — what people are asking

QuestionAnswer (July 13)
What shipped?Agnes 2.5 Pro + 2.5 Flash — coding agent models
Headline scores?82.7 SWE-bench Verified · 78.7 Multilingual
Free?Yes — API at apihub.agnes-ai.com/v1
Open source?No — API-only, no Hugging Face weights
OpenRouter?Not yet — register on Agnes platform
vs Opus 4.8?Trails on Verified/Pro/Terminal · leads Multilingual
Singapore frontier?Product company, not NAIS sovereign training

Who is Agnes AI?

FieldDetail
CompanySapiens AI (parent) · Agnes AI (product/API)
EntitySingapore Sapiens Technology PTE
FoundedJuly 2025
FounderBruce Yang — Raffles Institution · NUS AI PhD track · UC Berkeley CS + Applied Math
Funding~$20M total · $10M Series A (Feb 13, 2026, LOOK FORWARD VCC)
Users6M+ (Feb 2026, per TechTimes)
ARRApproaching $20M (Mar 2026)
IPO rumorSingapore Exchange listing target end of 2026

Agnes positions as world-class multimodal AI for everyone — text, image, video on one OpenAI-compatible gateway. Prior third-party rankings (May 2026): Claw-Eval top 10, Artificial Analysis image top 20, PinchBench top 10 — Agnes claims first Singapore-founded lab at that tier.

Official docs: agnes-ai.com/doc/overview · GitHub catalog: AgnesAI-Labs/AgnesAI-Models (773★ as of July 2026).


The benchmark chart — internal evaluation

Agnes published an INTERNAL EVALUATION comparing Agnes 2.5 Pro, 2.5 Flash, and 2.0 Flash against GLM 5.2, DeepSeek V4 Pro 1.6T, Claude Opus 4.8, and Qwen3.5 397B.

Agnes 2.5 Pro, 2.5 Flash and 2.0 Flash vs leading models across coding benchmarks — internal evaluation

Agnes 2.5 Pro — headline numbers

BenchmarkAgnes 2.5 ProBest competitor on chartLeader
Terminal-Bench 2.177.3Opus 85.0Opus
SWE-bench Verified82.7Opus 87.6 · DeepSeek 80.6Opus
SWE-bench Pro61.8Opus 69.2 · GLM 62.1Opus
SWE-bench Multilingual78.7DeepSeek 75.2 · GLM 73.3Agnes
SWE Atlas — QnA40.8Opus 48.8 · DeepSeek 27.2Opus
SWE Atlas — RF42.4Opus 46.7Opus
SWE Atlas — TW38.9(Qwen 18.5)Agnes

explainx.ai read: Agnes 2.5 Pro is competitive with DeepSeek V4 and GLM 5.2 on several cuts, not yet Opus-class on Verified/Pro/Terminal — but free changes the economics for agent builders testing harnesses.

Agnes 2.5 Flash — generational jump from 2.0

Benchmark2.0 Flash2.5 FlashDelta
Terminal-Bench 2.152.662.3+9.7
SWE-bench Verified72.475.8+3.4
SWE-bench Pro49.650.4+0.8
SWE-bench Multilingual67.369.1+1.8
SWE Atlas QnA15.836.5+20.7
SWE Atlas RF11.429.5+18.1
SWE Atlas TW13.527.5+14.0

SWE Atlas is a newer agentic coding suite — Ornith-1.0 docs describe QnA/RF/TW harnesses with mini SWE agents. Agnes's 2.0 → 2.5 Flash jump on Atlas is the story Mario Nawfal highlighted — if reproducible, it signals real agent-training progress, not just Verified saturation.

Critical caveat — internal eval

The chart is labeled INTERNAL EVALUATION. Unless Agnes publishes:

  • Harness configs (OpenHands? Terminus? custom?)
  • Temperature, context window, run count
  • Independent reproduction on SWE-bench leaderboards

…treat numbers as directional marketing, not field position. Same discipline we apply to vendor GPT-5.6 threads and GLM arena claims.


Free API — how to test today

Quick start (OpenAI SDK)

python
from openai import OpenAI

client = OpenAI(
    api_key="YOUR_AGNES_KEY",
    base_url="https://apihub.agnes-ai.com/v1",
)

response = client.chat.completions.create(
    model="agnes-2.5-pro",
    messages=[
        {"role": "user", "content": "Fix this pytest failure: AssertionError on line 42"}
    ],
)
print(response.choices[0].message.content)

Registration path

  1. Sign up: platform.agnes-ai.com — email, no credit card for own models
  2. Create API key in console
  3. Swap base_url in existing OpenAI-compatible agents
  4. Backoff on 429s — free tier 20 RPM text (per GitHub catalog, June 2026)

Model IDs (July 2026)

ModelTypeNotes
agnes-2.5-proText / codingNew Pro tier
agnes-2.5-flashText / codingFaster · Atlas gains
agnes-2.0-flashText / VLMPrior gen · Claw-Eval #9 claim
agnes-image-2.0-flashImage gen/editMultimodal stack
agnes-video-v2.0Video + audio syncAsync task API

Not on OpenRouter yet — @skipper4848 asked on X; no public listing confirmed. Third-party models through Agnes require paid membership (pricing TBA).


Agnes 2.5 Pro vs frontier models

vs Claude Opus 4.8

DimensionAgnes 2.5 ProOpus 4.8
SWE-bench Verified82.7 (internal)87.6 (internal chart)
SWE-bench Pro61.869.2
Terminal-Bench 2.177.385.0
AccessFree APIClaude subscription / API $$$
WeightsClosedClosed
MultimodalNative image/video APIClaude vision via API

When Agnes wins: Budget agent loops, Multilingual SWE, Singapore/APAC latency, zero-cost eval harness prototyping.

When Opus wins: Hardest autonomous coding, Fable-class depth, production where 3–5 pt Verified gap matters.

vs GLM 5.2 (open weights)

DimensionAgnes 2.5 ProGLM 5.2
SWE-bench Multilingual78.773.3
Terminal-Bench 2.177.381.0
SWE-bench Pro61.862.1
LicenseAPI-onlyMIT · self-host
CostFree tier RPM limitsGPU + hosting

@preferredev_ on X: "probably built on another open source model like GLM, Deepseek, or Kimi" — unverified. Agnes markets indigenous multimodal training; no public architecture paper yet.

vs DeepSeek V4 Pro

DimensionAgnes 2.5 ProDeepSeek V4 Pro
SWE-bench Verified82.780.6
SWE-bench Multilingual78.775.2
Terminal-Bench 2.177.364.0
SWE Atlas QnA40.827.2
AccessFree Singapore APIDeepSeek API / weights TBD

Agnes leads on terminal + Atlas in this chart; DeepSeek still competitive on Verified.


Singapore and the frontier narrative

Our Singapore AI landscape (June 2026) framed the city-state as trusted hub + governance, not indigenous GPT-class training. Agnes complicates that story:

snippet
Singapore AI (July 2026)
├── NAIS 2.0 — sector missions, NVIDIA lab, ASEAN chair 2027
├── Hub routing — US/China/open-weight deployment
└── Agnes AI — indigenous product · free API · SWE-bench marketing

Not the same as: US frontier labs (OpenAI, Anthropic) or China sovereign stacks (Zhipu, DeepSeek, Qwen). Agnes is a venture-backed API company — closer to regional product innovation than NAIS compute sovereignty.

Geopolitical angle from X: @UsmanAnzaar — "More countries releasing models = larger attack surface." Free multimodal APIs lower builder friction; they also expand prompt-injection and data-exfil surfaces for agent tools. Same threat model as Grok build repo secrets and DCG for coding agents.


What developers should do now

  1. Register and run 50 real tickets from your backlog — not leaderboard faith
  2. Compare against GLM-5.2 self-hosted on cost-at-quality
  3. Log harness — document model ID, RPM errors, tool-calling behavior
  4. Do not ship secrets — free API ≠ enterprise DPA; read Agnes security notice
  5. Watch OpenRouter — routing would change multi-model stacks
  6. Pair with local guardrails — DCG if agents get shell access

Agent loop prompt (copy-paste)

snippet
You are a coding agent using Agnes 2.5 Pro.
Task: {one real GitHub issue from our repo}
Rules:
- Read failing test output first
- Propose minimal patch
- Run tests before claiming done
- Stop if rate-limited (429) and report

Honest limitations

GapDetail
Not open source@BosonJoe: "Not open source, unfortunately"
Internal eval onlyNo public SWE-bench submission link yet
Rate limits20 RPM free · burst errors documented
Architecture opaqueDistillation rumors unconfirmed
EnterpriseDPAs, audit logs, residency — verify before prod
Multimodal claimsImage/video free — quality vs Flux/MiniMax needs your eval

What to watch next

SignalWhy
Independent SWE-bench runConfirms or deflates 82.7
OpenRouter listingPrice discovery + routing
Weight releaseWould flip open-source narrative
Agnes 2.5 Flash defaultCheap agent tier for APAC
Singapore IPOSGX listing end-2026 rumor
NAIS updateDoes government cite Agnes as sovereign win?

Related on explainx.ai

  • Singapore AI landscape — NAIS hub vs frontier
  • GLM-5.2 MIT open weights — Code Arena #2
  • Closed vs open-source frontier alternatives
  • SWE-bench complete guide
  • Ornith-1.0 — SWE Atlas methodology
  • Codex vs Claude Code
  • China free-model playbook
  • DCG — agent command safety

Sources: @RoundtableSpace July 13, 2026 · Agnes AI docs · AgnesAI-Models GitHub · TechTimes — Agnes funding/users · DEV Community — free multimodal API


Benchmark values reflect Agnes internal evaluation as circulated July 13, 2026. Reproduce on your own tasks before changing production defaults — vendor charts are starting points, not warranties.

Yash Thakker

Written by

Yash Thakker

Yash is an AI expert with over 300K learners. Join his workshops →

Related posts

Aug 2, 2026

Karpathy’s $10 Opus 5 Lord of the Rings World: The New AI Eval

Opus 5 ran for roughly two hours and wrote 5,500 lines of procedural Three.js code from one literary paragraph. The interesting result is not perfect game development—it is custom software becoming cheap before agents can reliably watch, play, and critique what they create.

Jul 26, 2026

The AI Benchmark Numbers That Need Fact-Checking

A launch chart can be numerically accurate and still mislead buyers. This source-first audit checks five 2026 model claims and shows which results hold, which are conditional, and which remain vendor-only.

Jul 26, 2026

AI Coding Agent Evals: How They Score on Real Repositories

Feature comparisons tell you what coding agents can click; repository evals test whether they can ship a correct change. This guide compares public signals and gives teams a reproducible private benchmark.