{"id":1024,"date":"2026-06-03T16:35:44","date_gmt":"2026-06-03T08:35:44","guid":{"rendered":"https:\/\/connectword.dpdns.org\/?p=1024"},"modified":"2026-06-03T16:35:44","modified_gmt":"2026-06-03T08:35:44","slug":"nvidia-releases-cosmos-3-a-two-tower-mixture-of-transformers-foundation-model-unifying-physical-reasoning-world-generation-and-action-generation","status":"publish","type":"post","link":"https:\/\/connectword.dpdns.org\/?p=1024","title":{"rendered":"NVIDIA Releases Cosmos 3: A Two-Tower Mixture-of-Transformers Foundation Model Unifying Physical Reasoning, World Generation, and Action Generation"},"content":{"rendered":"<p class=\"wp-block-paragraph\">NVIDIA AI team have released <strong>Cosmos 3<\/strong>. It is a family of omnimodal world models for physical AI. The models combine physical reasoning, world generation, and action generation. All three capabilities live inside one open model. NVIDIA open sourced the checkpoints, training scripts, deployment tools, and datasets. The <strong>Cosmos 3<\/strong> release targets robotics, autonomous vehicles, and warehouse monitoring teams.<\/p>\n<h2 class=\"wp-block-heading\"><strong>NVIDIA Cosmos 3<\/strong><\/h2>\n<p class=\"wp-block-paragraph\">Physical AI systems must understand the world before acting in it. Robots and vehicles need to perceive, predict, and then act. Earlier Cosmos releases split these jobs across separate models. Cosmos 3 unifies them with a Mixture-of-Transformers (MoT) architecture. The architecture is built around two towers.<\/p>\n<p class=\"wp-block-paragraph\"><strong>The reasoner tower<\/strong> is a vision-language model (VLM). It interprets images, videos, and text using an autoregressive architecture. It understands motion, object interactions, and other physical context. NVIDIA team describes this tower as the model\u2019s brain.<\/p>\n<p class=\"wp-block-paragraph\"><strong>The generator tower<\/strong> produces future observations and action sequences. It uses a diffusion-based process for physics-aware video and actions. These outputs are conditioned on the reasoner tower\u2019s understanding. Information flows one way, from reasoner to generator. The reasoner can run alone. The generator always activates both towers for guided generation.<\/p>\n<p class=\"wp-block-paragraph\">A single model can therefore handle reasoning and generation together.<\/p>\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1412\" height=\"642\" data-attachment-id=\"80269\" data-permalink=\"https:\/\/www.marktechpost.com\/2026\/06\/03\/nvidia-releases-cosmos-3-a-two-tower-mixture-of-transformers-foundation-model-unifying-physical-reasoning-world-generation-and-action-generation\/screenshot-2026-06-03-at-1-34-57-am-2\/\" data-orig-file=\"https:\/\/www.marktechpost.com\/wp-content\/uploads\/2026\/06\/Screenshot-2026-06-03-at-1.34.57-AM-1.png\" data-orig-size=\"1412,642\" data-comments-opened=\"0\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;,&quot;alt&quot;:&quot;&quot;}\" data-image-title=\"Screenshot 2026-06-03 at 1.34.57\u202fAM\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/www.marktechpost.com\/wp-content\/uploads\/2026\/06\/Screenshot-2026-06-03-at-1.34.57-AM-1-1024x466.png\" src=\"https:\/\/www.marktechpost.com\/wp-content\/uploads\/2026\/06\/Screenshot-2026-06-03-at-1.34.57-AM-1.png\" alt=\"\" class=\"wp-image-80269\" \/><figcaption class=\"wp-element-caption\">https:\/\/developer.nvidia.com\/blog\/develop-physical-ai-reasoning-world-and-action-models-with-nvidia-cosmos-3<\/figcaption><\/figure>\n<\/div>\n<h2 class=\"wp-block-heading\"><strong>The Model Family<\/strong><\/h2>\n<p class=\"wp-block-paragraph\"><strong>NVIDIA team describes three model scales: Edge, Nano, and Super<\/strong>. Each uses the dual-tower Mixture-of-Transformers design. The two towers are initialized from pre-trained Qwen3-VL weights. That roughly doubles the parameter count of the backbone transformer.<\/p>\n<p class=\"wp-block-paragraph\"><strong>Cosmos3-Nano<\/strong> is a 16B model built on a dense 8B transformer. It adapts the Qwen3-VL 8B architecture. Nano targets efficient inference on workstation GPUs. It runs on hardware like the NVIDIA RTX PRO 6000. That suits real-time robotics and on-device physical AI.<\/p>\n<p class=\"wp-block-paragraph\"><strong>Cosmos3-Super<\/strong> is a 64B model built on a dense 32B transformer. It adapts the Qwen3-VL 32B architecture. Super targets datacenter GPUs, including NVIDIA Hopper and Blackwell. It fits large-scale synthetic data generation and advanced reasoning.<\/p>\n<p class=\"wp-block-paragraph\">This release ships Nano and Super, along with task-specific variants. These include Super Text2Image, Super Image2Video, and Nano-Policy-DROID. <\/p>\n<h2 class=\"wp-block-heading\"><strong>How the Unified Design Works<\/strong><\/h2>\n<p class=\"wp-block-paragraph\">Both towers share one transformer architecture and a joint attention operator. They use a 3D multimodal rotary position embedding (mRoPE). mRoPE aligns video, audio, and action tokens on one temporal axis. In Reasoner Mode, tokens pass through causal self-attention. This enables next-token prediction for perception, planning, and reasoning. In Generator Mode, noisy tokens are denoised through full attention. The autoregressive tokens are never updated by the diffusion tokens.<\/p>\n<p class=\"wp-block-paragraph\">The model treats action as a core modality with dedicated action tokens. Supported inputs include text, image, video, and JSON action arrays. Outputs include images, video, synchronized sound, action states, and text. The reasoner follows Qwen3-VL-compatible message conventions for vision inputs.<\/p>\n<p class=\"wp-block-paragraph\">Generation supports 256p, 480p, and 720p resolution tiers. Frame counts range from 5 to 300, defaulting to 189. That equals about 7.9 seconds of video at 24 FPS. Sound is generated as stereo AAC at 48 kHz. Action conditioning spans camera, vehicle, egocentric, single-arm, dual-arm, and humanoid embodiments. Each embodiment uses a fixed action dimension, such as 9D for cameras.<\/p>\n<h2 class=\"wp-block-heading\"><strong>The Benchmark Case<\/strong><\/h2>\n<p class=\"wp-block-paragraph\">NVIDIA team evaluated Cosmos 3 across reasoning and generation suites. On reasoning, Super and Nano lead VANTAGE-Bench at their respective tiers. VANTAGE-Bench tests VLMs on real-world fixed-camera footage. It covers warehouses, transportation, and smart spaces. Cosmos 3 also tops the Traffic Anomaly Reasoning (TAR) leaderboard. TAR is the official leaderboard for AI City Challenge 2026 Track 3.<\/p>\n<p class=\"wp-block-paragraph\">On generation, NVIDIA reports open-source state-of-the-art results. Cosmos 3 is the open-source SOTA on R-Bench. It also leads PAI-Bench, Physics-IQ, and RoboLab on public leaderboards. On Artificial Analysis, it leads two open-source leaderboards. These cover text-to-image and image-to-video without audio.<\/p>\n<p class=\"wp-block-paragraph\">NVIDIA team also introduced its Cosmos Human Evaluation framework, called HUE. HUE decomposes each generated video into yes\/no fact questions. It scores four dimensions across seven physical AI domains. The dimensions are semantic alignment, physical laws, geometric reasoning, and visual integrity. A VLM pipeline drafts the questions, and human experts refine them. <\/p>\n<h2 class=\"wp-block-heading\"><strong>Marktechpost\u2019s Visual Explainer<\/strong><\/h2>\n<p><!-- ===== Marktechpost :: NVIDIA Cosmos 3 Slider Guide :: paste into a WordPress Custom HTML block ===== --><\/p>\n<div class=\"mtp-c3\">\n<div class=\"mtp-c3-shell\">\n<p>    <!-- terminal top bar --><\/p>\n<div class=\"mtp-c3-bar\">\n      <span class=\"mtp-c3-dot mtp-c3-r\"><\/span><br \/>\n      <span class=\"mtp-c3-dot mtp-c3-y\"><\/span><br \/>\n      <span class=\"mtp-c3-dot mtp-c3-g\"><\/span><br \/>\n      <span class=\"mtp-c3-bar-label\">marktechpost@guide ~ \/nvidia\/cosmos-3<\/span><br \/>\n      <span class=\"mtp-c3-counter\"><b>01<\/b> \/ <span>09<\/span><\/span>\n    <\/div>\n<p>    <!-- progress --><\/p>\n<div class=\"mtp-c3-prog\"><i><\/i><\/div>\n<p>    <!-- viewport --><\/p>\n<div class=\"mtp-c3-view\">\n<div class=\"mtp-c3-track\">\n<p>        <!-- 1 --><\/p>\n<section class=\"mtp-c3-slide mtp-c3-cover\">\n          <span class=\"mtp-c3-kick\">DEVELOPER GUIDE \u00b7 PHYSICAL AI<\/span>\n<h2 class=\"mtp-c3-h\">NVIDIA Cosmos 3<\/h2>\n<p class=\"mtp-c3-sub\">Open omnimodal world models for physical AI.<\/p>\n<p class=\"mtp-c3-lede\">Released May 31, 2026. One model for physical reasoning, world generation, and action generation.<\/p>\n<div class=\"mtp-c3-chips\">\n            <span class=\"mtp-c3-chip\">Mixture-of-Transformers<\/span><br \/>\n            <span class=\"mtp-c3-chip\">Open weights<\/span><br \/>\n            <span class=\"mtp-c3-chip\">OpenMDW-1.1<\/span>\n          <\/div>\n<p>          <span class=\"mtp-c3-hint\">Use \u2190 \u2192 or swipe to navigate<\/span><br \/>\n        <\/p><\/section>\n<p>        <!-- 2 --><\/p>\n<section class=\"mtp-c3-slide\">\n          <span class=\"mtp-c3-kick\">01 \u00b7 WHAT IT IS<\/span>\n<h3 class=\"mtp-c3-h2\">A unified model for understanding and generation<\/h3>\n<p class=\"mtp-c3-p\">Cosmos 3 is a family of <em>omnimodal world models<\/em> for physical AI. Earlier Cosmos releases split jobs across separate models. Cosmos 3 unifies them in a single open model.<\/p>\n<ul class=\"mtp-c3-list\">\n<li><b>Physical reasoning<\/b> over images, video, and text.<\/li>\n<li><b>World generation<\/b> of physics-aware video and sound.<\/li>\n<li><b>Action generation<\/b> for robots and autonomous systems.<\/li>\n<\/ul>\n<p class=\"mtp-c3-note\">Subsumes VLMs, video generators, world simulators, and world-action models.<\/p>\n<\/section>\n<p>        <!-- 3 --><\/p>\n<section class=\"mtp-c3-slide\">\n          <span class=\"mtp-c3-kick\">02 \u00b7 ARCHITECTURE<\/span>\n<h3 class=\"mtp-c3-h2\">Two towers, one transformer<\/h3>\n<div class=\"mtp-c3-grid2\">\n<div class=\"mtp-c3-card\">\n              <span class=\"mtp-c3-tag\">REASONER TOWER<\/span>\n<p>An autoregressive vision-language model (VLM). It interprets motion, object interactions, and physical context. NVIDIA calls it the model\u2019s brain.<\/p>\n<\/div>\n<div class=\"mtp-c3-card\">\n              <span class=\"mtp-c3-tag\">GENERATOR TOWER<\/span>\n<p>A diffusion-based path for physics-aware video and actions. It is conditioned on the reasoner\u2019s understanding.<\/p>\n<\/div>\n<\/div>\n<p class=\"mtp-c3-note\">Information flows one way, reasoner \u2192 generator. Both towers share a 3D multimodal RoPE (mRoPE).<\/p>\n<\/section>\n<p>        <!-- 4 --><\/p>\n<section class=\"mtp-c3-slide\">\n          <span class=\"mtp-c3-kick\">03 \u00b7 MODEL FAMILY<\/span>\n<h3 class=\"mtp-c3-h2\">Pick a size for your hardware<\/h3>\n<div class=\"mtp-c3-rows\">\n<div class=\"mtp-c3-row\">\n              <span class=\"mtp-c3-rk\">Cosmos3-Nano<\/span><br \/>\n              <span class=\"mtp-c3-rv\">16B total (dense 8B, Qwen3-VL 8B). Workstation GPUs like RTX PRO 6000. Real-time robotics.<\/span>\n            <\/div>\n<div class=\"mtp-c3-row\">\n              <span class=\"mtp-c3-rk\">Cosmos3-Super<\/span><br \/>\n              <span class=\"mtp-c3-rv\">64B total (dense 32B, Qwen3-VL 32B). Datacenter Hopper and Blackwell GPUs. Large-scale SDG.<\/span>\n            <\/div>\n<div class=\"mtp-c3-row\">\n              <span class=\"mtp-c3-rk\">Cosmos3-Edge<\/span><br \/>\n              <span class=\"mtp-c3-rv\">4B total (dense 2B). On-device scale. Planned for a later release.<\/span>\n            <\/div>\n<\/div>\n<p class=\"mtp-c3-note\">Plus variants: Super-Text2Image, Super-Image2Video, and Nano-Policy-DROID.<\/p>\n<\/section>\n<p>        <!-- 5 --><\/p>\n<section class=\"mtp-c3-slide\">\n          <span class=\"mtp-c3-kick\">04 \u00b7 MODALITIES<\/span>\n<h3 class=\"mtp-c3-h2\">Inputs, outputs, and generation settings<\/h3>\n<ul class=\"mtp-c3-list\">\n<li><b>Inputs:<\/b> text, image, video, and JSON action arrays.<\/li>\n<li><b>Outputs:<\/b> image, video, synchronized sound, action states, text.<\/li>\n<li><b>Resolution:<\/b> 256p, 480p, 720p. <b>Sound:<\/b> stereo AAC at 48 kHz.<\/li>\n<li><b>Length:<\/b> 5 to 300 frames; default 189 (about 7.9s at 24 FPS).<\/li>\n<li><b>Embodiments:<\/b> camera, vehicle, egocentric, single-arm, dual-arm, humanoid.<\/li>\n<\/ul>\n<\/section>\n<p>        <!-- 6 --><\/p>\n<section class=\"mtp-c3-slide\">\n          <span class=\"mtp-c3-kick\">05 \u00b7 BENCHMARKS<\/span>\n<h3 class=\"mtp-c3-h2\">What NVIDIA reports<\/h3>\n<div class=\"mtp-c3-grid2\">\n<div class=\"mtp-c3-card\">\n              <span class=\"mtp-c3-tag\">REASONING<\/span>\n<p>Nano and Super lead VANTAGE-Bench at their tiers. Cosmos 3 tops TAR, the AI City Challenge 2026 Track 3 leaderboard.<\/p>\n<\/div>\n<div class=\"mtp-c3-card\">\n              <span class=\"mtp-c3-tag\">GENERATION<\/span>\n<p>Open-source SOTA on R-Bench. Leads PAI-Bench, Physics-IQ, and RoboLab. Top open-source on Artificial Analysis text-to-image and image-to-video.<\/p>\n<\/div>\n<\/div>\n<p class=\"mtp-c3-note\">HUE evaluates videos with yes\/no fact checks across four dimensions and seven domains.<\/p>\n<\/section>\n<p>        <!-- 7 --><\/p>\n<section class=\"mtp-c3-slide\">\n          <span class=\"mtp-c3-kick\">06 \u00b7 OPEN RELEASE<\/span>\n<h3 class=\"mtp-c3-h2\">Everything ships open<\/h3>\n<ul class=\"mtp-c3-list\">\n<li><b>Checkpoints<\/b> for Nano, Super, and task-specific variants.<\/li>\n<li><b>Six SDG datasets:<\/b> robotics, physics, spatial reasoning, human motion, driving, warehouses.<\/li>\n<li><b>Training recipes:<\/b> SFT plus action post-training.<\/li>\n<li><b>Action modes:<\/b> forward dynamics, inverse dynamics, and policy generation.<\/li>\n<li><b>License:<\/b> OpenMDW-1.1.<\/li>\n<\/ul>\n<\/section>\n<p>        <!-- 8 --><\/p>\n<section class=\"mtp-c3-slide\">\n          <span class=\"mtp-c3-kick\">07 \u00b7 DEPLOYMENT<\/span>\n<h3 class=\"mtp-c3-h2\">Run it in production<\/h3>\n<ul class=\"mtp-c3-list\">\n<li><b>NIM microservices:<\/b> Reasoner NIM available now; Generator NIM later.<\/li>\n<li><b>Quantization:<\/b> BF16, FP8, and NVFP4. NVFP4 gives up to 2x speedup.<\/li>\n<li><b>Serving:<\/b> the Reasoner NIM stack is built on vLLM.<\/li>\n<li><b>Efficient Video Sampling (EVS):<\/b> prunes redundant video tokens at inference.<\/li>\n<\/ul>\n<p class=\"mtp-c3-note\">Use Diffusers and Transformers for research; vLLM-Omni and vLLM for serving.<\/p>\n<\/section>\n<p>        <!-- 9 --><\/p>\n<section class=\"mtp-c3-slide\">\n          <span class=\"mtp-c3-kick\">08 \u00b7 LIMITATIONS &amp; START<\/span>\n<h3 class=\"mtp-c3-h2\">Know the caveats, then build<\/h3>\n<p class=\"mtp-c3-p\">Outputs can show temporal inconsistency, unstable motion, object morphing, inaccurate 3D structure, and sound-video misalignment. Safety-critical control needs validation, guardrails, and system-level analysis.<\/p>\n<div class=\"mtp-c3-rows\">\n<div class=\"mtp-c3-row\"><span class=\"mtp-c3-rk\">GitHub<\/span><span class=\"mtp-c3-rv\">github.com\/nvidia\/cosmos<\/span><\/div>\n<div class=\"mtp-c3-row\"><span class=\"mtp-c3-rk\">Hugging Face<\/span><span class=\"mtp-c3-rv\">huggingface.co\/collections\/nvidia\/cosmos3<\/span><\/div>\n<\/div>\n<\/section><\/div>\n<\/div>\n<p>    <!-- controls --><\/p>\n<div class=\"mtp-c3-nav\">\n      <button type=\"button\" class=\"mtp-c3-btn\" aria-label=\"Previous slide\">\u2190 Prev<\/button>\n<div class=\"mtp-c3-dots\"><\/div>\n<p>      <button type=\"button\" class=\"mtp-c3-btn\" aria-label=\"Next slide\">Next \u2192<\/button>\n    <\/p><\/div>\n<p>    <!-- marktechpost tagline --><\/p>\n<div class=\"mtp-c3-foot\">\n      <span class=\"mtp-c3-foot-dot\"><\/span><br \/>\n      <span>Published by <b>Marktechpost<\/b> \u00b7 AI\/ML research, models, and developer tools for 1M+ readers<\/span><br \/>\n      <a href=\"https:\/\/www.marktechpost.com\/\" target=\"_blank\" rel=\"noopener\">marktechpost.com<\/a>\n    <\/div>\n<\/div>\n<\/div>\n<p><!-- ===== end Marktechpost slider ===== --><\/p>\n<h2 class=\"wp-block-heading\"><strong>Key Takeaways<\/strong><\/h2>\n<ul class=\"wp-block-list\">\n<li>Cosmos 3 is NVIDIA&#8217;s open family of omnimodal world models, unifying physical reasoning, world generation, and action generation in one model.<\/li>\n<li>A two-tower Mixture-of-Transformers design pairs an autoregressive VLM reasoner with a diffusion generator, conditioned one-way from reasoner to generator.<\/li>\n<li>Two checkpoints ship now: Cosmos3-Nano (16B, dense 8B backbone) for workstations and Cosmos3-Super (64B, dense 32B backbone) for datacenters.<\/li>\n<li>NVIDIA open sourced the checkpoints, six SDG datasets, training recipes, and the HUE benchmark under the OpenMDW-1.1 license.<\/li>\n<li>It reports open-source SOTA on R-Bench and leading Artificial Analysis text-to-image and image-to-video results.<\/li>\n<\/ul>\n<p class=\"wp-block-paragraph\">\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n<\/p><p class=\"wp-block-paragraph\">\n<\/p><p class=\"wp-block-paragraph\">Check out\u00a0the <strong><a href=\"https:\/\/huggingface.co\/collections\/nvidia\/cosmos3\" target=\"_blank\" rel=\"noreferrer noopener\">Model Weights<\/a>, <a href=\"https:\/\/github.com\/NVIDIA\/cosmos\" target=\"_blank\" rel=\"noreferrer noopener\">GitHub Repo<\/a>,<a href=\"https:\/\/www.nvidia.com\/en-us\/ai\/cosmos\/\" target=\"_blank\" rel=\"noreferrer noopener\"> Project Page<\/a><\/strong> and\u00a0<strong><a href=\"https:\/\/developer.nvidia.com\/blog\/develop-physical-ai-reasoning-world-and-action-models-with-nvidia-cosmos-3\" target=\"_blank\" rel=\"noreferrer noopener\">Technical details<\/a>.\u00a0<\/strong>Also,\u00a0feel free to follow us on\u00a0<strong><a href=\"https:\/\/x.com\/intent\/follow?screen_name=marktechpost\" target=\"_blank\" rel=\"noreferrer noopener\"><mark>Twitter<\/mark><\/a><\/strong>\u00a0and don\u2019t forget to join our\u00a0<strong><a href=\"https:\/\/www.reddit.com\/r\/machinelearningnews\/\" target=\"_blank\" rel=\"noreferrer noopener\">150k+ ML SubReddit<\/a><\/strong>\u00a0and Subscribe to\u00a0<strong><a href=\"https:\/\/www.aidevsignals.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">our Newsletter<\/a><\/strong>. Wait! are you on telegram?\u00a0<strong><a href=\"https:\/\/t.me\/machinelearningresearchnews\" target=\"_blank\" rel=\"noreferrer noopener\">now you can join us on telegram as well.<\/a><\/strong><\/p>\n<p class=\"wp-block-paragraph\">Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.?\u00a0<strong><a href=\"https:\/\/forms.gle\/wbash1wF6efRj8G58\" target=\"_blank\" rel=\"noreferrer noopener\"><mark>Connect with us<\/mark><\/a><\/strong><\/p>\n<p>The post <a href=\"https:\/\/www.marktechpost.com\/2026\/06\/03\/nvidia-releases-cosmos-3-a-two-tower-mixture-of-transformers-foundation-model-unifying-physical-reasoning-world-generation-and-action-generation\/\">NVIDIA Releases Cosmos 3: A Two-Tower Mixture-of-Transformers Foundation Model Unifying Physical Reasoning, World Generation, and Action Generation<\/a> appeared first on <a href=\"https:\/\/www.marktechpost.com\/\">MarkTechPost<\/a>.<\/p>","protected":false},"excerpt":{"rendered":"<p>NVIDIA AI team have released C&hellip;<\/p>\n","protected":false},"author":1,"featured_media":1025,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1024","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/connectword.dpdns.org\/index.php?rest_route=\/wp\/v2\/posts\/1024","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/connectword.dpdns.org\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/connectword.dpdns.org\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/connectword.dpdns.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/connectword.dpdns.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1024"}],"version-history":[{"count":0,"href":"https:\/\/connectword.dpdns.org\/index.php?rest_route=\/wp\/v2\/posts\/1024\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/connectword.dpdns.org\/index.php?rest_route=\/wp\/v2\/media\/1025"}],"wp:attachment":[{"href":"https:\/\/connectword.dpdns.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1024"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/connectword.dpdns.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1024"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/connectword.dpdns.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1024"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}