Hugging Face BlogAI Agent

Foundry 受管計算上的 Hugging Face 模型

2026年7月7日 15:20

重點摘要

在 Microsoft Build 2026 上,我們宣佈了 Foundry 受管計算與 Foundry 上的 Hugging Face 模型——一個來自 Hugging Face 生態系統的開放權重模型精選目錄,每週更新,可一鍵部署至 Foundry 受管計算。模型權重預先部署於 Azure,運行環境由 Microsoft 建置與掃描,且目錄中的每個模型均享有與 Foundry 上其他模型相同的企業級安全性、治理、可觀測性與計費機制。平臺:Microsoft Foundry 與受管計算是用於建置與營運代理式 AI 應用程式的平臺。

站內 AI 整理稿

Back to Articles Hugging Face Models on Foundry Managed Compute Enterprise Article Published July 7, 2026 Upvote - Manoj Bableshwar manojsb Follow microsoft Osi ositanachi Follow microsoft At Microsoft Build 2026, we announced Foundry Managed Compute and Hugging Face models on Foundry — a curated catalog of open-weight models from the Hugging Face ecosystem, refreshed weekly, deployable in one click onto Foundry Managed Compute. Weights are pre-staged in Azure, runtimes are built and scanned by Microsoft, and every model in the Collection ships with the same enterprise security, governance, observability, and billing that applies to every other model on Foundry. The Platform: Microsoft Foundry and Managed Compute Microsoft Foundry is a platform for building and operating agentic AI applications. Foundry starts with the widest model selection on any cloud — models from Microsoft, OpenAI, Anthropic, Meta, Mistral, DeepSeek, Hugging Face, and others, spanning frontier, open-source, and custom weights — all accessible through a single endpoint and a single set of SDKs in Python, C#, JavaScript, and Java. On top of those models sits the Foundry Agent Service: multi-agent orchestration with built-in memory, knowledge grounding through Foundry IQ, and a catalog of connectable tools via agentic protocols, so agents can work with enterprise data. Once agents are running, Foundry provides end-to-end tracing, real-time monitoring, continuous evaluations, and a prompt optimizer that improves agent behavior based on eval results — observability and quality loops that are part of the platform. Alongside that, developers get access to: Content safety filters Task-adherence guardrails An AI Red Teaming Agent for adversarial testing Unified RBAC Private networking Azure Policy integration directly within the platform Alongside pay-per-token (lowest-friction path to get started) and provisioned throughput (predictable, high-performance production workloads on frontier models), Foundry Managed Compute is the third deployment option in Foundry: a managed GPU platform-as-a-service for open-source and custom models. You deploy a model instance described by the things that matter to your workload — parameter count, context length, and whether you want to optimize for latency or throughput — and Foundry handles the GPU topology underneath, whether the instance lands on one accelerator or several, so you think and plan in model terms. Microsoft takes care of the machine: container updates, runtime upgrades, and security patches happen automatically on the supported runtimes — vLLM, SGLang, TensorRT-LLM, NIM, TEI, llama.cpp — without redeploying your model, while model configuration, deployment behavior, and routing stay with you. That consistency carries through the developer surface — pay-per-token, provisioned throughput, and Managed Compute share: A single endpoint The same SDKs The same authentication The same observability A single bill Open-source models integrate with Foundry Agents the same way frontier models do, so you can mix model types in a single agent without a separate integration path. Managed Compute offers: Global deployments — broadest capacity and best pricing Data Zone deployments — residency and sovereignty Same code, same workflow. Quota is aligned to accelerator families, so a plan built on the H100 family today carries forward as new hardware generations come online. Why Hugging Face Hugging Face is the public square of open AI: 15 million builders, 400,000 organizations, and over 3 million open models published, with new frontier capabilities — agentic coding, video segmentation, speech, embeddings — landing weekly. It's the GitHub of open models, where the community publishes weights, writes model cards, compares evaluations, and pulls models for experimentation. Open models have closed the gap with proprietary models on benchmark after benchmark, and they unlock things proprietary endpoints can't: State-of-the-art is now open. Leading open-weight models are competitive with the top closed frontier models on the most widely used benchmarks. Deep customization. Full weights make it possible to fine-tune, distill, quantize, and adapt with LoRA — tailoring models to your domain, your data, and your latency and cost targets. Your model, your hosting. Weights run in your tenant on infrastructure you control, behind your inference endpoint, with your identity and network boundaries. Cost shaping. Pay for accelerators by the hour, scale to zero when idle, and right-size GPUs to the specific model — useful for steady, high-volume, or latency-sensitive workloads where per-token pricing is harder to predict. Version control. Pin a specific model version, evaluate it, deploy it, and move forward or roll back on your own release cadence. The catch has always been the operational layer: discovery, license review, security screening, runtime selection, GPU sizing, image building, CVE patching, and standing the model up behind an enterprise-grade endpoint. Hugging Face, by itself, is not an enterprise serving platform. Hugging Face models on Foundry is that operational layer, run by Microsoft. Hugging Face Models on Foundry The Hugging Face Collection brings a curated subset of models directly into the Foundry Model Catalog: Refreshed weekly — trending models from the Hugging Face ecosystem are added continuously as the community publishes them. Every modality — text, vision, audio, and multimodal: LLMs and VLMs for chat and agents, ASR and speech translation, embeddings, segmentation, image generation. Safetensors only, no untrusted code — every model in the Collection is security-screened and ships in the SafeTensors weight format, with no trust_remote_code execution paths unless rigorously reviewed. The right runtime for the model — vLLM and SGLang for LLMs, TensorRT-LLM and NIM where applicable, TEI for embeddings, llama.cpp for CPU — Foundry picks the engine that matches the model. From your side, an open-weight model in the Hugging Face Collection looks and behaves like any other model in the Foundry Model Catalog, and every model in the Collection has been put through a multi-stage publishing pipeline before it ever shows up there. The Curation Pipeline Hugging Face and Microsoft work together to bring the most popular open-weight models from the Hugging Face ecosystem to Microsoft Foundry — production-ready for enterprise environments — through a systematic curation process: Identify trending models in the Hugging Face ecosystem — based on community signals, partner requests, and customer demand — and select candidates for enterprise readiness. Screen for compliance and security — model licenses are reviewed against Microsoft's enterprise distribution policy (with license metadata captured and preserved on the catalog model card), and repositories are inspected for trust_remote_code patterns and custom executable code; any model that would require executing third-party Python at load time is either remediated or excluded. Build, scan, and publish runtimes — Microsoft builds inference container images on supported runtimes (vLLM, SGLang, TensorRT-LLM, NIM, TEI, llama.cpp), scans them for CVEs, and signs and publishes them to a Microsoft-managed container registry. Upload weights to secure Azure storage — model weights are pulled from Hugging Face once, validated against the published model card, and stored in Microsoft-managed Azure storage in the regions where the model is served. Validate and publish to the catalog — every model + runtime + accelerator combination is tested for API conformance (chat completions, embeddings, rerank, etc.) and performance (latency, throughput, time-to-first-token, inter-token decode time), then the validated model — with its templates, runtime images, and weights — is published to the Foundry Model Catalog with a one-click deploy path onto Managed Compute. Because weights are pre-staged in Azure storage and runtime images live in a Microsoft-managed registry, your deployments won't need outbound network access to Hugging Face Hub — you can deploy to production inside a private network. Model Runtimes Hugging Face models on Foundry are powered by a versatile collection of community-built, open-source inference runtimes — each selected and tuned for Foundry Managed Compute, and matched to the model architectures it serves best. Across all runtimes, the systematic curation process means new versions and patches land on Foundry quickly, and existing model deployments are upgraded automatically — without requiring you to redeploy. vLLM — the default high-throughput serving engine for open large language models, tuned for production GPU workloads. Because Hugging Face is a direct contributor to vLLM, any model in the Transformers library can run on vLLM out of the box — so when a new model lands on Hugging Face, it can be served on Foundry the same day, with no waiting on a custom integration. SGLang — a serving engine for language and multi-modal models, with strong support for structured outputs (JSON, regex, grammar-constrained generation) that agentic and tool-using workloads depend on. Hugging Face and the SGLang team have built a Transformers backend integration for SGLang, so any model in the Transformers library runs on SGLang out of the box — and reaches Foundry the same day it lands on Hugging Face. Text Embeddings Inference (TEI) — the runtime for embedding, reranker, and sequence-classification models. Accelerator-specific images ship with kernels compiled for each GPU and CPU family Foundry supports, keeping the embedding hot path lean for RAG and semantic-search workloads. llama.cpp — the CPU and small-GPU path for GGUF-quantized models. Useful for cost-optimized deployments, smaller models, and CPU-only regions, with the same OpenAI-compatible API as vLLM and SGLang. TensorRT-LLM and NIM — used on NVIDIA hardware where NVIDIA's optimized kernels and Triton-based serving deliver meaningfully better latency or throughput for specific model families. hf-serve — Hugging Face's own multi-model inference server, used for model architectures outside the LLM and embedding fast paths (vision, audio, segmentation, and other Transformers-native pipelines) so the Collection can cover every modality with a consistent serving layer. Deploying and Scoring an Open-Weight Model The Hugging Face Collection in the Foundry Model Catalog is where you start, and deployment is five steps: Browse the catalog and pick a model — the deploy wizard also surfaces the model id, deployment template id, and acceleratorType you'll need if you're scripting the deploy via SDK or REST. Choose a deployment template — latency- vs throughput-optimized, accelerator family, context length, quantization. Configure instance count — scale throughput by adding model instances. Deploy — from the portal, CLI, SDK, or REST. Score via the unified Foundry endpoint with the SDK you already use. Deployment Templates A deployment template is the unit of choice in step 2: a named, versioned asset that pins the runtime, the accelerator family and count, the context length, and the runtime-specific tuning needed to serve the model well — so picking a template is the only knob you turn for "how do I want this model to run." qwen3-32b, for example, ships with four templates the deploy wizard exposes side by side: Template Runtime Accelerator Context qwen–qwen3-32b–40k-nvidia-a100 vLLM 1 × A100 80 GB 40K qwen–qwen3-32b–40k-nvidia-h100 vLLM 1 × H100 80 GB 40K qwen–qwen3-32b–128k-nvidia-2xa100 vLLM 2 × A100 80 GB 128K qwen–qwen3-32b–128k-nvidia-2xh100 vLLM 2 × H100 80 GB 128K Each template arrives pre-tuned for the model — runtime settings, tool-call and reasoning parsers, scoring path, health probes, request concurrency, and any model-specific context-extension settings are all set by Microsoft, with any trade-offs called out inline in the template description. When you script the deploy, yo

Related

相關文章

Agent ,第一次有了進入企業核心系統的“硬要求”

AI代理首次被要求直接進入企業核心系統,如財務與供應鏈管理,從建議者轉變為必須具備可靠、可追溯的執行能力。新興代理框架與標準化介面正逐步克服整合與責任歸屬障礙,但同時也對安全控制與異常處理機制帶來嚴峻考驗。

剛剛
IT之家AI Agent

英國央行:人工智能給金融穩定帶來的風險日益增加

英國央行表示,人工智能正對金融穩定構成日益嚴峻的威脅,包括投資者大舉押注AI以及銀行更易遭受網絡攻擊。報告指出,市場對AI前景的重新評估可能引發股價下跌,且相關企業借貸透明度不足,一旦風險爆發將加劇危機。央行強調現有監管框架未考慮自主智能體,有必要推出專門針對AI的監管規則。

剛剛
IT之家AI Agent

澳大利亞官員警告:AI 模型已經開始作弊、欺騙、擅自行事

首頁 > 智能時代>人工智能 澳大利亞官員警告:AI 模型已經開始作弊、欺騙、擅自行事 2026/7/7 14:42:39 來源:IT之家 作者:清源 責編:清源 評論: IT之家 7 月 7 日消息,據英國《衛報》今天(7 日)報道,澳大利亞技術和數字經濟助理部長安德魯 · 查爾頓警告,AI 模型已經出現作弊、欺騙和擅自行事等行為。查爾頓在悉尼一場 AI 安全論壇上呼籲,AI 安全問題已經不容拖延。“AI 系統已經開始做出開發者從未預料的行為:作弊、欺騙、擅自行事。必須趁這些行為還停留在測試實驗室時提前幹預,不能等到進入現實世界後再處理。”查爾頓指出,公眾對 AI 的信任度仍然很低,AI 獲得社會認可的基礎並不穩固,但 AI 已逐漸成為辦公室、課堂和企業都能使用的通用技術。合理的安全監管不會阻礙 AI 發展,反而可以為技術應用創造條件。據IT之家瞭解,澳大利亞的 AI 安全治理將同時關注兩類技術。一類是已經進入遊戲、應用程序、聊天機器人和醫療記錄工具的現有 AI,另一類是能力更強、未來可能帶來新風險的前沿模型。查爾頓以 Anthropic 去年披露的一次模擬測試為例。測試中,一個管理虛構公司電子郵件的 AI 智能體發現掌握了公司高管婚外情的信息,隨後該高管準備將其關閉。在 96% 的試驗中,AI 智能體選擇以婚外情要挾高管,試圖阻止自己被關閉的命運。查爾頓表示,此類行為目前仍是在測試環境中,由專門尋找安全問題的人員發現的,恰恰說明 AI 安全監管必須儘早建立。“趕在這項技術前面採取行動的窗口仍然存在,但不會永遠存在。”查爾頓還提到,人類從小就要學習如何與規則、社會規範和價值觀保持一致,從而安全、負責任地行動,例如紅燈要停車、過馬路前要左右看,以及考慮自身行為會給他人造成什麼影響。“隨著 AI 系統能力不斷增強,我們也必須確信,AI 能夠以同樣可預測、值得信賴的方式行事。”

2 小時前

"龍蝦"為什麼這麼火?OpenClaw登頂GitHub後,AI Agent時代真的來了?

賬號設置我的關注我的收藏申請的報道退出登錄登錄搜索36氪Auto數字時氪未來消費智能湧現未來城市啟動Power on36氪出海36氪研究院潮生TIDE36氪企服點評36氪財經職場bonus36碳後浪研究所暗湧Waves硬氪氪睿研究院媒體品牌企業號企服點評36Kr研究院36Kr創新諮詢企業服務核心服務城市之窗政府服務創投發佈LP源計劃VClubVClub投資機。

3 小時前
量子位AI Agent

讓Skill“有圖可依”:openJiuwen首發多模態Skill範式Skill-Omni

openJiuwen 發布業界首個多模態 Skill 範式 Skill-Omni,可從網頁與影片中自動提取視覺經驗,轉換為 Agent 可複用的多模態 Skill,解決純文字指令在圖像編輯與 GUI 自動化任務中「說不清、看不見」的痛點。該功能已在 JiuwenSwarm 中開箱可用,並採用按需讀取機制避免上下文負擔。

4 小時前
智東西AI Agent

AI高端對話:智能體“涼了”?熱的是概念,冷下來才是產業

一場名為「AI高端對話」的產業討論中,多位業界專家針對近期智能體(AI Agent)的發展動態提出觀察。與會者普遍認為,雖然市場上對智能體概念的狂熱一度達到高峰,但隨著技術驗證與商業化進程的推進,實際落地情況並不如預期火熱,「智能體涼了」的說法開始在圈內流傳。然而,討論中更清晰的共識是:概念的熱度退潮,反而是產業真正起步的契機。

7 小時前