Fireworks AI 發布 Fireworks Nexus:即插即用路由與成本控制層,將常規編碼工作轉移至開源權重模型
重點摘要
Fireworks AI 發布了 Fireworks Nexus,這是一個專為工程組織設計的 AI 管理與路由平臺。它將開發者既有的編碼工具連接到一個託管式的開源權重模型層。其欲解決的問題已有充分記錄。富比士報導指出,Uber 在四個月內耗盡了其 2026 年整個 AI 預算。Claude Code 在去年 12 月推出後,已覆蓋約 5,000 名工程師。Fireworks 引用同一份報告,指出採用代理式 AI 的工程師比例在兩個月內從約三分之一躍升至超過五分之四。Fireworks 認為根本問題在於資源錯配,而非過度支出。大多數組織以前沿模型的價格運行常規工作。操作上的複雜性使得平臺團隊對轉向開源權重模型興趣缺缺。Fireworks Nexus 由……構成。
Fireworks AI has released Fireworks Nexus, an AI management and routing platform aimed at engineering organizations. It connects the coding tools developers already use to a managed layer of open-weight models. The problem it targets is well documented. Forbes reported that Uber exhausted its entire 2026 AI budget in four months. Claude Code had reached roughly 5,000 engineers after a December rollout. Fireworks cites the same report, noting agentic adoption climbed from about a third of engineers to more than four-fifths in two months. Fireworks frames the underlying issue as a mismatch, not an overspend. Most organizations run routine work at frontier prices. Operational complexity has made switching to open-weight models unattractive for platform teams. Fireworks Nexus Nexus is composed of three components: 1. Enterprise controls and cost observability: Teams set budgets at the team or company level. They track ROI across models and tools, and enforce policy from one place. Requests run on the Fireworks production inference platform, with US-hosted endpoints, zero data retention, and coverage across 20 global data centers. 2. Workflow continuity: FireConnect is a one-line install that maps harness model slots to Fireworks models. It is released under Apache 2.0 and can be installed from the Fireworks Dashboard in a single command. Claude Code, Codex and OpenCode keep working unchanged. FireConnect runs on Fireworks Serverless APIs that are Anthropic- and OpenAI-compatible, so most tools connect with a base URL and a model ID. 3. Intelligent traffic management: A custom trained model scores each request’s difficulty. Routine requests go to a cost-effective open-weight model served by Fireworks. Difficult requests pass through to your existing provider on your own key, which Fireworks states is never stored server-side. The research team reports this typically delivers a 3–5× cost reduction. One important note for anyone planning a rollout. The router is a research preview. It currently routes between Claude Opus 5 and GLM-5.2, so the pass-through path requires an Anthropic key. An all-open configuration routes between Kimi K3 and GLM-5.2 instead. (function(){ var f=document.getElementById('mtp-nexus-explainer'); window.addEventListener('message',function(e){ if(e&&e.data&&e.data.mtpEmbed==='nexus-explainer'&&e.data.height){ f.style.height=e.data.height+'px'; } },false); })(); Performance Fireworks research team has been testing Nexus with dev teams including Notion and Doximity. Preliminary results show a one-third reduction in cost per merged pull request. The research team also reports a blended token rate roughly a quarter of the closed model labs. These are vendor figures from a preview program, and should be read that way. The more useful evidence comes from two independent evaluations Fireworks cites. Faros AI ran 211 real engineering tasks drawn from 12 repositories across seven model-and-harness routes. Claude Code on GLM-5.2 scored 0.568 on a model-based rubric judge. Claude Code on Opus 4.8 scored 0.521. The cost gap was larger than the quality gap: $0.92 per task against $1.76. Cache share was 89.7% and 99.7% respectively, so caching does not explain the result. Faros stresses that the cohort is company-specific and not a universal leaderboard. Arize, in a joint study with Fireworks, evaluated 10 models on 40 Terminal-Bench tasks at six trials each. That is 2,400 runs and $626 of API spend, graded by each task’s own test suite. The headline metric is cost per successful task, which counts every failed and retried attempt. Two findings from that study bear directly on the Nexus design. On easy tasks the frontier premium buys nothing: Kimi K2.6 passed 73% where GPT-5.5 passed 69%. On hard tasks only the top tier competes, with GPT-5.5 at 51% and Kimi K3 at 32%. Arize’s evaluation harness is open source, so teams can rerun it on their own workloads. Routing simulated over those runs beat every single-model strategy. A deliberate escalation ladder reached $0.525 per successful task while reliably solving 32.3 of 40 tasks. GPT-5.5 alone cost $0.636 and reliably solved 25 of 40. Naive escalation through all ten models cost $1.319, worse than any single model tested. Ladder design is not optional. How teams actually turn it on There are three practical paths, and they have different blast radii. The FireConnect path is the lowest friction. The installer requires the Claude Code CLI already on PATH, prompts once for a Fireworks API key, registers a plugin marketplace, and writes Claude Code settings with a timestamped backup. It exposes /fireconnect:on, /fireconnect:off, /fireconnect:setup, /fireconnect:models and /fireconnect:set-models. The second path skips the plugin entirely. Set ANTHROPIC_BASE_URL and a Fireworks key, or use the OpenAI-compatible client with a changed base URL and model ID. Arize noted that adding a model to its harness was one config line. That interchangeability is what makes an escalation ladder buildable. The third path is the router itself, which sits in front of an existing frontier contract. (function(){ var f=document.getElementById('mtp-nexus-deploy'); window.addEventListener('message',function(e){ if(e&&e.data&&e.data.mtpEmbed==='nexus-deploy'&&e.data.height){ f.style.height=e.data.height+'px'; } },false); })(); Key Takeaways Independent runs from Faros AI (211 tasks) and Arize (2,400 runs) support routing by difficulty, not by brand. Fireworks Nexus is a drop-in AI management and routing layer for engineering orgs, announced July 26, 2026. Three parts ship: enterprise cost controls, FireConnect for workflow continuity, and a difficulty-aware router. FireConnect is Apache 2.0, installs in one line, and keeps Claude Code, Codex and OpenCode unchanged. Fireworks quotes 3–5× cost reduction and a 33% drop in cost per merged PR in preliminary customer testing. Sources: Fireworks Nexus announcement, FireConnect repository, Faros AI evaluation and Arize cost-per-successful-task benchmark The post Fireworks AI Releases Fireworks Nexus: A Drop-In Routing and Cost-Control Layer That Moves Routine Coding Work to Open-Weight Models appeared first on MarkTechPost.
Related
相關文章

阿里雲 Qoder 開源 Better Harness,面向編程 Agent 的分析與持續改進工具
首頁 > 智能時代>人工智能 阿里雲 Qoder 開源 Better Harness,面向編程 Agent 的分析與持續改進工具 2026/7/29 9:56:31 來源:IT之家 作者:故淵 責編:故淵 評論: 感謝IT之家網友 Domado 的線索投遞!

Kimi K3 正式公佈焚訣,這下它真成活菩薩了?
# Kimi K3 正式公佈焚訣,這下它真成活菩薩了? 在國產開源大模型的賽道上,一顆重磅炸彈再次被引爆。7月27日晚,Kimi K3 模型正式在 Hugging Face 平台上開源,消息一出,半小時內便斬獲了超過4000個贊,成為該平台有史以來最受關注的開源模型之一。這個被業內戲稱為「活菩薩」的舉動,不僅僅是一次簡單的模型開放,更是一場技術自信的全面展示。 ## 開源即焚訣:K3 真正做到了「傾囊相授」 與以往許多開源模型僅提供權重文件不同,Kimi 這次可謂是誠意滿滿。

柔性觸覺感知企業獲新一輪融資,預計2026年公司營收翻10倍|硬氪首發
好的,這是根據您提供的來源資料,重新整理並撰寫的一篇完整新聞稿。 --- ### 標題:破解具身智能數據饑渴,柔性觸覺感知企業「堯樂科技」獲Pre-A+輪融資,預估2026年營收暴漲10倍 **導語:** 隨著人形機器人硬件工程逐漸成熟,觸覺數據的結構性短缺已成為制約產業發展的關鍵瓶頸。專注於柔性織物傳感技術的「堯樂科技」近日完成Pre-A+輪融資,其獨創的「織物即傳感器」數據手套方案,旨在為具身智能、世界模型等前沿領域提供高質量的真實物理交互數據,填補市場巨大缺口。

當它們選擇放棄全自研,能否上全球新牌桌?
好的,這是一篇根據您提供的資料重寫的完整新聞稿。 --- ### **放棄全自研,擁抱AI巨頭:日本機器人產業能否重返全球牌桌?** 過去兩年,全球具身智能(Embodied AI)與人形機器人賽道風起雲湧,融資紀錄在中美之間輪流刷新,兩國的機器人正快速從實驗室走進工廠、踏上發表會舞台。在這場席捲全球的科技浪潮中,業界普遍認為,真正的競爭者只有中美兩國。然而,一個曾經定義了「機器人」一詞的國家——日本,卻在很長一段時間內顯得異常沉默。

從吳啟華到王祖賢,明星為什麼願意把臉“賣”給AI?
王祖賢近日授權其年輕肖像給網易遊戲《天下》,利用AI復刻經典角色,成為明星AI肖像商用授權的新案例。吳啟華也將年輕肖像授權給AI電影,顯示老牌明星正透過AI將經典形象轉化為可持續開發的數位資產。此模式雖有市場需求,但法律與授權邊界問題仍待解決,現階段僅適用於淡出螢幕的經典明星。
