AI Infra Academy
AI 前沿情报 · 每日自动更新

洞察 AI 业界
最新进展

开源模型发布、各模型推理吞吐与价格、vLLM / SGLang 社区动态、学术与工业界资讯,全自动聚合。

Highlights

Intelligence

智能指数 · 越高越好
60
Claude Fable 5 (Adaptive Reasoning, Max Effort, Opus 4.8 Fallback)
56
Claude Opus 4.8 (Adaptive Reasoning, Max Effort)
55
GPT-5.5 (xhigh)
54
Claude Opus 4.7 (Adaptive Reasoning, Max Effort)
53
Claude Sonnet 5 (Adaptive Reasoning, Max Effort)
53
GPT-5.5 (high)
51
GPT-5.4 (xhigh)
51
GLM-5.2 (max)
50
GPT-5.5 (medium)
50
Gemini 3.5 Flash (high)
47
Claude Sonnet 4.6 (Adaptive Reasoning, Max Effort)
47
Gemini 3.1 Pro Preview

模型性能榜单

模型机构智能指数吞吐 tok/s首 token (s)输入/输出 /1M
GPT-4o Realtime (Dec '24)OpenAI---$- / $-
Mi:dm K 2.5 Pro PreviewKorea Telecom---$- / $-
GPT-3.5 Turbo (0613)OpenAI---$- / $-
Claude Sonnet 5 (Adaptive Reasoning, High Effort)Anthropic-659.88$3.00 / $15.00
Claude Sonnet 5 (Adaptive Reasoning, Xhigh Effort)Anthropic-7819.67$3.00 / $15.00
EXAONE 4.5 33B (Non-reasoning)LG AI Research---$- / $-
Cogito v2.1 (Reasoning)Deep Cogito-910.88$1.25 / $1.25
GPT-5.5 Pro (xhigh)OpenAI---$- / $-
GPT-5.4 Pro (xhigh)OpenAI---$30.00 / $180.00
Gemini 3 Deep ThinkGoogle---$- / $-
Claude Sonnet 5 (Adaptive Reasoning, Low Effort)Anthropic-701.67$3.00 / $15.00
Claude Sonnet 5 (Adaptive Reasoning, Medium Effort)Anthropic-754.33$3.00 / $15.00
GPT-4o mini Realtime (Dec '24)OpenAI---$- / $-
Claude Fable 5 (Adaptive Reasoning, Max Effort, Opus 4.8 Fallback)Anthropic59.970149.84$10.00 / $50.00
Claude Opus 4.8 (Adaptive Reasoning, Max Effort)Anthropic55.75835.68$5.00 / $25.00
GPT-5.5 (xhigh)OpenAI54.89165.04$5.00 / $30.00
Claude Opus 4.7 (Adaptive Reasoning, Max Effort)Anthropic53.55615.12$5.00 / $25.00
Claude Sonnet 5 (Adaptive Reasoning, Max Effort)Anthropic53.474184.54$3.00 / $15.00
GPT-5.5 (high)OpenAI53.18421.91$5.00 / $30.00
GPT-5.4 (xhigh)OpenAI51.418094.10$2.50 / $15.00
GLM-5.2 (max)Z AI51.12071.43$1.40 / $4.40
GPT-5.5 (medium)OpenAI50.4935.44$5.00 / $30.00
Gemini 3.5 Flash (high)Google50.219829.11$1.50 / $9.00
Claude Sonnet 4.6 (Adaptive Reasoning, Max Effort)Anthropic47.253121.49$3.00 / $15.00
Gemini 3.1 Pro PreviewGoogle46.514526.62$2.00 / $12.00
Qwen3.7 MaxAlibaba46.02082.53$2.50 / $7.50
Gemini 3.5 Flash (medium)Google45.418719.97$1.50 / $9.00
MiniMax-M3MiniMax44.41001.44$0.30 / $1.20
GPT-5.3 Codex (xhigh)OpenAI44.310190.26$1.75 / $14.00
DeepSeek V4 Pro (Reasoning, Max Effort)DeepSeek44.3651.75$0.43 / $0.87

社区动态

transformers v5.13.0

# Release v5.13.0 ## New Model additions ### KimiK 2.5, 2.6, and 2.7 <img width="1097" height="400" alt="image" src="https://github.com/user-attachments/assets/c24d2232-a9b4-413b-a2c8-58d013b6dfbd" /> This release includes the architecture for Kimi 2.5 which is used by 2.5-2.7: Kimi K2.5 is an open-source, native multimodal agentic model that advances practical capabilities in long-horizon coding, coding-driven design, proactive autonomous execution, and swarm-based task orchest

transformers3 天前
vllm v0.24.0

# vLLM v0.24.0 Release Notes ## Highlights This release features 571 commits from 256 contributors (77 new)! * **MiniMax-M3**: Added support for the new **MiniMax-M3** model (#45381), with a fast follow-on of BF16/FP8 indexer via MSA (#45892), MXFP4 support (#45896), FP8 sparse GQA (#45744), and extensive AMD/ROCm tuning — mxfp8 MoE/linear on gfx950 (#45725), fp8_per_channel for bf16 weights on MI300X (#45854), FP8 KV-cache fix (#45720), and packed-modules mapping (#45794). A MiniMax-M2

vllm6 天前
sglang v0.5.14

# Highlights New Model Support: [GLM-5.2](https://docs.sglang.io/cookbook/autoregressive/GLM/GLM-5.2), [LiquidAI LFM2.5](https://docs.sglang.io/cookbook/autoregressive/LiquidAI/LFM2.5), [Kimi-K2.7-Code](https://docs.sglang.io/cookbook/autoregressive/Moonshotai/Kimi-K2.7-Code), [Poolside Laguna-M.1](https://docs.sglang.io/cookbook/autoregressive/Poolside/Laguna-M.1), [DiffusionGemma](https://docs.sglang.io/cookbook/autoregressive/Google/DiffusionGemma), Zyphra ZAYA1, MiMo-V2-ASR **DeepSeek-

sglang9 天前
transformers v5.12.1

# Patch release v5.12.1 Updated the lower bound for PEFT and a fix for auto tokenizer to properly resolve the mistral tokenizer (when `mistral-common` is installed). This is similar to v.5.10.3 minus the fixes that were already included in the main release - vLLM will first target 5.10.3 :hugs: * Fix `peft` lower bound #46605 by @hmellor (#46605) * mistral common backend fix #46667 by @itazap (#46667) **Full Changelog**: https://github.com/huggingface/transformers/compare/v5.12.0...v5

transformers21 天前
transformers v5.10.3

# Patch release v5.10.4 Update: Note that on pypi `5.10.3` doesn't exist and this this saved under `5.10.4` (so essentially a minor version skipped). Sorry about that, that's on me. Just wanted to clarify to make this less confusing! A few fixes needed for vLLM to sync with transformers :hugs: * [fix] regression introduced by #45534 #46456 by @eustlb (#46456) * Fix {image/video/audio}_token_ids in ProcessorMixin #46500 by @hmellor (#46500) * Fix InternVL models #46524 by @hmellor (#465

transformers21 天前
vllm v0.23.0

# vLLM v0.23.0 Release Notes Please note that Minimax M3 is not yet supported in this version. Please follow [vLLM recipe](https://recipes.vllm.ai/MiniMaxAI/MiniMax-M3) for usage guides for M3. ## Highlights This release features 408 commits from 200 contributors (63 new)! * **DeepSeek-V4 matures across backends**: Following its introduction in v0.22.0, DeepSeek-V4 received another large hardening and optimization pass. Its sparse MLA metadata is now decoupled from DeepSeek-V3.2 (#44

vllm21 天前
sglang v0.5.13

## Highlights **New Model Support**: - **Autoregressive**: [Nemotron 3 Ultra](https://docs.sglang.io/cookbook/autoregressive/NVIDIA/Nemotron3-Ultra) (Day-0, [blog](https://www.lmsys.org/blog/2026-06-04-nvidia-run-nemotron-3-ultra/)), [Step-3.7-Flash](https://docs.sglang.io/cookbook/autoregressive/StepFun/Step-3.7-Flash), Command A+ - **Diffusion**: [Cosmos3](https://docs.sglang.io/cookbook/diffusion/Cosmos/Cosmos3), [LingBot-World](https://docs.sglang.io/cookbook/diffusion/LingBot-World/L

sglang23 天前
transformers v5.12.0

# Release v5.12.0 ## New Model additions ### MiniMax-M3-VL <img width="886" height="583" alt="image" src="https://github.com/user-attachments/assets/ae9dd96f-6877-4531-a06b-a756686f24e5" /> MiniMax-M3-VL is the vision-language member of the MiniMax-M3 family that pairs a CLIP-style vision tower with 3D rotary position embeddings with the MiniMax-M3 text backbone. It uses a mixed dense/sparse Mixture-of-Experts decoder with SwiGLU-OAI gated experts and a lightning indexer for block-

transformers24 天前
transformers v5.11.0

# Release v5.11.0 ## New Model additions ### DiffusionGemma <img width="1240" height="700" alt="image" src="https://github.com/user-attachments/assets/5081e449-6374-4076-bd96-d295c8334ca4" /> DiffusionGemma is engineered to reduce the sequential bottlenecks of standard causal language models by employing an encoder-decoder architecture specifically optimized for inference speed. During inference, DiffusionGemma leverages multi-canvas sampling, where rather than generating one token

transformers26 天前
vllm v0.22.1

## Highlights This release features 8 commits from 6 contributors (1 new)! v0.22.1 is a patch release on top of v0.22.0 with targeted bug fixes plus a couple of additions: new model support for JetBrains' Mellum v2, zentorch-accelerated quantized linear inference on AMD Zen CPUs, and fixes for multi-node Ray data-parallel serving, DeepSeek-V4 initialization, and a few model-loading regressions. ### Model Support * New model: JetBrains' **Mellum v2**, an open-weights Mixture-of-Experts

vllm1 个月前
transformers v5.10.2

# Patch release v5.10.2 There was a big bug in the model conversion of models related to clip, this affected models like sam3 and others. Please make sure to update :pray: * Fix conversion for clip models by @zucchini-nlp (#46406) **Full Changelog**: https://github.com/huggingface/transformers/compare/v5.10.1...v5.10.2

transformers1 个月前
transformers v5.10.1

# Release v5.10.1 v5.10.0 was yanked as we publish on a corrupted branch. Sorry everyone, this happens when we rush a release!!! ## New Model additions ### Gemma4 unified+ Gemma4 MTP <img width="2000" height="400" alt="image" src="https://github.com/user-attachments/assets/5e3ee940-f78d-4343-ac7a-889930800aa6" /> Gemma 4 12B Unified is an **encoder-free** multimodal model with pretrained and instruction-tuned variants. Unlike [standard Gemma 4](./gemma4), which uses dedicated encoder

transformers1 个月前

学术 / 工业资讯

LACUNA: A Testbed for Evaluating Localization Precision for LLM Unlearning

LLMs memorize sensitive training data, including personally identifiable information (PII), creating a pressing need for reliable post hoc removal methods. Unlearning has emerged as a promising solution, with state-of-the-art(SOTA) methods often following a localize-first, unlearn-second paradigm that targets specific model parameters. However, existing benchmarks evaluate unlearning solely at the output level, leaving open the question of whether unlearning truly erases knowledge from a model's

arxiv4 天前
Program-as-Weights: A Programming Paradigm for Fuzzy Functions

Many everyday programming tasks resist clean rule-based implementation, such as alerting on important log lines, repairing malformed JSON, or ranking search results by intent, and are increasingly outsourced to large language model APIs at the cost of locality, reproducibility, and price. We propose fuzzy-function programming: compiling such a function from a natural-language specification into a compact, locally-executable neural artifact. We instantiate this paradigm with Program-as-Weights (P

arxiv4 天前
Online Safety Monitoring for LLMs

Despite alignment training, LLMs remain prone to generating unsafe outputs at deployment time. Monitoring outputs online and raising an alarm when safety can no longer be assumed is therefore critical. We study a simple real-time monitor that turns a verifier signal from an external model into an alarm decision by thresholding, with the threshold calibrated via risk control. In experiments on mathematical reasoning and red teaming datasets, we show that this simple design is competitive with mor

arxiv4 天前
What LLM Agents Say When No One Is Watching: Social Structure and Latent Objective Emergence in Multi-Agent Debates

LLM agents will increasingly act in socially structured settings where role, audience, and relational context can shape what is advantageous or costly to say. We study whether such social structure, without any explicit objective in the prompt, changes what an agent expresses publicly relative to an off-the-record (OTR) channel elicited under the same condition. We introduce a dual-channel debate framework in which agents produce public utterances that enter the shared history alongside OTR resp

arxiv4 天前
Reasoning LLM Improves Speaker Recognition in Long-form TV Dramas

Long-form TV dramas present a formidable challenge for comprehensive video understanding, where deciphering complex storyline often relies on \textbf{speaker recognition}, the task of accurately attributing each spoken utterance to its respective character. In this paper, we advance this field through two primary contributions. (1) We introduce \textbf{DramaSR-532K}, a large-scale benchmark comprising 532K annotated dialogue lines across more than 900 unique characters, necessitating the integra

arxiv4 天前
Towards Robustness against Typographic Attack with Training-free Concept Localization

Models trained via Contrastive Language-Image Pretraining (CLIP) serve as the foundational vision encoders for most modern Large Vision Language Models (LVLMs). Despite their widespread adoption, CLIP models exhibit a critical yet underexplored failure mode: irrelevant text appearing within images confounds visual representations, biasing them toward lexical meaning rather than true visual semantics. This robustness issue, commonly described as a Typographic Attack (TA), exposes a vulnerability

arxiv4 天前
Visually Grounded Self-Reflection for Vision-Language Models via Reinforcement Learning

Large vision-language models can reason over multimodal inputs by generating textual chains of thought (CoT). A key capability exhibited in CoT reasoning is self-reflection: revisiting earlier decisions and correcting previous errors. However, existing LVLMs often fail to properly attend to visual inputs during reflection, limiting their ability to translate feedback into grounded corrections, especially for out-of-distribution images. To address this issue, we propose a novel reinforcement lear

arxiv4 天前
Audio-Based Understanding of Audiobook Narration Appeal

Narration is central to the audiobook listening experience, shaping how listeners engage with and understand the content. This work explores how narration qualities shape an audiobook's appeal, noting that their effects can vary by genre, title, and audience. We extract vocal and acoustic features (e.g., tone, pace, loudness) from LibriVox using pre-trained audio models and analyse their relationship with consumption data (specifically, view-rate) and their interplay with genre and title. Despit

arxiv4 天前
TestEvo-Bench: An Executable and Live Benchmark for Test and Code Co-Evolution

Software tests and code evolve together: a code change should be followed by new or updated tests that record the new software behavior. Yet existing test generation and update benchmarks often isolate the test from the code change, and rely on static metadata that does not verify whether a test is executable or semantically tied to the code change. This makes it difficult to evaluate whether a test automation agent understands how a code change should propagate into the test suite. We introduce

arxiv4 天前
Will Scaling Improve Social Simulation with LLMs?

Large Language Model (LLM) social simulations are a promising research method, but they are not yet faithful enough to be adopted widely. In this work, we investigate whether the current scaling paradigm in language modeling is likely to close these gaps, or whether simulation fidelity is orthogonal to general capabilities and therefore deserving of more research attention. We use scaling laws to study the relationship between LLMs' compute scale, general capability benchmarks, and the fidelity

arxiv4 天前
Language Models as Measurement Apparatus for Culture

Language models are increasingly used to quantify cultural phenomena, but what makes such measurement distinctively cultural? This paper argues that NLP work on culture is a material-discursive practice: the apparatus -- model, data, annotation, evaluation -- participates in constituting the cultural reality it measures, rather than passively recording it. Drawing on Karen Barad's concept of the agential cut -- the contingent boundary between phenomenon and instrument -- I show that the apparatu

arxiv4 天前
EvoPolicyGym: Evaluating Autonomous Policy Evolution in Interactive Environments

Autonomous agents are increasingly expected to improve executable policies through feedback, yet existing evaluations often collapse this process into a final score or confound it with open-ended software-engineering progress. We introduce Autonomous Policy Evolution, a controlled evaluation setting in which a harness-model agent repeatedly edits an executable policy system under a fixed interaction budget. We instantiate this setting in EvoPolicyGym, a benchmark built from compact interactive R

arxiv4 天前

模型性能数据来自 Artificial Analysis,发布与社区动态来自 GitHub / arXiv,每日自动更新。