{"product_id":"mini-pc-beelink-ser9-pro-hx-370-ryzen-ai-9-hx-370-32gb-64gb-lpddr5x-1tb-2tb-lokale-llms","title":"Beelink SER9 Pro | HX 370","description":"\u003cstyle\u003e\n  .bpg-container {\n    font-family: inherit;\n    color: #1a1a1a;\n    line-height: 1.6;\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 15px;\n  }\n\n  \/* â”€â”€ HEADER GRID â”€â”€ *\/\n  .bpg-header-area {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 10px;\n    margin-bottom: 35px;\n  }\n\n  .bpg-tile {\n    background: #fcfcfc;\n    border: 1px solid #eee;\n    border-radius: 10px;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n    text-align: center;\n  }\n\n  \/* â”€â”€ CPU TILE â€” FLOWING GRADIENT BORDER â”€â”€ *\/\n  .bpg-tile-cpu {\n    grid-column: span 2;\n    padding: 22px 15px;\n    font-size: 1.4rem;\n    font-weight: 900;\n    letter-spacing: -0.02em;\n    background: #fff;\n    border: none;\n    position: relative;\n    overflow: visible;\n    z-index: 1;\n  }\n\n  .bpg-tile-cpu::before {\n    content: '';\n    position: absolute;\n    inset: -1px;\n    border-radius: 11px;\n    background: linear-gradient(90deg, #1C7E97, #2EACC7, #1C7E97);\n    background-size: 300% 100%;\n    background-position: 0% 50%;\n    z-index: -2;\n    transition: background-position 0.4s ease;\n  }\n\n  .bpg-tile-cpu::after {\n    content: '';\n    position: absolute;\n    inset: 1px;\n    border-radius: 10px;\n    background: #fff;\n    z-index: -1;\n  }\n\n  @keyframes borderFlow {\n    0% { background-position: 0% 50%; }\n    50% { background-position: 100% 50%; }\n    100% { background-position: 0% 50%; }\n  }\n\n  .bpg-tile-cpu:hover::before {\n    background: linear-gradient(90deg, #155E72, #1C7E97, #5DC4D9, #2EACC7, #155E72, #1C7E97, #5DC4D9);\n    background-size: 300% 100%;\n    animation: borderFlow 3s ease infinite;\n    filter: brightness(1.1);\n  }\n  .bpg-tile-cpu:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 12px 30px rgba(28,126,151,0.12);\n  }\n\n  .bpg-usecase-tag {\n    position: absolute;\n    top: -10px;\n    z-index: 2;\n    left: 50%;\n    transform: translateX(-50%);\n  }\n\n  .bpg-uc {\n    position: absolute;\n    left: 50%;\n    transform: translateX(-50%);\n    background: linear-gradient(135deg, #155E72, #1C7E97, #2EACC7);\n    color: #fff;\n    font-size: 0.65rem;\n    font-weight: 800;\n    text-transform: uppercase;\n    padding: 3px 12px;\n    border-radius: 20px;\n    letter-spacing: 0.08em;\n    white-space: nowrap;\n    opacity: 0;\n  }\n\n  .bpg-uc:first-child {\n    opacity: 1;\n  }\n\n  \/* â”€â”€ RAM \/ SSD TILES â€” SHIMMER ON HOVER â”€â”€ *\/\n  .bpg-tile-mem {\n    padding: 12px;\n    font-size: 0.95rem;\n    font-weight: 700;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .bpg-tile-mem::after {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: -100%;\n    width: 60%;\n    height: 100%;\n    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);\n    transition: none;\n    pointer-events: none;\n  }\n\n  .bpg-tile-mem:hover {\n    border-color: #1C7E97;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 16px rgba(28,126,151,0.10);\n  }\n\n  .bpg-tile-mem:hover::after {\n    animation: shimmer 0.6s ease forwards;\n  }\n\n  @keyframes shimmer {\n    to { left: 120%; }\n  }\n\n  \/* â”€â”€ SPECIAL TILES â€” PULSE BORDER ON HOVER â”€â”€ *\/\n  .bpg-tile-special {\n    padding: 10px;\n    font-size: 0.75rem;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n    color: #555;\n    background: #f9f9f9;\n    position: relative;\n  }\n\n  .bpg-tile-special:hover {\n    border-color: #1C7E97;\n    color: #155E72;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 14px rgba(28,126,151,0.08);\n    animation: tilePulse 1.5s ease infinite;\n  }\n\n  @keyframes tilePulse {\n    0%, 100% { box-shadow: 0 6px 14px rgba(28,126,151,0.08); }\n    50% { box-shadow: 0 6px 20px rgba(28,126,151,0.16); }\n  }\n\n  \/* â”€â”€ INTRO TEXT â€” ANIMATED BORDER LEFT â”€â”€ *\/\n  .bpg-intro-text {\n    font-size: 1.1rem;\n    font-weight: 400;\n    margin-bottom: 40px;\n    color: #333;\n    border-left: 4px solid #1a1a1a;\n    padding-left: 20px;\n    background: linear-gradient(90deg, #fcfcfc 0%, transparent 100%);\n    padding-top: 10px;\n    padding-bottom: 10px;\n    position: relative;\n    transition: all 0.4s ease;\n  }\n\n  .bpg-intro-text:hover {\n    border-left-color: #1C7E97;\n    border-left-width: 6px;\n    padding-left: 22px;\n    background: linear-gradient(90deg, rgba(28,126,151,0.04) 0%, transparent 100%);\n  }\n\n  \/* â”€â”€ SECTION LABELS â€” DRAW-IN LINE â”€â”€ *\/\n  .bpg-label {\n    font-size: 0.85rem;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 0.15em;\n    color: #888;\n    margin: 50px 0 20px 0;\n    display: block;\n    text-align: center;\n    position: relative;\n    padding-bottom: 10px;\n  }\n\n  .bpg-label::after {\n    content: '';\n    position: absolute;\n    bottom: 0;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 0;\n    height: 2px;\n    background: linear-gradient(90deg, #2EACC7, #1C7E97, #2EACC7);\n    transition: width 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n  }\n\n  .bpg-label:hover::after {\n    width: 60px;\n  }\n\n  \/* â”€â”€ WHY BOX â”€â”€ *\/\n  .bpg-why-box {\n    background: #fcfcfc;\n    border: 1px solid #eee;\n    border-radius: 12px;\n    padding: 30px;\n    margin-bottom: 40px;\n    transition: all 0.4s ease;\n  }\n\n  .bpg-why-box:hover {\n    border-color: #ddd;\n    box-shadow: 0 8px 25px rgba(0,0,0,0.04);\n  }\n\n  .bpg-why-title {\n    font-size: 1.3rem;\n    font-weight: 800;\n    margin-bottom: 20px;\n    display: block;\n    color: #1a1a1a;\n    letter-spacing: -0.02em;\n  }\n\n  .bpg-why-list {\n    margin: 0;\n    padding: 0;\n    list-style-type: none;\n  }\n\n  .bpg-why-list li {\n    margin-bottom: 15px;\n    display: flex;\n    align-items: flex-start;\n    transition: all 0.3s ease;\n    padding: 8px 10px;\n    border-radius: 8px;\n  }\n\n  .bpg-why-list li:last-child {\n    margin-bottom: 0;\n  }\n\n  .bpg-why-list li:hover {\n    background: rgba(0,0,0,0.02);\n    transform: translateX(6px);\n  }\n\n  .bpg-check {\n    margin-right: 15px;\n    color: #1a1a1a;\n    font-weight: 900;\n    font-size: 1.1rem;\n    line-height: 1.4;\n    transition: transform 0.3s ease;\n  }\n\n  .bpg-why-list li:hover .bpg-check {\n    transform: scale(1.3);\n    color: #1C7E97;\n  }\n\n  \/* â”€â”€ HIGHLIGHT CARDS â€” GLASS MORPHISM + LIFT â”€â”€ *\/\n  .bpg-highlight-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 15px;\n  }\n\n  .bpg-highlight-card {\n    background: rgba(255,255,255,0.85);\n    backdrop-filter: blur(10px);\n    -webkit-backdrop-filter: blur(10px);\n    padding: 20px 15px;\n    border-radius: 10px;\n    border: 1px solid #f0f0f0;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.02);\n    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .bpg-highlight-card::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, transparent, #1C7E97, #5DC4D9, #1C7E97, transparent);\n    transform: scaleX(0);\n    transition: transform 0.5s ease;\n  }\n\n  .bpg-highlight-card:hover {\n    border-color: rgba(28,126,151,0.25);\n    box-shadow: 0 12px 30px rgba(28,126,151,0.08);\n    transform: translateY(-4px);\n  }\n\n  .bpg-highlight-card:hover::before {\n    transform: scaleX(1);\n  }\n\n  .bpg-card-head {\n    display: flex;\n    align-items: center;\n    font-weight: 800;\n    margin-bottom: 8px;\n    font-size: 1rem;\n    color: #1a1a1a;\n  }\n\n  .bpg-card-icon {\n    margin-right: 8px;\n    font-size: 1.1rem;\n    transition: transform 0.3s ease;\n    display: inline-block;\n  }\n\n  .bpg-highlight-card:hover .bpg-card-icon {\n    transform: scale(1.25) rotate(-5deg);\n    filter: drop-shadow(0 0 3px rgba(28,126,151,0.4));\n  }\n\n  \/* â”€â”€ EXPERT FRAME â€” ANIMATED BORDER â”€â”€ *\/\n  .bpg-expert-frame {\n    padding: 35px 25px 25px;\n    border-radius: 12px;\n    margin: 50px 0;\n    position: relative;\n    background: #fff;\n    border: 2px solid transparent;\n    background-clip: padding-box;\n  }\n\n  .bpg-expert-frame::before {\n    content: '';\n    position: absolute;\n    inset: -2px;\n    border-radius: 14px;\n    background: linear-gradient(\n      var(--expert-angle, 0deg),\n      #155E72 0%, #1C7E97 15%, #5DC4D9 25%, #2EACC7 35%,\n      #155E72 50%, #1C7E97 65%, #5DC4D9 75%, #2EACC7 85%, #155E72 100%\n    );\n    z-index: -1;\n    animation: expertBorder 8s linear infinite;\n  }\n\n  @property --expert-angle {\n    syntax: '\u003cangle\u003e';\n    initial-value: 0deg;\n    inherits: false;\n  }\n\n  @keyframes expertBorder {\n    to { --expert-angle: 360deg; }\n  }\n\n  .bpg-expert-tag {\n    position: absolute;\n    top: -12px;\n    left: 25px;\n    background: linear-gradient(135deg, #155E72, #1C7E97, #2EACC7);\n    color: #fff;\n    padding: 4px 15px;\n    font-size: 0.75rem;\n    font-weight: 900;\n    text-transform: uppercase;\n    border-radius: 50px;\n    letter-spacing: 0.05em;\n    z-index: 2;\n    transition: all 0.3s ease;\n  }\n\n  .bpg-expert-frame:hover .bpg-expert-tag {\n    padding: 4px 20px;\n    letter-spacing: 0.12em;\n  }\n\n  .bpg-expert-row {\n    margin-bottom: 15px;\n    padding: 12px 10px;\n    border-bottom: 1px solid #f5f5f5;\n    border-radius: 6px;\n    transition: all 0.3s ease;\n  }\n\n  .bpg-expert-row:last-child {\n    border-bottom: none;\n    margin-bottom: 0;\n    padding-bottom: 0;\n  }\n\n  .bpg-expert-row:hover {\n    background: #fafafa;\n    transform: translateX(4px);\n  }\n\n  .bpg-expert-topic {\n    font-weight: 900;\n    font-size: 0.75rem;\n    text-transform: uppercase;\n    color: #888;\n    display: block;\n    margin-bottom: 4px;\n    transition: color 0.3s ease;\n  }\n\n  .bpg-expert-row:hover .bpg-expert-topic {\n    color: #1C7E97;\n  }\n\n  \/* â”€â”€ TECH TABLE â”€â”€ *\/\n  .bpg-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-bottom: 20px;\n  }\n\n  .bpg-table tr {\n    border-bottom: 1px solid #f0f0f0;\n    transition: all 0.3s ease;\n  }\n\n  .bpg-table tr:hover {\n    background: rgba(28,126,151,0.04);\n  }\n\n  .bpg-table td {\n    padding: 14px 8px;\n    font-size: 0.9rem;\n    transition: all 0.3s ease;\n  }\n\n  .bpg-table tr:hover .bpg-table-value {\n    color: #155E72;\n    font-weight: 800;\n  }\n\n  .bpg-table-label { color: #666; font-weight: 600; width: 40%; }\n  .bpg-table-value { font-weight: 700; text-align: right; color: #1a1a1a; }\n\n  \/* â”€â”€ RESPONSIVE â”€â”€ *\/\n  @media (max-width: 600px) {\n    .bpg-header-area { grid-template-columns: 1fr; }\n    .bpg-tile-cpu { grid-column: span 1; font-size: 1.3rem; }\n    .bpg-highlight-grid { grid-template-columns: 1fr; }\n    .bpg-expert-frame { padding: 30px 15px 15px; }\n  }\n\n  @keyframes ucRotate {\n    0% { opacity: 0; transform: translateX(-50%) translateY(4px); }\n    3.0% { opacity: 1; transform: translateX(-50%) translateY(0); }\n    22.0% { opacity: 1; transform: translateX(-50%) translateY(0); }\n    25.0% { opacity: 0; transform: translateX(-50%) translateY(-4px); }\n    100% { opacity: 0; transform: translateX(-50%) translateY(-4px); }\n  }\n\n  .bpg-uc {\n    animation: ucRotate 8s ease-in-out infinite;\n  }\n  .bpg-uc:nth-child(1) { animation-delay: 0s; }\n  .bpg-uc:nth-child(2) { animation-delay: 2s; }\n  .bpg-uc:nth-child(3) { animation-delay: 4s; }\n  .bpg-uc:nth-child(4) { animation-delay: 6s; }\n\u003c\/style\u003e\n\n\u003cdiv class=\"bpg-container\"\u003e\n\n  \u003c!-- Header Grid --\u003e\n  \u003cdiv class=\"bpg-header-area\"\u003e\n    \u003cdiv class=\"bpg-tile bpg-tile-cpu\"\u003e\n      \u003cdiv class=\"bpg-usecase-tag\"\u003e\n        \u003cspan class=\"bpg-uc\"\u003eLokale LLMs\u003c\/span\u003e\n        \u003cspan class=\"bpg-uc\"\u003eKI-Training\u003c\/span\u003e\n        \u003cspan class=\"bpg-uc\"\u003eGaming\u003c\/span\u003e\n        \u003cspan class=\"bpg-uc\"\u003e3D-Rendering\u003c\/span\u003e\n      \u003c\/div\u003e\n      AMD Ryzen AI 9 HX 370\n    \u003c\/div\u003e\n    \u003cdiv class=\"bpg-tile bpg-tile-mem\"\u003e32 \/ 64 GB LPDDR5x-8000 RAM\u003c\/div\u003e\n    \u003cdiv class=\"bpg-tile bpg-tile-mem\"\u003e1 \/ 2 TB NVMe SSD\u003c\/div\u003e\n    \u003cdiv class=\"bpg-tile bpg-tile-special\"\u003e🎨 Radeon 890M · RDNA 3.5\u003c\/div\u003e\n    \u003cdiv class=\"bpg-tile bpg-tile-special\"\u003e📺 HDMI 2.1 · 4K@144Hz\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Intro --\u003e\n  \u003cdiv class=\"bpg-intro-text\"\u003e\n    Der Beelink SER9 Pro (HX 370) vereint den AMD Ryzen AI 9 HX 370 mit 80 TOPS KI-Leistung und der aktuell stärksten integrierten GPU – der Radeon 890M – in einem 780 g leichten Gehäuse. LPDDR5x-8000 Quad-Channel-Speicher liefert die Bandbreite für GPU-beschleunigten Videoschnitt, lokale LLM-Inferenz und Copilot+-Funktionen ohne externe Grafikkarte.\n  \u003c\/div\u003e\n\n  \u003c!-- Why Box --\u003e\n  \u003cdiv class=\"bpg-why-box\"\u003e\n    \u003cspan class=\"bpg-why-title\"\u003e80 TOPS im 135-mm-Gehäuse\u003c\/span\u003e\n    \u003cul class=\"bpg-why-list\"\u003e\n      \u003cli\u003e\n\u003cspan class=\"bpg-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003e\u003cb\u003e50 TOPS Neural Processing Unit:\u003c\/b\u003e Die dedizierte NPU beschleunigt LLM-Inferenz, Copilot+, lokale Bildgenerierung und Speech-to-Text direkt auf dem Gerät. Keine Cloud-Abhängigkeit, keine Latenz.\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"bpg-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003e\u003cb\u003eLPDDR5x-8000 Quad Channel:\u003c\/b\u003e Vier Speicherkanäle bei 8000 MT\/s versorgen CPU, GPU und NPU gleichzeitig mit Daten. Die resultierende Bandbreite hebt die 890M auf Leistungswerte, die DDR5-Systeme nicht erreichen.\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"bpg-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003e\u003cb\u003eRadeon 890M (RDNA 3.5):\u003c\/b\u003e 16 CU bei 2900 MHz mit Hardware-Raytracing und AV1-Codec. Stärkste integrierte GPU auf dem Markt. Reicht für 1080p-Gaming, GPU-Compute und Echtzeit-Videoeffekte.\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Highlights --\u003e\n  \u003cspan class=\"bpg-label\"\u003eTechnologische Highlights\u003c\/span\u003e\n  \u003cdiv class=\"bpg-highlight-grid\"\u003e\n    \u003cdiv class=\"bpg-highlight-card\"\u003e\n      \u003cspan class=\"bpg-card-head\"\u003e\u003cspan class=\"bpg-card-icon\"\u003e⚡\u003c\/span\u003e Zen 5 Hybrid-Architektur\u003c\/span\u003e\n      Vier starke Performance- und acht effiziente Efficiency-Kerne arbeiten parallel. Hintergrund-Tasks landen auf den E-Cores, vordergründige Arbeit auf den schnellen P-Cores – das System bleibt unter Last reaktionsfähig statt zäh.\n    \u003c\/div\u003e\n    \u003cdiv class=\"bpg-highlight-card\"\u003e\n      \u003cspan class=\"bpg-card-head\"\u003e\u003cspan class=\"bpg-card-icon\"\u003e🧠\u003c\/span\u003e 80 TOPS KI-Gesamtleistung\u003c\/span\u003e\n      50 TOPS NPU + CPU- und GPU-Beschleunigung. Windows Copilot+, Whisper, Stable Diffusion und kleine LLMs laufen lokal. XDNA-NPU der zweiten Generation für maximale Effizienz.\n    \u003c\/div\u003e\n    \u003cdiv class=\"bpg-highlight-card\"\u003e\n      \u003cspan class=\"bpg-card-head\"\u003e\u003cspan class=\"bpg-card-icon\"\u003e📺\u003c\/span\u003e Drei 4K@144Hz-Ausgänge\u003c\/span\u003e\n      HDMI 2.1, DP 1.4 und USB-C 4.0 mit identischer 4K@144Hz- bzw. 8K@60Hz-Fähigkeit. VRR über HDMI 2.1. Professionelle Monitoring-Displays und High-Refresh-Monitore parallel betreibbar.\n    \u003c\/div\u003e\n    \u003cdiv class=\"bpg-highlight-card\"\u003e\n      \u003cspan class=\"bpg-card-head\"\u003e\u003cspan class=\"bpg-card-icon\"\u003e💾\u003c\/span\u003e Dual M.2 + LPDDR5x\u003c\/span\u003e\n      Zwei PCIe-4.0-×4-Slots für bis zu 8 TB NVMe. 32 oder 64 GB LPDDR5x-8000 Quad Channel fest integriert. Modell-Dateien und System auf getrennten SSDs für maximalen Durchsatz.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Ehrliche Einschätzung --\u003e\n  \u003cdiv class=\"bpg-expert-frame\"\u003e\n    \u003cspan class=\"bpg-expert-tag\"\u003eEhrliche Einschätzung\u003c\/span\u003e\n    \u003cdiv class=\"bpg-expert-row\"\u003e\n      \u003cspan class=\"bpg-expert-topic\"\u003eLeistungsklasse\u003c\/span\u003e\n      Elite \u0026amp; AI Powerhouse ★★★★★★. Der HX 370 mit 80 TOPS, Radeon 890M und LPDDR5x-8000 QC auf Strix-Point-Basis markiert die Spitze dessen, was in einem passivspeicher-basierten Mini-PC möglich ist. Lokale LLM-Inferenz, GPU-Compute und Multi-Monitor-Arbeit in einem 780-g-Gehäuse.\n    \u003c\/div\u003e\n    \u003cdiv class=\"bpg-expert-row\"\u003e\n      \u003cspan class=\"bpg-expert-topic\"\u003eCPU \u0026amp; RAM-Einordnung\u003c\/span\u003e\n      ~4000 SC \/ ~35100 MC mit 12C\/24T Zen-5-Hybrid. 32 oder 64 GB LPDDR5x-8000 QC liefern die höchste Speicherbandbreite aller SER9-Varianten. Speicher ist verlötet: 64 GB sind das absolute Maximum. Für LLMs mit mehr als ~32B Parametern ist das eine harte Grenze.\n    \u003c\/div\u003e\n    \u003cdiv class=\"bpg-expert-row\"\u003e\n      \u003cspan class=\"bpg-expert-topic\"\u003eGrafik-Limit\u003c\/span\u003e\n      Die 890M mit 16 CU bei 2900 MHz ist die stärkste iGPU auf dem Markt. 1080p-Gaming auf mittleren bis hohen Settings, GPU-beschleunigte Videoeffekte und Bild-KI laufen flüssig. Für 4K-Gaming, professionelles 3D-Rendering oder Training großer Modelle fehlt weiterhin eine dedizierte GPU.\n    \u003c\/div\u003e\n    \u003cdiv class=\"bpg-expert-row\"\u003e\n      \u003cspan class=\"bpg-expert-topic\"\u003ePhysische Präsenz\u003c\/span\u003e\n      135 × 135 × 45 mm, 780 g, Aluminium in Silber. Identisches Chassis wie die H-255-Variante. Integriertes Mikrofon und Lautsprecher. EU-Netzteil extern (19 V \/ 5,3 A). 3 Jahre Herstellergarantie durch Beelink.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Technische Daten --\u003e\n  \u003cspan class=\"bpg-label\"\u003eTechnische Daten im Überblick\u003c\/span\u003e\n  \u003ctable class=\"bpg-table\"\u003e\n    \u003ctr\u003e\n\u003ctd class=\"bpg-table-label\"\u003eProzessor\u003c\/td\u003e\n\u003ctd class=\"bpg-table-value\"\u003eAMD Ryzen AI 9 HX 370 (12C\/24T, bis 5,1 GHz)\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd class=\"bpg-table-label\"\u003eArbeitsspeicher\u003c\/td\u003e\n\u003ctd class=\"bpg-table-value\"\u003e32 \/ 64 GB LPDDR5x-8000 Quad Channel · verlötet\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd class=\"bpg-table-label\"\u003eFestplatte\u003c\/td\u003e\n\u003ctd class=\"bpg-table-value\"\u003e1 \/ 2 TB PCIe 4.0 NVMe · max. 8 TB (2× M.2)\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd class=\"bpg-table-label\"\u003eGrafik\u003c\/td\u003e\n\u003ctd class=\"bpg-table-value\"\u003eAMD Radeon 890M (RDNA 3.5, 16 CU, 2900 MHz)\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd class=\"bpg-table-label\"\u003eAnschlüsse\u003c\/td\u003e\n\u003ctd class=\"bpg-table-value\"\u003e2× USB-A 2.0, 2× USB-A 3.2, 1× USB-C 3.2, 1× USB-C 4.0, HDMI 2.1, DP 1.4\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd class=\"bpg-table-label\"\u003eNetzwerk\u003c\/td\u003e\n\u003ctd class=\"bpg-table-value\"\u003e1× 2,5G LAN, Wi-Fi 6, BT 5.2\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\n\u003c\/div\u003e","brand":"Beelink","offers":[{"title":"32 GB \/ 1 GB","offer_id":57331088621913,"sku":"BEELINK_SER9_PRO_HX370_32_1024","price":1049.99,"currency_code":"EUR","in_stock":false},{"title":"64 GB \/ 2 GB","offer_id":57331088654681,"sku":"BEELINK_SER9_PRO_HX370_64_2048","price":1399.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0997\/7351\/4073\/files\/S255_d5bddb5e-f828-49f6-99d2-b0f790242a05.webp?v=1771499601","url":"https:\/\/buypluggo.de\/products\/mini-pc-beelink-ser9-pro-hx-370-ryzen-ai-9-hx-370-32gb-64gb-lpddr5x-1tb-2tb-lokale-llms","provider":"BuyPlugGo","version":"1.0","type":"link"}