{"id":4646,"date":"2026-09-26T18:21:53","date_gmt":"2026-09-26T09:21:53","guid":{"rendered":"https:\/\/localmodelwatch.tsuchitsuchi.com\/2026\/09\/26\/minimax-h3-open-omnimodal-video-generation\/"},"modified":"2026-09-27T17:53:49","modified_gmt":"2026-09-27T08:53:49","slug":"minimax-h3-open-omnimodal-video-generation","status":"publish","type":"post","link":"https:\/\/localmodelwatch.tsuchitsuchi.com\/en\/2026\/09\/26\/minimax-h3-open-omnimodal-video-generation\/","title":{"rendered":"MiniMax-H3 Audio-Visual Video Generation Model: 32GB+ VRAM, File List"},"content":{"rendered":"<p><em>Sample outputs are available on the <a href=\"https:\/\/huggingface.co\/MiniMaxAI\/MiniMax-H3\">model card<\/a>.<\/em><\/p>\n<p><!-- lmw:facts --><\/p>\n<h2>At a Glance<\/h2>\n<div class=\"lmw-table-scroll\" tabindex=\"0\" style=\"overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%;\">\n<table style=\"width:max-content;min-width:100%;border-collapse:collapse;\">\n<thead>\n<tr>\n<th>Item<\/th>\n<th>Value<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Repository<\/td>\n<td><a href=\"https:\/\/huggingface.co\/MiniMaxAI\/MiniMax-H3\">MiniMaxAI\/MiniMax-H3<\/a><\/td>\n<\/tr>\n<tr>\n<td>Family guide<\/td>\n<td><a href=\"https:\/\/localmodelwatch.tsuchitsuchi.com\/en\/model-minimaxai-minimax-h3-en\/\">MiniMax-H3 guide (2 articles)<\/a><\/td>\n<\/tr>\n<tr>\n<td>Publisher guide<\/td>\n<td><a href=\"https:\/\/localmodelwatch.tsuchitsuchi.com\/en\/publisher-minimax-en\/\">MiniMax: models and licenses<\/a><\/td>\n<\/tr>\n<tr>\n<td>Published<\/td>\n<td>2026-07-28<\/td>\n<\/tr>\n<tr>\n<td>License<\/td>\n<td>other<\/td>\n<\/tr>\n<tr>\n<td>Formats<\/td>\n<td><a href=\"https:\/\/localmodelwatch.tsuchitsuchi.com\/en\/format-safetensors-en\/\">safetensors<\/a><\/td>\n<\/tr>\n<tr>\n<td>Source type<\/td>\n<td>Primary source (the publisher itself)<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p><em>Values determined by this site&#8217;s code at collection time. Dates are JST.<\/em><\/p>\n<p><!-- \/lmw:facts --><\/p>\n<h2>Overview<\/h2>\n<p>MiniMax has released the weights for <strong>MiniMax H3<\/strong> on Hugging Face, a model that accepts text, image, video, and audio as inputs and generates <strong>videos with audio<\/strong>. The model card describes H3 as a &#8220;general-purpose omnimodal generation system capable of producing videos up to 15 seconds long with a maximum resolution of 2K, featuring native stereo audio.&#8221; Capabilities include text-to-video generation, specifying start and end frame images, and providing reference images, videos, and audio.<\/p>\n<p>However, only the core generation model, <strong>H3-Base<\/strong>, of the overall system has been released. <strong>H3-Context-IR<\/strong>, which interprets and structures input prompts, and <strong>H3-Regenerate-2K<\/strong>, which upscales the output to 2K, are not included in this release and are provided via the MiniMax API. Running locally is limited to 768p generation using H3-Base.<\/p>\n<h2>Specifications<\/h2>\n<ul>\n<li>Generation model (H3-Omni-Transformer): A 33B parameter dense single-stream Transformer. Approximately 13B of these parameters are in the AdaLN-related branches. According to the model card, AdaLN outputs can be precomputed and cached, meaning the weights for this portion do not need to be loaded for inference-only use (all weights are released for purposes such as fine-tuning).<\/li>\n<li>Architecture: Attention and FFN layers have no modality-specific structures; modality-specific parameters exist only in the input\/output layers and AdaLN branches. Positional representation uses 3D MM-RoPE (time, height, width).<\/li>\n<li>Text encoding (H3-Encoder): Uses the pretrained weights of Qwen3-VL-32B wholesale, passing the hidden states of its 50th layer to the generation model. Because special tokens for H3 are added, it is necessary to use the tokenizer and configuration files included in the H3 repository.<\/li>\n<li>Video VAE (H3-VisualVAE): A video autoencoder that is causal in the temporal dimension, compressing spatially by 16x and temporally by 4x, with 24 latent channels (f16t4d24). It further groups them into <code>1 \u00d7 2 \u00d7 2<\/code> patches, resulting in a spatial reduction of 32x and a temporal reduction of 4x when entering the Transformer. The decoder is ViT-based and trained separately.<\/li>\n<li>Audio VAE (H3-AudioVAE): Handles stereo by processing the left and right channels separately using the same encoder and decoder. Compresses 32 kHz audio into sequences of 40 Hz latents per channel.<\/li>\n<li>Output specifications: Length is 4 to 15 seconds, frame rate is 24 FPS, audio is 32 kHz stereo. Aspect ratios supported include 21:9, 16:9, 4:3, 1:1, 3:4, 9:16, etc., with a default resolution of 768 pixels on the short side (2K uses H3-Regenerate-2K).<\/li>\n<li>Dialog languages: Reportedly supports 11 languages stably (Arabic, Chinese, English, French, German, Italian, Japanese, Korean, Portuguese, Russian, Spanish), with other languages supported to some extent.<\/li>\n<li>Released weights: Two checkpoints categorized by use case, both in BF16. These are weights distilled from CFG.<\/li>\n<li><strong>H3-Base-FL2VA<\/strong>: Text-to-audio-video (<code>t2va<\/code>) and generation from start and end frames (<code>fl2va<\/code>). Takes 0 to 2 input images: 0 for text-only, 1 for start or end frame, 2 for both boundary frames. &#8211; <strong>H3-Base-Ref2VA<\/strong>: Reference-based generation (<code>ref2va<\/code>). Accepts up to 9 images, 3 videos (2 to 15 seconds each, up to 15 seconds total), and 3 audio files (2 to 15 seconds each, up to 15 seconds total), for a total of up to 12 files.<\/li>\n<li>Sparse attention: Introduced in the final stage of training, but the initial release only supports full-attention for inference. Implementations for sparse attention are planned for release at a later date.<\/li>\n<li>License terms: Distributed under the &#8220;MiniMax H3 Community License.&#8221; The model card notes that this license includes obligations regarding lawful use and usage restrictions. Because specific terms such as commercial use availability are not written in the body of the model card, users should review the original license text before use.<\/li>\n<\/ul>\n<h2>Performance<\/h2>\n<p>Benchmarks or human evaluation tables comparing it against other models are not included in the model card. Instead, it provides reproducible examples where the same requests (three examples covering T2VA, FL2VA, and Ref2VA) were generated using both local H3-Base and the MiniMax API for side-by-side comparison. Each example lists the prompt structured by H3-Context-IR, the 768p output from H3-Base, the 2K output from H3-Regenerate-2K, and reference outputs generated directly via the API at 2K and 768p.<\/p>\n<p>Regarding quality, the model card states: &#8220;Thanks to a design that emphasizes generalizing tasks, it can understand and generate a wide range of multimodal contexts starting from the pretraining stage, demonstrating high performance in following complex multimodal instructions.&#8221; Since no quantitative backing is provided, this should be taken as a claim from the publisher.<\/p>\n<p>Additionally, the model card emphasizes that <strong>H3-Context-IR heavily dictates final output quality<\/strong>. It is the process of interpreting the relationships among input images, audio, and reference videos alongside the flow of time, filling in missing descriptions, and converting them into structured instructions that H3-Base can easily understand. The prompt examples are meticulously detailed down to shot allocation, sound effects, and musical scores. Short prompts passed directly to local H3-Base should not be expected to match API-level quality.<\/p>\n<h2>Strengths and Use Cases<\/h2>\n<p>Tags such as <code>text-to-video<\/code>, <code>image-to-video<\/code>, <code>video-to-video<\/code>, <code>text-to-audio-video<\/code>, <code>reference-to-audio-video<\/code>, and <code>synchronized-audio-video<\/code> line up, highlighting simultaneous video and audio generation as its primary feature. Sound effects, environmental audio, musical scores, and dialogue can be generated in sync with the video. For instance, an example specifies engine hums, impact noises, and an orchestral score for a scene where a fleet goes to warp on a spaceship bridge. Because it stably supports dialogue in 11 languages, it can also be used for short videos containing Japanese dialogue.<\/p>\n<p>Selection is determined by two checkpoints:<\/p>\n<ul>\n<li><strong>FL2VA<\/strong> is used when defining start and end frames like a storyboard to bridge the gap, or when creating solely from text.<\/li>\n<li><strong>Ref2VA<\/strong> is used when building from multiple clues, such as character images, voice or music references, or continuing an existing video.<\/li>\n<\/ul>\n<p>For finishing in 2K, a &#8220;Full 2K Workflow&#8221; is suggested, where local H3-Base 768p outputs are passed to H3-Regenerate-2K via the MiniMax API for redrawing. In this case, prompt interpretation (H3-Context-IR) and 2K upscaling are handled on the MiniMax side, subject to automated content moderation (blocking illegal, explicit, or potentially infringing content).<\/p>\n<h2>How It Differs from Similar Models<\/h2>\n<p>Previously, our site covered \u201cMinimax-h3_Singularity\u201d. That was a fine-tune where an independent developer condensed text, image, reference, and video generation into a single model running in ComfyUI, incorporating pruning and weight adjustments. This article covers the official MiniMax weights that served as its base, which are split into two checkpoints by use case.<\/p>\n<p><!-- lmw:hardware --><\/p>\n<h2>Hardware Requirements<\/h2>\n<p><strong>Estimated requirements (calculated by Local Model Watch)<\/strong><\/p>\n<div class=\"lmw-table-scroll\" tabindex=\"0\" style=\"overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%;\">\n<table style=\"width:max-content;min-width:100%;border-collapse:collapse;\">\n<thead>\n<tr>\n<th>Your VRAM<\/th>\n<th>Quantization<\/th>\n<th>File size<\/th>\n<th>Est. memory needed<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>32GB (RTX 5090, etc.)<\/td>\n<td>Q3_K_XL<\/td>\n<td>26.5GB<\/td>\n<td>31.8GB<\/td>\n<\/tr>\n<tr>\n<td>48GB (RTX 6000 Ada \/ A6000, etc.)<\/td>\n<td>Q8_0<\/td>\n<td>37.6GB<\/td>\n<td>45.1GB<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p><em>Memory estimates add a 20% runtime overhead (KV cache, etc.) to the actual size of the distributed files. Actual usage varies with context length, batch size and inference engine. These figures are computed by this site from file sizes, not published by the model&#8217;s authors. File sizes are measured from the converted build <a href=\"https:\/\/huggingface.co\/unsloth\/MiniMax-H3-GGUF\">unsloth\/MiniMax-H3-GGUF<\/a>. For this generative model, the file size is the total of the model itself plus the smallest text encoder in the repository (qwen3vl_32b_minimax_h3-Q2_K_M, 12.2GB) and the VAE (minimax_h3_audio_vae_fp32 (0.6GB), minimax_h3_video_vae_fp16 (4.9GB)), assuming all parts are loaded at once. Tools that load the parts one at a time, such as ComfyUI, can get by with less. Compare with other models in our <a href=\"https:\/\/localmodelwatch.tsuchitsuchi.com\/en\/vram-guide-en\/\">VRAM quick reference<\/a>. What the quantization names mean: <a href=\"https:\/\/localmodelwatch.tsuchitsuchi.com\/en\/glossary-quantization-en\/\">glossary<\/a>.<\/em><\/p>\n<p><!-- \/lmw:hardware --><\/p>\n<p><!-- lmw:runnability --><\/p>\n<h2>Can You Run It Locally?<\/h2>\n<p>The publisher distributes this model as safetensors.<\/p>\n<p><strong>License \u2014 <code>other<\/code>:<\/strong> A custom license from the publisher. Check the original terms directly, including whether commercial use is permitted.<\/p>\n<p><em>Compiled by this site&#8217;s code from the published formats and the license field. License summaries are not legal advice \u2014 check the publisher&#8217;s original terms before relying on them.<\/em><\/p>\n<p><!-- \/lmw:runnability --><\/p>\n<p><!-- lmw:files --><\/p>\n<h2>Distributed Files<\/h2>\n<p><em>Weight files published in <a href=\"https:\/\/huggingface.co\/MiniMaxAI\/MiniMax-H3\/tree\/main\">MiniMaxAI\/MiniMax-H3<\/a>, listed by this site from the Hugging Face API. Sizes are the actual file sizes.<\/em><\/p>\n<div class=\"lmw-table-scroll\" tabindex=\"0\" style=\"overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%;\">\n<table style=\"width:max-content;min-width:100%;border-collapse:collapse;\">\n<thead>\n<tr>\n<th>File<\/th>\n<th>Size<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>audio_vae\/diffusion_pytorch_model.safetensors<\/code><\/td>\n<td>605MB<\/td>\n<\/tr>\n<tr>\n<td><code>FL2VA\/audio_vae\/model.safetensors<\/code><\/td>\n<td>605MB<\/td>\n<\/tr>\n<tr>\n<td><code>FL2VA\/text_encoder\/model-*-of-00014.safetensors<\/code><\/td>\n<td>66.71GB (14 split files)<\/td>\n<\/tr>\n<tr>\n<td><code>FL2VA\/transformer\/model-*-of-00013.safetensors<\/code><\/td>\n<td>66.28GB (13 split files)<\/td>\n<\/tr>\n<tr>\n<td><code>FL2VA\/video_vae\/source\/model.safetensors<\/code><\/td>\n<td>10.42GB<\/td>\n<\/tr>\n<tr>\n<td><code>Ref2VA\/audio_vae\/model.safetensors<\/code><\/td>\n<td>605MB<\/td>\n<\/tr>\n<tr>\n<td><code>Ref2VA\/text_encoder\/model-*-of-00014.safetensors<\/code><\/td>\n<td>66.71GB (14 split files)<\/td>\n<\/tr>\n<tr>\n<td><code>Ref2VA\/transformer\/model-*-of-00013.safetensors<\/code><\/td>\n<td>66.28GB (13 split files)<\/td>\n<\/tr>\n<tr>\n<td><code>Ref2VA\/video_vae\/source\/model.safetensors<\/code><\/td>\n<td>10.42GB<\/td>\n<\/tr>\n<tr>\n<td><code>text_encoder\/model-*-of-00014.safetensors<\/code><\/td>\n<td>66.71GB (14 split files)<\/td>\n<\/tr>\n<tr>\n<td><code>transformer\/diffusion_pytorch_model-*-of-00014.safetensors<\/code><\/td>\n<td>66.28GB (14 split files)<\/td>\n<\/tr>\n<tr>\n<td><code>transformer_ref\/diffusion_pytorch_model-*-of-00014.safetensors<\/code><\/td>\n<td>66.28GB (14 split files)<\/td>\n<\/tr>\n<tr>\n<td><code>vae\/diffusion_pytorch_model-*-of-00003.safetensors<\/code><\/td>\n<td>10.42GB (3 split files)<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p><!-- \/lmw:files --><\/p>\n<h2>How to Get It<\/h2>\n<ul>\n<li>Distribution format: Original-format checkpoints (<code>FL2VA\/<\/code> and <code>Ref2VA\/<\/code>) alongside diffusers-format files are hosted at Hugging Face&#8217;s <code>MiniMaxAI\/MiniMax-H3<\/code>. Each checkpoint contains the generation model along with the processor, tokenizer, text encoder, visual VAE, and audio VAE. Downloading does not require agreeing to terms of service.<\/li>\n<li>Download command (when taking the original format for SGLang\/vLLM):<\/li>\n<li>Both: <code>hf download MiniMaxAI\/MiniMax-H3 --include \"model_index.json\" \"FL2VA\/*\" \"Ref2VA\/*\" --local-dir MiniMax-H3<\/code> &#8211; Single checkpoint: <code>hf download MiniMaxAI\/MiniMax-H3 --include \"model_index.json\" \"FL2VA\/*\" --local-dir MiniMax-H3<\/code><\/li>\n<li>When using diffusers, manual downloading is unnecessary; <code>ModularPipeline.from_pretrained(\"MiniMaxAI\/MiniMax-H3\")<\/code> fetches only the required components.<\/li>\n<li>Supported tools: SGLang, vLLM, diffusers, and ComfyUI are recommended by the model card. ComfyUI features workflow templates for reference-based generation (R2V) and text-to-video generation (T2V).<\/li>\n<li>SGLang startup example: <code>sglang serve --model-path MiniMaxAI\/MiniMax-H3 --num-gpus 4 --ulysses-degree 4 --performance-mode speed --model-variant fl2va<\/code> (use <code>--model-variant ref2va<\/code> for Ref2VA). The model card example assumes parallel execution across 4 GPUs.<\/li>\n<li>Prompt writing: For users structuring prompts themselves without H3-Context-IR, the model card publishes a guide on writing basic and reference prompts, along with a collection of skills to improve prompts.<\/li>\n<\/ul>\n<p><!-- lmw:variants --><\/p>\n<h2>Quantized and Converted Variants<\/h2>\n<div class=\"lmw-table-scroll\" tabindex=\"0\" style=\"overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%;\">\n<p class=\"lmw-table-hint\" style=\"margin:0 0 4px;font-size:0.85em;opacity:0.7;\">\u2192 Scroll horizontally to see all columns<\/p>\n<table style=\"width:max-content;min-width:100%;border-collapse:collapse;\">\n<thead>\n<tr>\n<th>Added<\/th>\n<th>Publisher<\/th>\n<th>Format<\/th>\n<th>Repository<\/th>\n<th>Smallest VRAM tier (build, est. memory)<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>2026-09-26<\/td>\n<td>unsloth<\/td>\n<td>GGUF<\/td>\n<td><a href=\"https:\/\/huggingface.co\/unsloth\/MiniMax-H3-GGUF\">unsloth\/MiniMax-H3-GGUF<\/a><\/td>\n<td>Q2_K 7.5GB (fits in 8GB VRAM)<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p>File sizes of each build:<\/p>\n<ul>\n<li>Available builds in unsloth\/MiniMax-H3-GGUF: Q2_K 6.2GB \/ Q2_K_XL 7.5GB \/ Q3_K 8.1GB \/ Q3_K_XL 8.9GB \/ Q4_K 10.6GB \/ Q2_K_M 12.2GB \/ Q5_0 12.9GB \/ Q6_K 15.4GB \/ Q4_K_M 17.0GB \/ Q8_0 19.9GB<\/li>\n<\/ul>\n<p>In addition, 49 converted build(s) from other uploaders exist on Hugging Face; this site lists only builds from the model&#8217;s publisher or established quantization maintainers.<\/p>\n<p><em>This section is appended automatically by Local Model Watch when a converted build of this model appears after publication. Memory figures are estimated from the size of the distributed files. What the quantization names mean: <a href=\"https:\/\/localmodelwatch.tsuchitsuchi.com\/en\/glossary-quantization-en\/\">glossary<\/a>.<\/em><\/p>\n<p><!-- \/lmw:variants --><\/p>\n<p><!-- lmw:same-task --><\/p>\n<h2>Other Models for the Same Task<\/h2>\n<p><em>Recent video generation models covered by Local Model Watch, newest first. Grouped by the task each publisher declares on Hugging Face (pipeline_tag); the smallest VRAM tier is this site&#8217;s estimate.<\/em><\/p>\n<ul>\n<li><a href=\"https:\/\/localmodelwatch.tsuchitsuchi.com\/en\/2026\/09\/11\/lightricks-releases-lora-ic-lora-for-ltx-25\/\">Lightricks Releases Multiple LoRA and IC-LoRA Adapters for LTX-2.5<\/a><\/li>\n<\/ul>\n<p><a href=\"https:\/\/localmodelwatch.tsuchitsuchi.com\/en\/models-by-task-en\/#task-video\">See all video generation models \u2192<\/a><\/p>\n<p><!-- \/lmw:same-task --><\/p>\n<p><!-- lmw:next-steps --><\/p>\n<h2>What to Read Next<\/h2>\n<ul>\n<li><strong>Find models by VRAM<\/strong> (This model needs at least 32GB) \u2192 <a href=\"https:\/\/localmodelwatch.tsuchitsuchi.com\/en\/vram-guide-en\/\">VRAM quick reference<\/a><\/li>\n<li><strong>Explore the same model family<\/strong> \u2192 <a href=\"https:\/\/localmodelwatch.tsuchitsuchi.com\/en\/model-minimaxai-minimax-h3-en\/\">MiniMax-H3 family overview (2 articles, 1 converted builds)<\/a><\/li>\n<li><strong>What Q8_0 mean and where to get this model<\/strong> \u2192 <a href=\"https:\/\/localmodelwatch.tsuchitsuchi.com\/en\/format-gguf-en\/\">GGUF format guide and models<\/a> \/ <a href=\"https:\/\/localmodelwatch.tsuchitsuchi.com\/en\/glossary-quantization-en\/\">Quantization and model-format glossary<\/a><\/li>\n<li><strong>Learn about the publisher<\/strong> \u2192 <a href=\"https:\/\/localmodelwatch.tsuchitsuchi.com\/en\/publisher-minimax-en\/\">MiniMax: models, licenses and articles<\/a><\/li>\n<\/ul>\n<p><!-- \/lmw:next-steps --><\/p>\n<h2>Sources<\/h2>\n<ul>\n<li><a href=\"https:\/\/huggingface.co\/MiniMaxAI\/MiniMax-H3\">https:\/\/huggingface.co\/MiniMaxAI\/MiniMax-H3<\/a><\/li>\n<\/ul>\n<p><!-- lmw:updates --><\/p>\n<h2>Update History<\/h2>\n<ul>\n<li>2026-09-26: Added converted builds to \u201cQuantized and Converted Variants\u201d: unsloth\/MiniMax-H3-GGUF<\/li>\n<li>2026-09-26: Updated the hardware requirements table with the actual file sizes of unsloth\/MiniMax-H3-GGUF.<\/li>\n<li>2026-09-26: Changed the title to show what the article covers (VRAM requirements, file list, etc.).<\/li>\n<\/ul>\n<p><!-- \/lmw:updates --><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Explore MiniMax H3, an open omnimodal generative model for video with native stereo audio. Learn specs, hardware, and how to get it.<\/p>\n","protected":false},"author":1,"featured_media":4802,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[203],"tags":[2381,683,730,2383,2385,1547,2387,959],"class_list":["post-4646","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-image-video-and-audio","tag-image-to-video-en","tag-minimax-en","tag-minimax-h3-en","tag-minimaxai-minimax-h3-en","tag-text-to-video-en","tag-verified","tag-video-to-video-en","tag--en"],"lang":"en","translations":{"en":4646,"ja":4644},"_links":{"self":[{"href":"https:\/\/localmodelwatch.tsuchitsuchi.com\/en\/wp-json\/wp\/v2\/posts\/4646","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/localmodelwatch.tsuchitsuchi.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/localmodelwatch.tsuchitsuchi.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/localmodelwatch.tsuchitsuchi.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/localmodelwatch.tsuchitsuchi.com\/en\/wp-json\/wp\/v2\/comments?post=4646"}],"version-history":[{"count":9,"href":"https:\/\/localmodelwatch.tsuchitsuchi.com\/en\/wp-json\/wp\/v2\/posts\/4646\/revisions"}],"predecessor-version":[{"id":5852,"href":"https:\/\/localmodelwatch.tsuchitsuchi.com\/en\/wp-json\/wp\/v2\/posts\/4646\/revisions\/5852"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/localmodelwatch.tsuchitsuchi.com\/en\/wp-json\/wp\/v2\/media\/4802"}],"wp:attachment":[{"href":"https:\/\/localmodelwatch.tsuchitsuchi.com\/en\/wp-json\/wp\/v2\/media?parent=4646"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/localmodelwatch.tsuchitsuchi.com\/en\/wp-json\/wp\/v2\/categories?post=4646"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/localmodelwatch.tsuchitsuchi.com\/en\/wp-json\/wp\/v2\/tags?post=4646"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}