{"id":14933,"date":"2026-08-03T14:05:16","date_gmt":"2026-08-03T14:05:16","guid":{"rendered":"https:\/\/www.d-id.com\/?page_id=14933"},"modified":"2026-08-05T12:15:12","modified_gmt":"2026-08-05T12:15:12","slug":"v4-expressive-visual-agents-technische-daten","status":"publish","type":"page","link":"https:\/\/www.d-id.com\/de\/v4-expressive-visual-agents-technische-daten\/","title":{"rendered":"V4 Expressive Visual Agents &#8211; Technische Daten"},"content":{"rendered":"\n\n<style>\n\/* ============================================================\n   V4 EXPRESSIVE VISUAL AVATARS - TECH SPECS\n   Design system matches d-id.com\/features. did-ts- namespace.\n   ============================================================ *\/\n:root{\n  --orange:#FF882E; --orange-hover:#FF9640; --orange-soft:rgba(255,136,46,0.10);\n  --ink:#161616; --ink-72:rgba(22,22,22,0.72); --ink-54:rgba(22,22,22,0.66);\n  --orange-ink:#C2410C; \/* AA-contrast orange for text on LIGHT backgrounds (bright --orange is only used on dark) *\/\n  --gray:#F3F3F3; --dark:#0E0C17; --near-black:#090604;\n  --hairline:rgba(22,22,22,0.06); --radius:20px;\n  --shadow:0 1px 2px rgba(16,24,40,0.04),0 12px 30px rgba(16,24,40,0.07);\n  --shadow-hover:0 18px 44px rgba(16,24,40,0.13);\n  --font-head:'Manrope','Manrope Fallback',system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;\n  --font-body:'Libre Franklin','Libre Franklin Fallback',system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;\n}\n*{box-sizing:border-box;}\nhtml,body{margin:0;padding:0;}\nbody{background:#fff;color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;}\nimg,video{max-width:100%;}\n\n\/* shared arrow that straightens on hover *\/\n.did-ts-arrow{transition:transform 260ms cubic-bezier(.22,1,.36,1);transform:rotate(45deg);}\n.did-ts-cta-btn:hover .did-ts-arrow,.did-ts-hero__cta:hover .did-ts-arrow{transform:rotate(0deg);}\n\n\/* ============================ HERO ============================ *\/\n.did-ts-hero{position:relative;overflow:hidden;font-family:var(--font-head);\n  background:\n    radial-gradient(60% 80% at 12% 8%,rgba(255,136,46,0.16) 0%,transparent 55%),\n    linear-gradient(90deg,rgba(9,6,4,0.92) 0%,rgba(9,6,4,0.74) 48%,rgba(9,6,4,0.52) 100%),\n    url('https:\/\/www.d-id.com\/wp-content\/uploads\/2026\/05\/campaign_V4-content_avatar-training_BG-2.png') center\/cover no-repeat,\n    var(--near-black);\n  padding:clamp(64px,9vw,110px) clamp(20px,4vw,40px) clamp(44px,6vw,80px);}\n.did-ts-hero__inner{position:relative;z-index:1;max-width:1200px;margin:0 auto;\n  display:grid;grid-template-columns:1.02fr .98fr;gap:clamp(32px,5vw,64px);align-items:center;}\n.did-ts-eyebrow{font-weight:700;font-size:12px;letter-spacing:1.6px;text-transform:uppercase;color:var(--orange);margin-bottom:18px;}\n.did-ts-hero__title{font-weight:600;font-size:clamp(34px,5vw,60px);line-height:1.06;letter-spacing:-.03em;color:#fff;margin:0 0 22px;text-wrap:balance;}\n.did-ts-hero__title .accent{color:var(--orange);}\n.did-ts-hero__text{font-family:var(--font-body);font-size:clamp(16px,1.6vw,18px);line-height:1.55;color:rgba(255,255,255,0.74);margin:0 0 32px;max-width:520px;}\n.did-ts-hero__cta{display:inline-flex;align-items:center;gap:11px;background:var(--orange);color:#161616;\n  font-family:var(--font-head);font-weight:700;font-size:13px;letter-spacing:.6px;text-transform:uppercase;text-decoration:none;\n  padding:16px 30px;border-radius:11px;box-shadow:0 10px 28px rgba(255,136,46,0.30);\n  transition:transform 200ms ease,box-shadow 200ms ease,background 200ms ease;}\n.did-ts-hero__cta:hover{transform:translateY(-2px);background:var(--orange-hover);box-shadow:0 14px 36px rgba(255,136,46,0.42);}\n.did-ts-hero__media{position:relative;justify-self:end;width:100%;max-width:440px;aspect-ratio:3\/4;\n  border-radius:24px;overflow:hidden;border:1px solid rgba(255,255,255,0.12);background:var(--dark);\n  box-shadow:0 40px 90px rgba(0,0,0,0.55),0 0 0 1px rgba(255,136,46,0.08);}\n.did-ts-hero__media video,.did-ts-hero__media img{width:100%;height:100%;display:block;object-fit:cover;}\n.did-ts-hero__caption{position:relative;z-index:1;max-width:1000px;margin:clamp(32px,5vw,52px) auto 0;\n  padding:18px 26px;border-radius:16px;border:1px solid rgba(255,255,255,0.10);background:rgba(255,255,255,0.04);\n  font-family:var(--font-body);font-size:14.5px;line-height:1.55;color:rgba(255,255,255,0.70);text-align:center;}\n.did-ts-hero__caption b{color:rgba(255,255,255,0.92);font-weight:600;}\n@media(max-width:900px){.did-ts-hero__inner{grid-template-columns:1fr;}.did-ts-hero__media{justify-self:center;max-width:360px;}}\n\n\/* ============================ STICKY SUB-NAV ============================ *\/\n\/* JS owns `top` live, tracking the auto-hiding site header (it can legitimately be 0\n   while the header is away). This CSS value is the STATIC fallback for before the\n   script boots and for if it ever dies: it must clear the header at rest, or the pill\n   sits invisible under a z-index:999 header. The theme publishes its own chrome\n   heights on documentElement; the literals are the theme's own fallbacks\n   (.header__body min-height 60px, 100px at >=1200px). Do not raise z-index instead:\n   that puts the pill over the site logo and nav. *\/\n.did-ts-navwrap{position:sticky;\n  top:calc(var(--admin-bar-height,0px) + var(--announcement-bar-height,0px) + var(--header-height,60px));\n  z-index:40;display:flex;justify-content:center;padding:14px 12px;pointer-events:none;}\n@media(min-width:1200px){\n  .did-ts-navwrap{top:calc(var(--admin-bar-height,0px) + var(--announcement-bar-height,0px) + var(--header-height,100px));}\n}\n.did-ts-seg{position:relative;display:inline-flex;align-items:center;gap:2px;padding:6px;max-width:100%;background:#fff;\n  border:1px solid var(--hairline);border-radius:999px;box-shadow:0 4px 20px rgba(16,24,40,0.10);overflow-x:auto;scrollbar-width:none;\n  pointer-events:auto;transition:box-shadow 220ms ease;}\n\/* while floating over content, deepen the pill's own shadow instead of painting a\n   full-bleed band, which used to cut across the dark sections *\/\n.did-ts-navwrap.is-stuck .did-ts-seg{box-shadow:0 8px 30px rgba(16,24,40,0.20);}\n.did-ts-seg::-webkit-scrollbar{display:none;}\n.did-ts-seg-hl{position:absolute;top:6px;left:0;height:calc(100% - 12px);width:0;border-radius:999px;background:var(--orange);\n  box-shadow:0 4px 14px rgba(255,136,46,0.34);transform:translateX(6px);\n  transition:transform 340ms cubic-bezier(.22,1,.36,1),width 340ms cubic-bezier(.22,1,.36,1);z-index:0;pointer-events:none;}\n.did-ts-segbtn{position:relative;z-index:1;display:inline-flex;align-items:center;padding:11px 17px;border-radius:999px;\n  font-family:var(--font-head);font-weight:600;font-size:13.5px;line-height:1;letter-spacing:-.01em;color:var(--ink);\n  text-decoration:none;white-space:nowrap;transition:color 160ms ease,background 160ms ease;}\n.did-ts-segbtn:hover:not(.is-active){background:var(--orange-soft);}\n@media(max-width:600px){.did-ts-navwrap{justify-content:flex-start;}.did-ts-segbtn{padding:13px 15px;}}\n\n\/* ============================ SECTIONS ============================ *\/\n\/* scroll-margin-top is refined by JS to the live header + pill height *\/\n.did-ts-section{background:var(--gray);padding:clamp(52px,7vw,92px) clamp(20px,4vw,40px);font-family:var(--font-head);scroll-margin-top:140px;position:relative;overflow:hidden;}\n.did-ts-section--dark{background:var(--dark);}\n.did-ts-section--dark::before{content:\"\";position:absolute;inset:0;pointer-events:none;background:radial-gradient(60% 90% at 88% 0%,rgba(255,136,46,0.12) 0%,transparent 55%);}\n.did-ts-container{position:relative;z-index:1;max-width:1200px;margin:0 auto;}\n.did-ts-head{max-width:900px;margin-bottom:clamp(28px,3.5vw,44px);}\n.did-ts-eyebrow--sec{font-weight:700;font-size:12px;letter-spacing:1.6px;text-transform:uppercase;color:var(--orange-ink);margin-bottom:14px;}\n.did-ts-title{font-weight:600;font-size:clamp(28px,3.4vw,40px);line-height:1.12;letter-spacing:-.03em;color:var(--ink);margin:0 0 16px;text-wrap:balance;}\n.did-ts-title .accent{color:var(--orange-ink);}\n.did-ts-section--dark .did-ts-title{color:#fff;}\n.did-ts-section--dark .did-ts-eyebrow--sec{color:var(--orange);}\n.did-ts-section--dark .did-ts-title .accent{color:var(--orange);}\n.did-ts-intro{font-family:var(--font-body);font-size:clamp(15px,1.6vw,18px);line-height:1.55;color:var(--ink-72);margin:0;max-width:720px;}\n.did-ts-section--dark .did-ts-intro{color:rgba(255,255,255,0.70);}\n\n\/* two-column: media + card-list, equal height, consistent box sizes *\/\n.did-ts-two{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:stretch;}\n.did-ts-two--chart{grid-template-columns:1.35fr 1fr;}\n@media(max-width:900px){.did-ts-two,.did-ts-two--chart{grid-template-columns:1fr;}}\n.did-ts-mediaR{order:2;}\n@media(max-width:900px){.did-ts-mediaR{order:0;}}\n\n\/* media panel (fills its column, consistent size across sections) *\/\n.did-ts-media{position:relative;border-radius:var(--radius);overflow:hidden;background:var(--dark);\n  border:1px solid var(--hairline);box-shadow:var(--shadow);min-height:0;}\n.did-ts-section--dark .did-ts-media{border-color:rgba(255,255,255,0.08);}\n.did-ts-media video,.did-ts-media img{width:100%;height:100%;object-fit:cover;display:block;}\n@media(max-width:900px){.did-ts-media{aspect-ratio:1\/1;}}\n.did-ts-media__badge{position:absolute;left:16px;bottom:16px;display:flex;flex-direction:column;gap:2px;\n  padding:11px 15px;border-radius:14px;background:rgba(9,6,4,0.66);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,0.14);}\n.did-ts-media__badge b{font-family:var(--font-head);font-weight:700;font-size:26px;line-height:1;color:var(--orange);}\n.did-ts-media__badge span{font-family:var(--font-body);font-size:11px;letter-spacing:.02em;color:rgba(255,255,255,0.82);}\n\n\/* card list column *\/\n.did-ts-cards{display:flex;flex-direction:column;gap:18px;}\n.did-ts-card{position:relative;flex:1 1 0;display:flex;flex-direction:column;justify-content:center;\n  background:linear-gradient(180deg,#fff 0%,#FBFAF8 100%);border:1px solid var(--hairline);border-radius:var(--radius);\n  padding:26px 28px;box-shadow:var(--shadow);transition:transform 220ms cubic-bezier(.22,1,.36,1),box-shadow 220ms ease,border-color 220ms ease;}\n.did-ts-card:hover{transform:translateY(-3px);border-color:rgba(255,136,46,0.28);box-shadow:var(--shadow-hover);}\n.did-ts-ico{width:42px;height:42px;border-radius:12px;flex:none;display:flex;align-items:center;justify-content:center;\n  background:var(--orange-soft);border:1px solid rgba(255,136,46,0.16);margin-bottom:15px;}\n.did-ts-cardtitle{font-weight:600;font-size:19px;line-height:1.3;letter-spacing:-.02em;color:var(--ink);margin:0 0 8px;}\n.did-ts-desc{font-family:var(--font-body);font-size:15px;line-height:1.6;color:var(--ink-72);margin:0;}\n.did-ts-desc a{color:var(--orange);text-decoration:underline;}\n.did-ts-list{list-style:none;margin:4px 0 0;padding:0;}\n.did-ts-list li{position:relative;padding-left:26px;margin:11px 0;font-family:var(--font-body);font-size:15px;line-height:1.5;color:var(--ink-72);}\n.did-ts-list li::before{content:\"\";position:absolute;left:0;top:5px;width:16px;height:16px;border-radius:50%;background:var(--orange-soft);}\n.did-ts-list li::after{content:\"\";position:absolute;left:5px;top:10px;width:6px;height:6px;border-radius:50%;background:var(--orange);}\n.did-ts-kicker{font-weight:700;font-size:12px;letter-spacing:1.1px;text-transform:uppercase;color:var(--ink-54);margin:0 0 8px;}\n\/* benchmark caption, sits under the SyncNet chart *\/\n.did-ts-benchmark-note{max-width:940px;margin:24px 0 0;font-family:var(--font-body);font-size:14px;line-height:1.6;color:var(--ink-54);}\n.did-ts-benchmark-note b{color:var(--ink-72);font-weight:600;}\n\/* feature cards on a dark section (Visual quality) match the dark aesthetic *\/\n.did-ts-section--dark .did-ts-card{background:linear-gradient(180deg,rgba(255,255,255,0.06),rgba(255,255,255,0.02));border-color:rgba(255,255,255,0.10);box-shadow:0 1px 2px rgba(0,0,0,0.30),0 14px 34px rgba(0,0,0,0.24);}\n.did-ts-section--dark .did-ts-card:hover{border-color:rgba(255,136,46,0.32);box-shadow:0 20px 46px rgba(0,0,0,0.34);}\n.did-ts-section--dark .did-ts-cardtitle{color:#fff;}\n.did-ts-section--dark .did-ts-desc{color:rgba(255,255,255,0.70);}\n.did-ts-section--dark .did-ts-ico{background:rgba(255,136,46,0.16);border-color:rgba(255,255,255,0.10);}\n\n\/* stat tiles (dark bands) *\/\n.did-ts-stat{position:relative;flex:1 1 0;display:flex;flex-direction:column;justify-content:center;border-radius:var(--radius);padding:26px 28px;\n  background:linear-gradient(180deg,rgba(255,255,255,0.06),rgba(255,255,255,0.02));border:1px solid rgba(255,255,255,0.10);\n  transition:transform 220ms cubic-bezier(.22,1,.36,1),border-color 220ms ease;}\n.did-ts-stat:hover{transform:translateY(-3px);border-color:rgba(255,136,46,0.32);}\n.did-ts-stat__num{font-family:var(--font-head);font-weight:700;font-size:clamp(34px,4.4vw,50px);line-height:1;letter-spacing:-.03em;color:var(--orange);margin:0 0 9px;}\n.did-ts-stat__label{font-family:var(--font-head);font-weight:600;font-size:16px;color:#fff;margin:0 0 5px;}\n.did-ts-stat__sub{font-family:var(--font-body);font-size:13.5px;line-height:1.5;color:rgba(255,255,255,0.62);margin:0;}\n.did-ts-stat .did-ts-ico{background:rgba(255,136,46,0.16);border-color:rgba(255,255,255,0.10);}\n\n\/* SyncNet chart *\/\n.did-ts-chartcard{background:linear-gradient(180deg,#fff 0%,#FBFAF8 100%);border:1px solid var(--hairline);border-radius:var(--radius);box-shadow:var(--shadow);padding:30px;}\n.did-ts-chart{display:grid;grid-template-columns:1fr 1fr;gap:38px;height:100%;}\n@media(max-width:560px){.did-ts-chart{grid-template-columns:1fr;gap:30px;}}\n.did-ts-chart__metric-title{font-family:var(--font-head);font-weight:700;font-size:14px;letter-spacing:.02em;color:var(--ink);margin:0 0 2px;}\n.did-ts-chart__hint{font-family:var(--font-body);font-size:12.5px;color:var(--ink-54);margin:0 0 22px;}\n.did-ts-bars{display:flex;align-items:flex-end;gap:16px;height:210px;}\n.did-ts-bar{flex:1;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;height:100%;}\n.did-ts-bar__val{font-family:var(--font-head);font-weight:700;font-size:14px;color:var(--ink-54);margin-bottom:8px;opacity:0;transform:translateY(6px);transition:opacity 400ms ease,transform 400ms ease;}\n.did-ts-bar--did .did-ts-bar__val{color:var(--orange-ink);font-size:15px;}\n.did-ts-bar__fill{width:100%;max-width:56px;height:0;border-radius:10px 10px 0 0;background:#DEDEE3;transition:height 850ms cubic-bezier(.22,1,.36,1);}\n.did-ts-bar--did .did-ts-bar__fill{background:linear-gradient(180deg,#FF9640,#FF7A12);box-shadow:0 0 0 4px rgba(255,136,46,0.12),0 10px 24px rgba(255,136,46,0.30);}\n.did-ts-bar__name{font-family:var(--font-body);font-size:12px;color:var(--ink-72);margin-top:12px;text-align:center;}\n.did-ts-bar--did .did-ts-bar__name{color:var(--ink);font-weight:600;}\n.did-ts-bar__badge{margin-top:5px;font-family:var(--font-head);font-weight:700;font-size:10px;letter-spacing:.06em;color:#fff;background:var(--orange);border-radius:999px;padding:2px 8px;opacity:0;transition:opacity 300ms ease 500ms;}\n.is-in .did-ts-bar__fill{height:var(--h);}\n.is-in .did-ts-bar__val,.is-in .did-ts-bar__badge{opacity:1;transform:none;}\n.did-ts-bars .did-ts-bar:nth-child(1) .did-ts-bar__fill{transition-delay:60ms;}\n.did-ts-bars .did-ts-bar:nth-child(2) .did-ts-bar__fill{transition-delay:150ms;}\n.did-ts-bars .did-ts-bar:nth-child(3) .did-ts-bar__fill{transition-delay:240ms;}\n.did-ts-bars .did-ts-bar:nth-child(4) .did-ts-bar__fill{transition-delay:330ms;}\n.did-ts-chart__foot{grid-column:1 \/ -1;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px;\n  margin-top:20px;padding-top:18px;border-top:1px solid var(--hairline);\n  font-family:var(--font-head);font-weight:700;font-size:11px;letter-spacing:1.2px;text-transform:uppercase;color:var(--ink-54);}\n.did-ts-chart__legend{display:flex;gap:16px;font-weight:600;letter-spacing:.02em;text-transform:none;font-size:12px;}\n.did-ts-chart__legend span{display:inline-flex;align-items:center;gap:6px;}\n.did-ts-dot{width:10px;height:10px;border-radius:3px;display:inline-block;}\n.did-ts-dot--did{background:var(--orange);} .did-ts-dot--comp{background:#DEDEE3;}\n.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}\n\n\/* closing CTA *\/\n.did-ts-cta{background:radial-gradient(70% 120% at 15% 0%,rgba(255,136,46,0.20) 0%,transparent 55%),var(--near-black);padding:clamp(60px,8vw,100px) clamp(20px,4vw,40px);font-family:var(--font-head);text-align:center;}\n.did-ts-cta__inner{max-width:760px;margin:0 auto;}\n.did-ts-cta__title{font-weight:600;font-size:clamp(28px,3.6vw,44px);line-height:1.1;letter-spacing:-.03em;color:#fff;margin:0 0 16px;}\n.did-ts-cta__title .accent{color:var(--orange);}\n.did-ts-cta__text{font-family:var(--font-body);font-size:17px;line-height:1.55;color:rgba(255,255,255,0.72);margin:0 auto 30px;max-width:560px;}\n.did-ts-cta__row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;}\n.did-ts-cta-btn{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-head);font-weight:700;font-size:13px;letter-spacing:.6px;text-transform:uppercase;text-decoration:none;padding:16px 30px;border-radius:11px;transition:transform 200ms ease,box-shadow 200ms ease,background 200ms ease,border-color 200ms ease;}\n.did-ts-cta-btn--solid{background:var(--orange);color:#161616;box-shadow:0 10px 28px rgba(255,136,46,0.30);}\n.did-ts-cta-btn--solid:hover{transform:translateY(-2px);background:var(--orange-hover);box-shadow:0 14px 36px rgba(255,136,46,0.42);}\n.did-ts-cta-btn--ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,0.24);}\n.did-ts-cta-btn--ghost:hover{border-color:#fff;transform:translateY(-2px);}\n\n\/* theme-hardening: hold our button, pill, and link colors no matter what the theme's a:hover rules do *\/\na.did-ts-hero__cta,a.did-ts-hero__cta:link,a.did-ts-hero__cta:visited,a.did-ts-hero__cta:hover,a.did-ts-hero__cta:focus,a.did-ts-hero__cta:active{color:#161616 !important;}\na.did-ts-cta-btn--solid,a.did-ts-cta-btn--solid:link,a.did-ts-cta-btn--solid:visited,a.did-ts-cta-btn--solid:hover,a.did-ts-cta-btn--solid:focus,a.did-ts-cta-btn--solid:active{color:#161616 !important;}\na.did-ts-cta-btn--ghost,a.did-ts-cta-btn--ghost:link,a.did-ts-cta-btn--ghost:visited,a.did-ts-cta-btn--ghost:hover,a.did-ts-cta-btn--ghost:focus,a.did-ts-cta-btn--ghost:active{color:#ffffff !important;}\na.did-ts-segbtn,a.did-ts-segbtn:link,a.did-ts-segbtn:visited,a.did-ts-segbtn:hover,a.did-ts-segbtn:focus,a.did-ts-segbtn:active{color:#161616 !important;}\n.did-ts-desc a,.did-ts-desc a:hover,.did-ts-desc a:focus,.did-ts-desc a:active,.did-ts-desc a:visited{color:#FF882E !important;}\n.did-ts-hero__cta .did-ts-arrow path,.did-ts-cta-btn--solid .did-ts-arrow path{stroke:#161616 !important;}\n\/* keep OUR arrow orientation (theme svg\/transform rules can flip it), and drop any theme-injected link arrow *\/\n.did-ts-hero__cta::before,.did-ts-hero__cta::after,.did-ts-cta-btn::before,.did-ts-cta-btn::after{content:none !important;}\n.did-ts-hero__cta .did-ts-arrow,.did-ts-cta-btn .did-ts-arrow{transform-box:border-box !important;transform-origin:center !important;transform:rotate(45deg) !important;transition:transform 260ms cubic-bezier(.22,1,.36,1) !important;}\n.did-ts-hero__cta:hover .did-ts-arrow,.did-ts-cta-btn:hover .did-ts-arrow{transform:rotate(0deg) !important;}\n\n@media(prefers-reduced-motion:reduce){\n  *{scroll-behavior:auto !important;}\n  .did-ts-card,.did-ts-stat,.did-ts-hero__cta,.did-ts-cta-btn{transition:none !important;transform:none !important;}\n  .did-ts-hero__cta .did-ts-arrow,.did-ts-cta-btn .did-ts-arrow{transition:none !important;}\n  .did-ts-bar__fill{transition:none;height:var(--h);}\n  .did-ts-bar__val,.did-ts-bar__badge{transition:none;opacity:1;transform:none;}\n  .did-ts-seg-hl,.did-ts-seg{transition:none;}\n}\n<\/style>\n\n<!-- ==================== BLOCK 0 - HERO ==================== -->\n<section class=\"did-ts-hero\">\n  <div class=\"did-ts-hero__inner\">\n    <div class=\"did-ts-hero__copy\">\n      <div class=\"did-ts-eyebrow\">V4 Expressive Visual Avatars<\/div>\n      <h1 class=\"did-ts-hero__title\">V4 Expressive Visual Avatars <span class=\"accent\">\u2013 Technische Daten<\/span><\/h1>\n      <p class=\"did-ts-hero__text\">D-IDs ultraschnelles Diffusionsmodell erm\u00f6glicht visuelle Echtzeit-Agenten, die eine menschen\u00e4hnliche Darstellung mit ausdrucksstarker emotionaler Intelligenz verbinden.<\/p>\n      <a class=\"did-ts-hero__cta\" href=\"https:\/\/studio.d-id.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n        Jetzt erstellen\n        <svg class=\"did-ts-arrow\" width=\"15\" height=\"15\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#161616\" stroke-width=\"2.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M5 12h14\"><\/path><path d=\"M13 6l6 6-6 6\"><\/path><\/svg>\n      <\/a>\n    <\/div>\n    <div class=\"did-ts-hero__media\">\n      <video src=\"https:\/\/www.d-id.com\/wp-content\/uploads\/2026\/07\/v4ts-hero-1.mp4\" poster=\"https:\/\/www.d-id.com\/wp-content\/uploads\/2026\/07\/v4ts-hero-poster-1.jpg\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\" preload=\"metadata\"><\/video>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ==================== BLOCK 1 - STICKY SUB-NAV ==================== -->\n<div id=\"did-ts-nav-sentinel\" style=\"height:0;margin:0;padding:0;\"><\/div>\n<div class=\"did-ts-navwrap\" id=\"did-ts-navwrap\">\n  <nav class=\"did-ts-seg\" id=\"did-ts-seg\" aria-label=\"Bereiche der technischen Daten\">\n    <span class=\"did-ts-seg-hl\" id=\"did-ts-seg-hl\" aria-hidden=\"true\"><\/span>\n    <a class=\"did-ts-segbtn\" href=\"#did-ts-lipsync\">Lip-Sync<\/a>\n    <a class=\"did-ts-segbtn\" href=\"#did-ts-performance\">Performance<\/a>\n    <a class=\"did-ts-segbtn\" href=\"#did-ts-expressive\">Ausdrucksst\u00e4rke<\/a>\n    <a class=\"did-ts-segbtn\" href=\"#did-ts-visual\">Bildqualit\u00e4t<\/a>\n    <a class=\"did-ts-segbtn\" href=\"#did-ts-interactive\">Interaktivit\u00e4t<\/a>\n    <a class=\"did-ts-segbtn\" href=\"#did-ts-efficiency\">Effizienz<\/a>\n    <a class=\"did-ts-segbtn\" href=\"#did-ts-availability\">Verf\u00fcgbarkeit<\/a>\n  <\/nav>\n<\/div>\n\n<!-- ==================== BLOCK 2 - LIP-SYNC QUALITY ==================== -->\n<section id=\"did-ts-lipsync\" class=\"did-ts-section\">\n  <div class=\"did-ts-container\">\n    <div class=\"did-ts-head\">\n      <div class=\"did-ts-eyebrow--sec\">Benchmark<\/div>\n      <h2 class=\"did-ts-title\">D-ID belegt <span class=\"accent\">Platz 1 bei der Lip-Sync-Genauigkeit<\/span> unter den getesteten f\u00fchrenden Plattformen f\u00fcr Echtzeit-Avatare.<\/h2>\n      <p class=\"did-ts-intro\">Die Lip-Sync-Qualit\u00e4t wurde mit <b>SyncNet<\/b> bewertet, dem akademischen Branchenstandard f\u00fcr die audiovisuelle Synchronisation. SyncNet ist ein Modell, das darauf trainiert wurde, selbst geringf\u00fcgige Abweichungen zwischen Sprachaudio und Mundbewegungen zu erkennen. Die Bewertung umfasste zahlreiche reale Gespr\u00e4chsszenarien und wurde unter realistischen Netzwerkbedingungen einheitlich durchgef\u00fchrt. So entstand ein fairer und objektiver Vergleich.<\/p>\n    <\/div>\n    <div class=\"did-ts-two did-ts-two--chart\">\n      <div class=\"did-ts-chartcard\">\n        <div class=\"did-ts-chart\" id=\"did-ts-syncnet\">\n          <div>\n            <p class=\"did-ts-chart__metric-title\">LSE-D<\/p>\n            <p class=\"did-ts-chart__hint\">Lip-Sync-Fehlerdistanz \u00b7 niedriger ist besser \u2193<\/p>\n            <div class=\"did-ts-bars\">\n              <div class=\"did-ts-bar did-ts-bar--did\" style=\"--h:44%\"><span class=\"did-ts-bar__val\">7.16<\/span><span class=\"did-ts-bar__fill\"><\/span><span class=\"did-ts-bar__name\">D-ID<\/span><span class=\"did-ts-bar__badge\">#1<\/span><\/div>\n              <div class=\"did-ts-bar\" style=\"--h:70%\"><span class=\"did-ts-bar__val\">7.84<\/span><span class=\"did-ts-bar__fill\"><\/span><span class=\"did-ts-bar__name\">Anam<\/span><\/div>\n              <div class=\"did-ts-bar\" style=\"--h:74%\"><span class=\"did-ts-bar__val\">7.93<\/span><span class=\"did-ts-bar__fill\"><\/span><span class=\"did-ts-bar__name\">HeyGen<\/span><\/div>\n              <div class=\"did-ts-bar\" style=\"--h:93%\"><span class=\"did-ts-bar__val\">8.42<\/span><span class=\"did-ts-bar__fill\"><\/span><span class=\"did-ts-bar__name\">Tavus<\/span><\/div>\n            <\/div>\n          <\/div>\n          <div>\n            <p class=\"did-ts-chart__metric-title\">LSE-C<\/p>\n            <p class=\"did-ts-chart__hint\">Lip-Sync-Konfidenz \u00b7 h\u00f6her ist besser \u2191<\/p>\n            <div class=\"did-ts-bars\">\n              <div class=\"did-ts-bar did-ts-bar--did\" style=\"--h:92%\"><span class=\"did-ts-bar__val\">8.67<\/span><span class=\"did-ts-bar__fill\"><\/span><span class=\"did-ts-bar__name\">D-ID<\/span><span class=\"did-ts-bar__badge\">#1<\/span><\/div>\n              <div class=\"did-ts-bar\" style=\"--h:81%\"><span class=\"did-ts-bar__val\">8.20<\/span><span class=\"did-ts-bar__fill\"><\/span><span class=\"did-ts-bar__name\">Anam<\/span><\/div>\n              <div class=\"did-ts-bar\" style=\"--h:60%\"><span class=\"did-ts-bar__val\">7.29<\/span><span class=\"did-ts-bar__fill\"><\/span><span class=\"did-ts-bar__name\">HeyGen<\/span><\/div>\n              <div class=\"did-ts-bar\" style=\"--h:38%\"><span class=\"did-ts-bar__val\">6.33<\/span><span class=\"did-ts-bar__fill\"><\/span><span class=\"did-ts-bar__name\">Tavus<\/span><\/div>\n            <\/div>\n          <\/div>\n          <div class=\"did-ts-chart__foot\">\n            <span>SyncNet-Benchmark \u00b7 Juni 2026<\/span>\n            <span class=\"did-ts-chart__legend\"><span><i class=\"did-ts-dot did-ts-dot--did\"><\/i>D-ID<\/span><span><i class=\"did-ts-dot did-ts-dot--comp\"><\/i>Wettbewerber<\/span><\/span>\n          <\/div>\n          <table class=\"sr-only\"><caption>SyncNet-Benchmark, Juni 2026<\/caption><tbody><tr><th>Plattform<\/th><th>LSE-D (niedriger ist besser)<\/th><th>LSE-C (h\u00f6her ist besser)<\/th><\/tr><tr><td>D-ID<\/td><td>7.16<\/td><td>8.67<\/td><\/tr><tr><td>Anam<\/td><td>7.84<\/td><td>8.20<\/td><\/tr><tr><td>HeyGen<\/td><td>7.93<\/td><td>7.29<\/td><\/tr><tr><td>Tavus<\/td><td>8.42<\/td><td>6.33<\/td><\/tr><\/tbody><\/table>\n        <\/div>\n      <\/div>\n      <div class=\"did-ts-cards\">\n        <div class=\"did-ts-card\">\n          <div class=\"did-ts-ico\"><svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#FF882E\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"><\/path><\/svg><\/div>\n          <p class=\"did-ts-kicker\">Ergebnisse<\/p>\n          <ul class=\"did-ts-list\">\n            <li>Platz 1 bei beiden SyncNet-Metriken (LSE-D und LSE-C)<\/li>\n            <li>Durchgehend bessere Ergebnisse als konkurrierende Plattformen f\u00fcr Echtzeit-Avatare<\/li>\n            <li>Erzielte bei den Messungen der Lip-Sync-Qualit\u00e4t einen <b>Leistungsvorsprung von 10\u201315 % gegen\u00fcber Wettbewerbern<\/b><\/li>\n          <\/ul>\n          <p class=\"did-ts-desc\" style=\"margin-top:14px;\">In der Praxis bedeutet das eine pr\u00e4zisere, nat\u00fcrlichere und zuverl\u00e4ssigere Sprachsynchronisation bei Live-Gespr\u00e4chen.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n    <p class=\"did-ts-benchmark-note\">Wir haben das Echtzeit-Avatar-Streaming von <b>D-ID, HeyGen, Anam und Tavus<\/b> mithilfe eines vollst\u00e4ndig synthetischen, reproduzierbaren Benchmarks verglichen. Der Test umfasste f\u00fcnf Avatare pro Anbieter, unterschiedliche Skripte und realistische Netzwerkszenarien. Insgesamt wurden Hunderte Videos und Zehntausende Frames ausgewertet.<\/p>\n  <\/div>\n<\/section>\n\n<!-- ==================== BLOCK 3 - PERFORMANCE (dark, media right) ==================== -->\n<section id=\"did-ts-performance\" class=\"did-ts-section did-ts-section--dark\">\n  <div class=\"did-ts-container\">\n    <div class=\"did-ts-head\">\n      <div class=\"did-ts-eyebrow--sec\">Echtzeit<\/div>\n      <h2 class=\"did-ts-title\">Performance<\/h2>\n    <\/div>\n    <div class=\"did-ts-two\">\n      <div class=\"did-ts-cards\">\n        <div class=\"did-ts-stat\"><p class=\"did-ts-stat__num\" data-count=\"500\" data-prefix=\"&lt; \" data-suffix=\" ms\"><span>&lt; 500<\/span> ms<\/p><p class=\"did-ts-stat__label\">Gespr\u00e4chslatenz<\/p><p class=\"did-ts-stat__sub\">Die Ende-zu-Ende-Reaktionszeit bleibt unter 500 ms. Dadurch wirken Gespr\u00e4che mit dem Avatar schnell, fl\u00fcssig und nat\u00fcrlich.<\/p><\/div>\n        <div class=\"did-ts-stat\"><p class=\"did-ts-stat__num\" data-count=\"120\" data-prefix=\"&lt; \" data-suffix=\" ms\"><span>&lt; 120<\/span> ms<\/p><p class=\"did-ts-stat__label\">Modelllatenz<\/p><p class=\"did-ts-stat__sub\">Das Kernmodell l\u00e4uft mit einer Latenz von unter 120 ms und liefert damit die n\u00f6tige Geschwindigkeit f\u00fcr Interaktionen in Echtzeit.<\/p><\/div>\n        <div class=\"did-ts-stat\"><p class=\"did-ts-stat__num\" data-count=\"200\" data-suffix=\"+ FPS\"><span>200<\/span>+ FPS<\/p><p class=\"did-ts-stat__label\">Rendering-Performance<\/p><p class=\"did-ts-stat__sub\">Eine Diffusionspipeline mit \u00fcber 200 FPS erzeugt ausdrucksstarke Avatar-Frames schneller als in Echtzeit und sorgt so f\u00fcr fl\u00fcssige Bewegungen und eine gleichbleibend hohe Bildqualit\u00e4t.<\/p><\/div>\n      <\/div>\n      <div class=\"did-ts-media did-ts-mediaR\">\n        <video src=\"https:\/\/www.d-id.com\/wp-content\/uploads\/2026\/07\/v4ts-performance.mp4\" poster=\"https:\/\/www.d-id.com\/wp-content\/uploads\/2026\/07\/v4ts-performance-poster.jpg\" muted=\"\" loop=\"\" playsinline=\"\" preload=\"none\"><\/video>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ==================== BLOCK 4 - EXPRESSIVENESS (media left) ==================== -->\n<section id=\"did-ts-expressive\" class=\"did-ts-section\">\n  <div class=\"did-ts-container\">\n    <div class=\"did-ts-head\">\n      <div class=\"did-ts-eyebrow--sec\">Emotion<\/div>\n      <h2 class=\"did-ts-title\">Ausdrucksst\u00e4rke<\/h2>\n      <p class=\"did-ts-intro\">Expressive V4 reagiert mit der passenden emotionalen Tonalit\u00e4t, passt sich dem Gespr\u00e4ch an und h\u00e4lt Sprache, Ausdruck und Botschaft im Einklang.<\/p>\n    <\/div>\n    <div class=\"did-ts-two\">\n      <div class=\"did-ts-media\">\n        <video id=\"did-ts-vid-expressive\" src=\"https:\/\/www.d-id.com\/wp-content\/uploads\/2026\/06\/josh_mixed_emotions_for_gif_v1-1080p.mp4\" muted=\"\" loop=\"\" playsinline=\"\" preload=\"none\" tabindex=\"-1\" style=\"pointer-events:none;\"><\/video>\n      <\/div>\n      <div class=\"did-ts-cards\">\n        <div class=\"did-ts-card\">\n          <div class=\"did-ts-ico\"><svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#FF882E\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle><path d=\"M8.5 14.5s1.5 2 3.5 2 3.5-2 3.5-2\"><\/path><circle cx=\"9\" cy=\"10\" r=\".8\" fill=\"#FF882E\" stroke=\"none\"><\/circle><circle cx=\"15\" cy=\"10\" r=\".8\" fill=\"#FF882E\" stroke=\"none\"><\/circle><\/svg><\/div>\n          <h3 class=\"did-ts-cardtitle\">Emotionssteuerung<\/h3>\n          <p class=\"did-ts-desc\">Expressive V4 unterst\u00fctzt mehrere Stimmungen mit EQ-basierter Steuerung. So k\u00f6nnen Avatare mit der f\u00fcr die jeweilige Situation passenden emotionalen Tonalit\u00e4t reagieren.<\/p>\n        <\/div>\n        <div class=\"did-ts-card\">\n          <div class=\"did-ts-ico\"><svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#FF882E\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 12a9 9 0 1 0 9-9\"><\/path><path d=\"M3 12h4M3 12l2-2M3 12l2 2\"><\/path><\/svg><\/div>\n          <h3 class=\"did-ts-cardtitle\">Kontextabh\u00e4ngige Mimik<\/h3>\n          <p class=\"did-ts-desc\">Die Mimik passt sich dynamisch an das Gespr\u00e4ch an und erm\u00f6glicht reaktionsf\u00e4higere, nat\u00fcrlichere Interaktionen.<\/p>\n        <\/div>\n        <div class=\"did-ts-card\">\n          <div class=\"did-ts-ico\"><svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#FF882E\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 2a3 3 0 0 0-3 3v6a3 3 0 0 0 6 0V5a3 3 0 0 0-3-3z\"><\/path><path d=\"M5 11a7 7 0 0 0 14 0M12 18v3\"><\/path><\/svg><\/div>\n          <h3 class=\"did-ts-cardtitle\">Emotional abgestimmte Sprache<\/h3>\n          <p class=\"did-ts-desc\">Die Stimme passt zur beabsichtigten Tonalit\u00e4t, sodass Sprache, Mimik und Botschaft des Avatars stimmig zusammenwirken.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ==================== BLOCK 5 - VISUAL QUALITY (media right, 4K badge) ==================== -->\n<section id=\"did-ts-visual\" class=\"did-ts-section did-ts-section--dark\">\n  <div class=\"did-ts-container\">\n    <div class=\"did-ts-head\">\n      <div class=\"did-ts-eyebrow--sec\">Detailtreue<\/div>\n      <h2 class=\"did-ts-title\">Bildqualit\u00e4t<\/h2>\n    <\/div>\n    <div class=\"did-ts-two\">\n      <div class=\"did-ts-cards\">\n        <div class=\"did-ts-card\">\n          <div class=\"did-ts-ico\"><svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#FF882E\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"14\" rx=\"2\"><\/rect><path d=\"M8 21h8M12 18v3\"><\/path><\/svg><\/div>\n          <h3 class=\"did-ts-cardtitle\">Hochaufl\u00f6sende Ausgabe<\/h3>\n          <p class=\"did-ts-desc\">Expressive V4 unterst\u00fctzt eine Ausgabe mit bis zu 4K und bewahrt dabei Gesichtsdetails und visuelle Klarheit f\u00fcr hochwertige Kundenerlebnisse.<\/p>\n        <\/div>\n        <div class=\"did-ts-card\">\n          <div class=\"did-ts-ico\"><svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#FF882E\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 3v4M12 17v4M3 12h4M17 12h4\"><\/path><circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle><\/svg><\/div>\n          <h3 class=\"did-ts-cardtitle\">Pr\u00e4zisere Gesichtsbewegungen<\/h3>\n          <p class=\"did-ts-desc\">Pr\u00e4zisere Gesichtsbewegungen und eine verbesserte Lippensynchronisation sorgen daf\u00fcr, dass Sprache zeitlich besser abgestimmt und nat\u00fcrlicher wirkt.<\/p>\n        <\/div>\n        <div class=\"did-ts-card\">\n          <div class=\"did-ts-ico\"><svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#FF882E\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"8\" r=\"4\"><\/circle><path d=\"M4 21c0-4 3.5-7 8-7s8 3 8 7\"><\/path><\/svg><\/div>\n          <h3 class=\"did-ts-cardtitle\">Konsistente Avatar-Identit\u00e4t<\/h3>\n          <p class=\"did-ts-desc\">Avatare behalten auch \u00fcber l\u00e4ngere Sitzungen hinweg ein stabiles Erscheinungsbild. Das reduziert visuelle Abweichungen und sorgt f\u00fcr verl\u00e4ssliche Interaktionen.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"did-ts-media did-ts-mediaR\">\n        <video src=\"https:\/\/www.d-id.com\/wp-content\/uploads\/2026\/07\/v4ts-visual.mp4\" poster=\"https:\/\/www.d-id.com\/wp-content\/uploads\/2026\/07\/v4ts-visual-poster.jpg\" muted=\"\" loop=\"\" playsinline=\"\" preload=\"none\"><\/video>\n        <div class=\"did-ts-media__badge\"><b>4K<\/b><span>Maximale Ausgabeaufl\u00f6sung<\/span><\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ==================== BLOCK 6 - INTERACTIVE CAPABILITIES (media left) ==================== -->\n<section id=\"did-ts-interactive\" class=\"did-ts-section\">\n  <div class=\"did-ts-container\">\n    <div class=\"did-ts-head\">\n      <div class=\"did-ts-eyebrow--sec\">Agentic<\/div>\n      <h2 class=\"did-ts-title\">Interaktive Funktionen<\/h2>\n    <\/div>\n    <div class=\"did-ts-two\">\n      <div class=\"did-ts-media\">\n        <video src=\"https:\/\/www.d-id.com\/wp-content\/uploads\/2026\/07\/v4ts-interactive.mp4\" poster=\"https:\/\/www.d-id.com\/wp-content\/uploads\/2026\/07\/v4ts-interactive-poster.jpg\" muted=\"\" loop=\"\" playsinline=\"\" preload=\"none\"><\/video>\n      <\/div>\n      <div class=\"did-ts-cards\">\n        <div class=\"did-ts-card\">\n          <div class=\"did-ts-ico\"><svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#FF882E\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"3\" width=\"7\" height=\"7\" rx=\"1\"><\/rect><rect x=\"14\" y=\"3\" width=\"7\" height=\"7\" rx=\"1\"><\/rect><rect x=\"3\" y=\"14\" width=\"7\" height=\"7\" rx=\"1\"><\/rect><path d=\"M17.5 14v3M17.5 17h3\"><\/path><\/svg><\/div>\n          <h3 class=\"did-ts-cardtitle\">Generative UI<\/h3>\n          <p class=\"did-ts-desc\">Agenten k\u00f6nnen Medieninhalte abrufen und direkt im Gespr\u00e4ch als interaktive Bildschirmelemente anzeigen, zum Beispiel Bilder, Dokumente, Formulare oder Buttons.<\/p>\n        <\/div>\n        <div class=\"did-ts-card\">\n          <div class=\"did-ts-ico\"><svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#FF882E\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M2 12s3.5-7 10-7 10 7 10 7-3.5 7-10 7-10-7-10-7z\"><\/path><circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle><\/svg><\/div>\n          <h3 class=\"did-ts-cardtitle\">Optionale visuelle Wahrnehmung<\/h3>\n          <p class=\"did-ts-desc\">Ein visuell unterst\u00fctztes LLM analysiert Frames aus dem Videostream. Dadurch kann der Agent Mimik, Gesten, Objekte und den Kontext der Szene verstehen und nat\u00fcrlicher reagieren.<\/p>\n        <\/div>\n        <div class=\"did-ts-card\">\n          <div class=\"did-ts-ico\"><svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#FF882E\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M9.5 2h5L17 6.5V9h-2V7h-3V4H9.5z\"><\/path><rect x=\"3\" y=\"9\" width=\"18\" height=\"13\" rx=\"2\"><\/rect><path d=\"M8 14h8M8 17h5\"><\/path><\/svg><\/div>\n          <h3 class=\"did-ts-cardtitle\">MCP-Apps<\/h3>\n          <p class=\"did-ts-desc\">Agenten k\u00f6nnen direkt mit dem API-\u00d6kosystem von D-ID interagieren. So lassen sich Gespr\u00e4che leichter mit Tools, Workflows und API-basierten Aktionen verbinden.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ==================== BLOCK 7 - EFFICIENCY (dark, media right) ==================== -->\n<section id=\"did-ts-efficiency\" class=\"did-ts-section did-ts-section--dark\">\n  <div class=\"did-ts-container\">\n    <div class=\"did-ts-head\">\n      <div class=\"did-ts-eyebrow--sec\">Rechenleistung<\/div>\n      <h2 class=\"did-ts-title\">Effizienz<\/h2>\n    <\/div>\n    <div class=\"did-ts-two\">\n      <div class=\"did-ts-cards\">\n        <div class=\"did-ts-stat\"><p class=\"did-ts-stat__num\" data-count=\"3.5\" data-prefix=\"~\" data-suffix=\" GB\" data-decimals=\"1\"><span>~3.5<\/span> GB<\/p><p class=\"did-ts-stat__label\">Effiziente GPU-Nutzung<\/p><p class=\"did-ts-stat__sub\">Expressive V4 ist f\u00fcr einen geringen Rechenbedarf optimiert und ben\u00f6tigt f\u00fcr vier gleichzeitige Sitzungen rund 3,5 GB GPU-RAM. So lassen sich Echtzeit-Avatare skalierbar bereitstellen, ohne dass daf\u00fcr eine umfangreiche Infrastruktur erforderlich ist.<\/p><\/div>\n        <div class=\"did-ts-stat\">\n          <div class=\"did-ts-ico\"><svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#FF882E\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 2v4M12 18v4M4 12H2M22 12h-2M6 6 4.5 4.5M18 18l1.5 1.5\"><\/path><circle cx=\"12\" cy=\"12\" r=\"4\"><\/circle><\/svg><\/div>\n          <p class=\"did-ts-stat__label\">Niedrigere Generierungskosten<\/p>\n          <p class=\"did-ts-stat__sub\">Im Vergleich zur diffusionsbasierten KI-Videogenerierung bietet das System einen deutlichen Kostenvorteil, da es ausdrucksstarke Echtzeit-Avatare mit einem effizienteren Ressourceneinsatz erzeugt.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"did-ts-media did-ts-mediaR\">\n        <video src=\"https:\/\/www.d-id.com\/wp-content\/uploads\/2026\/07\/v4ts-efficiency.mp4\" poster=\"https:\/\/www.d-id.com\/wp-content\/uploads\/2026\/07\/v4ts-efficiency-poster.jpg\" muted=\"\" loop=\"\" playsinline=\"\" preload=\"none\"><\/video>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ==================== BLOCK 8 - AVAILABILITY (media right, still) ==================== -->\n<section id=\"did-ts-availability\" class=\"did-ts-section\">\n  <div class=\"did-ts-container\">\n    <div class=\"did-ts-head\">\n      <div class=\"did-ts-eyebrow--sec\">Zugriff<\/div>\n      <h2 class=\"did-ts-title\">Verf\u00fcgbarkeit<\/h2>\n    <\/div>\n    <div class=\"did-ts-two\">\n      <div class=\"did-ts-cards\">\n        <div class=\"did-ts-card\">\n          <p class=\"did-ts-stat__num\" data-count=\"15\" data-suffix=\"+\" style=\"color:var(--orange-ink);font-family:var(--font-head);font-weight:700;font-size:44px;line-height:1;margin:0 0 8px;\"><span>15<\/span>+<\/p>\n          <h3 class=\"did-ts-cardtitle\" style=\"margin-top:0;\">Zum Start verf\u00fcgbare Avatare<\/h3>\n          <p class=\"did-ts-desc\">Expressive V4 startet mit mehr als 15 sofort einsatzbereiten Avataren. So k\u00f6nnen Teams schnell loslegen und aus verschiedenen visuellen Optionen w\u00e4hlen.<\/p>\n        <\/div>\n        <div class=\"did-ts-card\">\n          <div class=\"did-ts-ico\"><svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#FF882E\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 3l2.5 5 5.5.8-4 3.9.9 5.5L12 21l-4.9 2.7.9-5.5-4-3.9 5.5-.8z\"><\/path><\/svg><\/div>\n          <h3 class=\"did-ts-cardtitle\">Individuelle Enterprise-Avatare<\/h3>\n          <p class=\"did-ts-desc\">Enterprise-Kunden k\u00f6nnen gebrandete oder anwendungsspezifische Avatare erstellen, die auf ihre Zielgruppe und das jeweilige Nutzungserlebnis zugeschnitten sind.<\/p>\n        <\/div>\n        <div class=\"did-ts-card\">\n          <div class=\"did-ts-ico\"><svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#FF882E\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 6 2 12l6 6M16 6l6 6-6 6\"><\/path><\/svg><\/div>\n          <h3 class=\"did-ts-cardtitle\">Zugriff \u00fcber Studio und API<\/h3>\n          <p class=\"did-ts-desc\">Expressive V4 ist im D-ID Studio und \u00fcber die D-ID API verf\u00fcgbar. Damit werden sowohl die Erstellung ohne Programmierkenntnisse als auch die Integration durch Entwicklerteams unterst\u00fctzt.<\/p>\n        <\/div>\n      <\/div>\n      <!-- No animated clip supplied for Availability yet; shows the real avatar-library still. -->\n      <div class=\"did-ts-media did-ts-mediaR\">\n        <img src=\"https:\/\/www.d-id.com\/wp-content\/uploads\/2026\/06\/Availability.png\" alt=\"Bibliothek der Expressive V4 Avatare\" loading=\"lazy\" decoding=\"async\">\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ==================== BLOCK 9 - CLOSING CTA ==================== -->\n<section class=\"did-ts-cta\">\n  <div class=\"did-ts-cta__inner\">\n    <h2 class=\"did-ts-cta__title\">V4 Expressive Avatars <span class=\"accent\">in Echtzeit erleben.<\/span><\/h2>\n    <p class=\"did-ts-cta__text\"> Starte im D-ID Studio oder sprich mit unserem Team \u00fcber Enterprise- und API-Zug\u00e4nge.<\/p>\n    <div class=\"did-ts-cta__row\">\n      <a class=\"did-ts-cta-btn did-ts-cta-btn--solid\" href=\"https:\/\/studio.d-id.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Jetzt erstellen <svg class=\"did-ts-arrow\" width=\"15\" height=\"15\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#161616\" stroke-width=\"2.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M5 12h14\"><\/path><path d=\"M13 6l6 6-6 6\"><\/path><\/svg><\/a>\n      <a class=\"did-ts-cta-btn did-ts-cta-btn--ghost\" href=\"https:\/\/www.d-id.com\/de\/kontakt\/\">Vertrieb kontaktieren<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<script>\n\/* did-inline-js *\/\n(function(){\n  \/* A literal ampersand anywhere in this script gets rewritten by WordPress into an\n     HTML entity, which kills the whole file at parse time. Build one at runtime instead.\n     Enforced by wp_paste_guard() in build.py - see wordpress-integration.md. *\/\n  var AMP=String.fromCharCode(38);\n  var reduce = window.matchMedia ? window.matchMedia('(prefers-reduced-motion: reduce)').matches : false;\n\n  function initNav(){\n    var wrap=document.getElementById('did-ts-navwrap'), seg=document.getElementById('did-ts-seg'),\n        hl=document.getElementById('did-ts-seg-hl'), sentinel=document.getElementById('did-ts-nav-sentinel');\n    if(!wrap||!seg||!hl) return;\n    var btns=[].slice.call(seg.querySelectorAll('.did-ts-segbtn'));\n    var ids=btns.map(function(b){return b.getAttribute('href').slice(1);});\n    var clicking=false, clickTimer=null, GAP=16;\n\n    \/* ---- live header tracking ------------------------------------------\n       The site header is fixed and auto-hides on scroll down (it slides up by\n       its own height over ~220ms) then slides back in on scroll up. So the pill\n       offset is not a constant: it is the header's LIVE bottom edge, which is 0\n       while the header is away. Never substitute a nominal height when the\n       measured bottom is 0, or the pill hangs below a header that is not there. *\/\n    var hdrEls=[], hdrRest=0;\n\n    function shown(el,cs){\n      cs=cs||getComputedStyle(el);\n      if(cs.visibility==='hidden')return false;\n      if(cs.display==='none')return false;\n      return parseFloat(cs.opacity||'1')>0.05;\n    }\n    function findHeaders(){\n      hdrEls=[]; hdrRest=0;\n      var cands=document.querySelectorAll('#wpadminbar,header,.header,.site-header,#masthead,#header,.pv-header,[class*=\"header\"],[class*=\"Header\"]');\n      for(var i=0;i<cands.length;i++){\n        var el=cands[i];\n        if(el.closest){if(el.closest('.did-ts-navwrap'))continue;}\n        var cs=getComputedStyle(el);\n        if(cs.position!=='fixed'){if(cs.position!=='sticky')continue;}\n        if(!shown(el,cs))continue;\n        var r=el.getBoundingClientRect();\n        if(r.height<=0||r.height>200)continue;  \/* skips full-height mega-menu panels *\/\n        if(r.top>200)continue;                  \/* must live at the top of the viewport *\/\n        if(hdrEls.indexOf(el)<0)hdrEls.push(el);\n        \/* resting bottom = where this bar sits when fully on screen, so the value\n           is right even when measured while it happens to be slid out of view *\/\n        var rest=r.bottom-Math.min(0,r.top);\n        if(rest>hdrRest)hdrRest=Math.min(200,Math.round(rest));\n      }\n    }\n    function headerBottom(){\n      var b=0;\n      for(var i=0;i<hdrEls.length;i++){\n        if(!shown(hdrEls[i]))continue;\n        var bot=hdrEls[i].getBoundingClientRect().bottom;\n        if(bot>b)b=bot;\n      }\n      return Math.max(0,Math.min(200,Math.round(b)));  \/* hidden header -> 0, no fallback *\/\n    }\n    function navH(){return wrap.offsetHeight||64;}\n    function applyScrollMargins(){\n      var m=hdrRest+navH()+GAP;  \/* reserve the header even if it is away right now *\/\n      ids.forEach(function(id){var el=document.getElementById(id);if(el)el.style.scrollMarginTop=m+'px';});\n    }\n\n    \/* follow the header frame by frame while anything is moving, then go idle *\/\n    var rafId=null, idle=0, lastTop=-1, lastStuck=null;\n    function frame(){\n      var top=headerBottom(), changed=false;\n      if(top!==lastTop){lastTop=top;wrap.style.top=top+'px';changed=true;}\n      if(sentinel){\n        var stuck=sentinel.getBoundingClientRect().top<=top+1;\n        if(stuck!==lastStuck){lastStuck=stuck;wrap.classList.toggle('is-stuck',stuck);changed=true;}\n      }\n      idle=changed?0:idle+1;\n      if(idle<20){rafId=requestAnimationFrame(frame);}else{rafId=null;}\n    }\n    function kick(){idle=0;if(rafId===null)rafId=requestAnimationFrame(frame);}\n\n    findHeaders(); applyScrollMargins(); kick();\n\n    function current(){return seg.querySelector('.did-ts-segbtn.is-active')||btns[0];}\n    function moveTo(btn){if(!btn)return;hl.style.width=btn.offsetWidth+'px';hl.style.transform='translateX('+btn.offsetLeft+'px)';}\n    function setActive(btn){if(!btn)return;btns.forEach(function(b){b.classList.toggle('is-active',b===btn);});moveTo(btn);\n      if(seg.scrollWidth>seg.clientWidth+1){seg.scrollTo({left:Math.max(0,btn.offsetLeft-16),behavior:'smooth'});}}\n    setActive(btns[0]);\n\n    \/* click a pill: move the highlight once, smooth-scroll to the section, and lock\n       the spy so the pill does not bounce through the sections it passes *\/\n    function endClick(){clicking=false;}\n    btns.forEach(function(btn,i){\n      btn.addEventListener('click',function(e){\n        var target=document.getElementById(ids[i]); if(!target)return;\n        e.preventDefault();\n        setActive(btn);\n        clicking=true; clearTimeout(clickTimer); clickTimer=setTimeout(endClick,1400);\n        var rect=target.getBoundingClientRect();\n        \/* scrolling up brings the header back, so reserve its full height; scrolling\n           down sends it away, so reserve only what is actually on screen now *\/\n        var reserve=rect.top<0?hdrRest:headerBottom();\n        var y=rect.top+window.pageYOffset-(reserve+navH()+GAP);\n        window.scrollTo({top:Math.max(0,y),behavior:reduce?'auto':'smooth'});\n        kick();\n      });\n    });\n    window.addEventListener('scrollend',function(){if(clicking)endClick();});\n\n    var spy=new IntersectionObserver(function(es){\n      if(clicking)return;\n      es.forEach(function(e){if(!e.isIntersecting)return;setActive(btns[ids.indexOf(e.target.id)]);});\n    },{rootMargin:'-45% 0px -50% 0px',threshold:0});\n    ids.forEach(function(id){var el=document.getElementById(id);if(el)spy.observe(el);});\n\n    window.addEventListener('scroll',kick,{passive:true});\n    var rsTimer=null;\n    function onResize(){\n      moveTo(current()); kick();\n      clearTimeout(rsTimer);\n      rsTimer=setTimeout(function(){findHeaders();applyScrollMargins();moveTo(current());kick();},120);\n    }\n    window.addEventListener('resize',onResize);\n    window.addEventListener('orientationchange',onResize);\n    \/* the theme header can mount or change height late *\/\n    setTimeout(function(){findHeaders();applyScrollMargins();kick();},600);\n    setTimeout(function(){findHeaders();applyScrollMargins();kick();},1600);\n    if(document.fonts){if(document.fonts.ready){document.fonts.ready.then(function(){moveTo(current());applyScrollMargins();kick();});}}\n  }\n\n  function initVideos(){\n    var vids=[].slice.call(document.querySelectorAll('.did-ts-media video,.did-ts-hero__media video'));\n    vids.forEach(function(v){\n      v.muted=true;\n      if(reduce){v.removeAttribute('autoplay');v.pause();return;}\n      if('IntersectionObserver' in window){\n        new IntersectionObserver(function(es){es.forEach(function(e){\n          if(e.isIntersecting){var p=v.play();if(p){if(p.catch)p.catch(function(){});}}else{v.pause();}\n        });},{threshold:0.2}).observe(v);\n      }\n    });\n  }\n\n  function initChart(){\n    var chart=document.getElementById('did-ts-syncnet');if(!chart)return;\n    if(reduce){chart.classList.add('is-in');return;}\n    new IntersectionObserver(function(es,obs){es.forEach(function(e){if(e.isIntersecting){chart.classList.add('is-in');obs.disconnect();}});},{threshold:0.3}).observe(chart);\n  }\n\n  function initStats(){\n    var nums=[].slice.call(document.querySelectorAll('.did-ts-stat__num[data-count]'));\n    nums.forEach(function(el){\n      var target=parseFloat(el.getAttribute('data-count')),\n          dec=parseInt(el.getAttribute('data-decimals')||'0',10),\n          prefix=(el.getAttribute('data-prefix')||'').replace(AMP+'lt;','<'),\n          suffix=el.getAttribute('data-suffix')||'',\n          span=el.querySelector('span');\n      if(!span)return;\n      if(reduce){el.innerHTML=prefix+target.toFixed(dec)+suffix;return;}\n      var done=false;\n      new IntersectionObserver(function(es,obs){es.forEach(function(e){\n        if(!e.isIntersecting||done)return;done=true;obs.disconnect();\n        var start=null,dur=1100;\n        function step(t){if(!start)start=t;var p=Math.min((t-start)\/dur,1);var eased=1-Math.pow(1-p,3);\n          span.textContent=prefix+(target*eased).toFixed(dec);\n          if(p<1)requestAnimationFrame(step);else span.textContent=prefix+target.toFixed(dec);}\n        requestAnimationFrame(step);\n      });},{threshold:0.5}).observe(el);\n    });\n  }\n\n  function boot(){initNav();initVideos();initChart();initStats();}\n  if(document.readyState==='loading'){document.addEventListener('DOMContentLoaded',boot);}else{boot();}\n})();\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>Entdecke die Technologie hinter D-IDs V4 Expressive Visual Avatars, darunter Echtzeit-Latenz, pr\u00e4zise Lippensynchronisation, emotionale Ausdruckskraft, visuelle Qualit\u00e4t, GPU-Effizienz und die Verf\u00fcgbarkeit in D-ID Studio und \u00fcber die API.<\/p>\n","protected":false},"author":93,"featured_media":13665,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"content-type":"","_uag_custom_page_level_css":"","footnotes":""},"class_list":["post-14933","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.1 (Yoast SEO v28.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>V4 Expressive Visual Agents - Technische Daten | D-ID<\/title>\n<meta name=\"description\" content=\"Entdecke die technischen Daten der D-ID V4 Expressive Avatare: pr\u00e4zises Lip-Sync, geringe Latenz, 4K-Qualit\u00e4t und Echtzeit-Interaktion.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.d-id.com\/de\/v4-expressive-visual-agents-technische-daten\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"V4 Expressive Visual Agents - Technische Daten\" \/>\n<meta property=\"og:description\" content=\"Entdecke die technischen Daten der D-ID V4 Expressive Avatare: pr\u00e4zises Lip-Sync, geringe Latenz, 4K-Qualit\u00e4t und Echtzeit-Interaktion.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.d-id.com\/de\/v4-expressive-visual-agents-technische-daten\/\" \/>\n<meta property=\"og:site_name\" content=\"D-ID\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/deidentification\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-05T12:15:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.d-id.com\/wp-content\/uploads\/2026\/06\/Availability.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@D_ID_\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"4\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.d-id.com\\\/de\\\/v4-expressive-visual-agents-technische-daten\\\/\",\"url\":\"https:\\\/\\\/www.d-id.com\\\/de\\\/v4-expressive-visual-agents-technische-daten\\\/\",\"name\":\"V4 Expressive Visual Agents - Technische Daten | D-ID\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.d-id.com\\\/de\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.d-id.com\\\/de\\\/v4-expressive-visual-agents-technische-daten\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.d-id.com\\\/de\\\/v4-expressive-visual-agents-technische-daten\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.d-id.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/product_expressive-avatars-agents_LP_graphic-Tech-specs-2.png\",\"datePublished\":\"2026-08-03T14:05:16+00:00\",\"dateModified\":\"2026-08-05T12:15:12+00:00\",\"description\":\"Entdecke die technischen Daten der D-ID V4 Expressive Avatare: pr\u00e4zises Lip-Sync, geringe Latenz, 4K-Qualit\u00e4t und Echtzeit-Interaktion.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.d-id.com\\\/de\\\/v4-expressive-visual-agents-technische-daten\\\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.d-id.com\\\/de\\\/v4-expressive-visual-agents-technische-daten\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/www.d-id.com\\\/de\\\/v4-expressive-visual-agents-technische-daten\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.d-id.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/product_expressive-avatars-agents_LP_graphic-Tech-specs-2.png\",\"contentUrl\":\"https:\\\/\\\/www.d-id.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/product_expressive-avatars-agents_LP_graphic-Tech-specs-2.png\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.d-id.com\\\/de\\\/v4-expressive-visual-agents-technische-daten\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.d-id.com\\\/de\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"V4 Expressive Visual Agents &#8211; Technische Daten\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.d-id.com\\\/de\\\/#website\",\"url\":\"https:\\\/\\\/www.d-id.com\\\/de\\\/\",\"name\":\"D-ID\",\"description\":\"Create AI Videos, Interactive Avatars to engage your audience. Custom AI-powered digital people at scale for businesses and creators.\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.d-id.com\\\/de\\\/#organization\"},\"alternateName\":\"Interfaces, Evolved.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.d-id.com\\\/de\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.d-id.com\\\/de\\\/#organization\",\"name\":\"D-ID\",\"url\":\"https:\\\/\\\/www.d-id.com\\\/de\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/www.d-id.com\\\/de\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.d-id.com\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/d-id-logo-1.svg\",\"contentUrl\":\"https:\\\/\\\/www.d-id.com\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/d-id-logo-1.svg\",\"width\":66,\"height\":53,\"caption\":\"D-ID\"},\"image\":{\"@id\":\"https:\\\/\\\/www.d-id.com\\\/de\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/deidentification\\\/\",\"https:\\\/\\\/x.com\\\/D_ID_\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"V4 Expressive Visual Agents - Technische Daten | D-ID","description":"Entdecke die technischen Daten der D-ID V4 Expressive Avatare: pr\u00e4zises Lip-Sync, geringe Latenz, 4K-Qualit\u00e4t und Echtzeit-Interaktion.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.d-id.com\/de\/v4-expressive-visual-agents-technische-daten\/","og_locale":"de_DE","og_type":"article","og_title":"V4 Expressive Visual Agents - Technische Daten","og_description":"Entdecke die technischen Daten der D-ID V4 Expressive Avatare: pr\u00e4zises Lip-Sync, geringe Latenz, 4K-Qualit\u00e4t und Echtzeit-Interaktion.","og_url":"https:\/\/www.d-id.com\/de\/v4-expressive-visual-agents-technische-daten\/","og_site_name":"D-ID","article_publisher":"https:\/\/www.facebook.com\/deidentification\/","article_modified_time":"2026-08-05T12:15:12+00:00","og_image":[{"url":"https:\/\/www.d-id.com\/wp-content\/uploads\/2026\/06\/Availability.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@D_ID_","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"4\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.d-id.com\/de\/v4-expressive-visual-agents-technische-daten\/","url":"https:\/\/www.d-id.com\/de\/v4-expressive-visual-agents-technische-daten\/","name":"V4 Expressive Visual Agents - Technische Daten | D-ID","isPartOf":{"@id":"https:\/\/www.d-id.com\/de\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.d-id.com\/de\/v4-expressive-visual-agents-technische-daten\/#primaryimage"},"image":{"@id":"https:\/\/www.d-id.com\/de\/v4-expressive-visual-agents-technische-daten\/#primaryimage"},"thumbnailUrl":"https:\/\/www.d-id.com\/wp-content\/uploads\/2026\/03\/product_expressive-avatars-agents_LP_graphic-Tech-specs-2.png","datePublished":"2026-08-03T14:05:16+00:00","dateModified":"2026-08-05T12:15:12+00:00","description":"Entdecke die technischen Daten der D-ID V4 Expressive Avatare: pr\u00e4zises Lip-Sync, geringe Latenz, 4K-Qualit\u00e4t und Echtzeit-Interaktion.","breadcrumb":{"@id":"https:\/\/www.d-id.com\/de\/v4-expressive-visual-agents-technische-daten\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.d-id.com\/de\/v4-expressive-visual-agents-technische-daten\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/www.d-id.com\/de\/v4-expressive-visual-agents-technische-daten\/#primaryimage","url":"https:\/\/www.d-id.com\/wp-content\/uploads\/2026\/03\/product_expressive-avatars-agents_LP_graphic-Tech-specs-2.png","contentUrl":"https:\/\/www.d-id.com\/wp-content\/uploads\/2026\/03\/product_expressive-avatars-agents_LP_graphic-Tech-specs-2.png","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/www.d-id.com\/de\/v4-expressive-visual-agents-technische-daten\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.d-id.com\/de\/"},{"@type":"ListItem","position":2,"name":"V4 Expressive Visual Agents &#8211; Technische Daten"}]},{"@type":"WebSite","@id":"https:\/\/www.d-id.com\/de\/#website","url":"https:\/\/www.d-id.com\/de\/","name":"D-ID","description":"Create AI Videos, Interactive Avatars to engage your audience. Custom AI-powered digital people at scale for businesses and creators.","publisher":{"@id":"https:\/\/www.d-id.com\/de\/#organization"},"alternateName":"Interfaces, Evolved.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.d-id.com\/de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/www.d-id.com\/de\/#organization","name":"D-ID","url":"https:\/\/www.d-id.com\/de\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/www.d-id.com\/de\/#\/schema\/logo\/image\/","url":"https:\/\/www.d-id.com\/wp-content\/uploads\/2023\/11\/d-id-logo-1.svg","contentUrl":"https:\/\/www.d-id.com\/wp-content\/uploads\/2023\/11\/d-id-logo-1.svg","width":66,"height":53,"caption":"D-ID"},"image":{"@id":"https:\/\/www.d-id.com\/de\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/deidentification\/","https:\/\/x.com\/D_ID_"]}]}},"uagb_featured_image_src":{"full":["https:\/\/www.d-id.com\/wp-content\/uploads\/2026\/03\/product_expressive-avatars-agents_LP_graphic-Tech-specs-2.png",1920,1080,false],"thumbnail":["https:\/\/www.d-id.com\/wp-content\/uploads\/2026\/03\/product_expressive-avatars-agents_LP_graphic-Tech-specs-2-150x150.png",150,150,true],"medium":["https:\/\/www.d-id.com\/wp-content\/uploads\/2026\/03\/product_expressive-avatars-agents_LP_graphic-Tech-specs-2-300x169.png",300,169,true],"medium_large":["https:\/\/www.d-id.com\/wp-content\/uploads\/2026\/03\/product_expressive-avatars-agents_LP_graphic-Tech-specs-2-768x432.png",768,432,true],"large":["https:\/\/www.d-id.com\/wp-content\/uploads\/2026\/03\/product_expressive-avatars-agents_LP_graphic-Tech-specs-2-1024x576.png",1024,576,true],"1536x1536":["https:\/\/www.d-id.com\/wp-content\/uploads\/2026\/03\/product_expressive-avatars-agents_LP_graphic-Tech-specs-2-1536x864.png",1536,864,true],"2048x2048":["https:\/\/www.d-id.com\/wp-content\/uploads\/2026\/03\/product_expressive-avatars-agents_LP_graphic-Tech-specs-2.png",1920,1080,false]},"uagb_author_info":{"display_name":"Tim Moss","author_link":"https:\/\/www.d-id.com\/de\/author\/tim-moss\/"},"uagb_comment_info":0,"uagb_excerpt":"Entdecke die Technologie hinter D-IDs V4 Expressive Visual Avatars, darunter Echtzeit-Latenz, pr\u00e4zise Lippensynchronisation, emotionale Ausdruckskraft, visuelle Qualit\u00e4t, GPU-Effizienz und die Verf\u00fcgbarkeit in D-ID Studio und \u00fcber die API.","_links":{"self":[{"href":"https:\/\/www.d-id.com\/de\/wp-json\/wp\/v2\/pages\/14933","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.d-id.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.d-id.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.d-id.com\/de\/wp-json\/wp\/v2\/users\/93"}],"replies":[{"embeddable":true,"href":"https:\/\/www.d-id.com\/de\/wp-json\/wp\/v2\/comments?post=14933"}],"version-history":[{"count":9,"href":"https:\/\/www.d-id.com\/de\/wp-json\/wp\/v2\/pages\/14933\/revisions"}],"predecessor-version":[{"id":14983,"href":"https:\/\/www.d-id.com\/de\/wp-json\/wp\/v2\/pages\/14933\/revisions\/14983"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.d-id.com\/de\/wp-json\/wp\/v2\/media\/13665"}],"wp:attachment":[{"href":"https:\/\/www.d-id.com\/de\/wp-json\/wp\/v2\/media?parent=14933"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}