{"id":891,"date":"2026-05-13T05:21:47","date_gmt":"2026-05-12T21:21:47","guid":{"rendered":"https:\/\/connectword.dpdns.org\/?p=891"},"modified":"2026-05-13T05:21:47","modified_gmt":"2026-05-12T21:21:47","slug":"meet-antangelmed-a-103b-parameter-open-source-medical-language-model-built-on-a-1-32-activation-ratio-moe-architecture","status":"publish","type":"post","link":"https:\/\/connectword.dpdns.org\/?p=891","title":{"rendered":"Meet AntAngelMed: A 103B-Parameter Open-Source Medical Language Model Built on a 1\/32 Activation-Ratio MoE Architecture"},"content":{"rendered":"<p>A team researchers from China have released AntAngelMed, a large open-source medical language model that the team describes as the largest and most capable of its kind currently available. <\/p>\n<h2 class=\"wp-block-heading\"><strong>What Is AntAngelMed?<\/strong><\/h2>\n<p>AntAngelMed is a medical-domain language model with 103 billion total parameters, but it does not activate all of those parameters during inference. Instead, it uses a Mixture-of-Experts (MoE) architecture with a 1\/32 activation ratio, meaning only 6.1 billion parameters are active at any given time when processing a query.<\/p>\n<p>It helps to know how MoE architectures work. In a standard dense model, every parameter participates in processing every token. In an MoE model, the network is divided into many \u2018expert\u2019 sub-networks, and a routing mechanism selects only a small subset of them to handle each input. This allows you to have a very large total parameter count \u2014 which typically correlates with strong knowledge capacity \u2014 while keeping the actual compute cost of inference proportional to the smaller active parameter count.<\/p>\n<p>AntAngelMed inherits this design from Ling-flash-2.0, a base model developed by inclusionAI and guided by what the team calls Ling Scaling Laws. The specific optimizations layered on top include: refined expert granularity, a tuned shared expert ratio, attention balance mechanisms, sigmoid routing without auxiliary loss, an MTP (Multi-Token Prediction) layer, QK-Norm, and Partial-RoPE (Rotary Position Embedding applied to a subset of attention heads rather than all of them). According to the research team, these design choices together allow small-activation MoE models to deliver up to 7\u00d7 efficiency compared to similarly sized dense architectures which means with only 6.1B activated parameters, AntAngelMed can match roughly 40B dense model performance. Separately, as output length grows during inference, the relative speed advantage can also reach 7\u00d7 or more over dense models of comparable size.<\/p>\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1702\" height=\"1030\" data-attachment-id=\"79777\" data-permalink=\"https:\/\/www.marktechpost.com\/2026\/05\/12\/meet-antangelmed-a-103b-parameter-open-source-medical-language-model-built-on-a-1-32-activation-ratio-moe-architecture\/screenshot-2026-05-12-at-2-21-07-pm-2\/\" data-orig-file=\"https:\/\/www.marktechpost.com\/wp-content\/uploads\/2026\/05\/Screenshot-2026-05-12-at-2.21.07-PM-1.png\" data-orig-size=\"1702,1030\" data-comments-opened=\"0\" data-image-meta='{\"aperture\":\"0\",\"credit\":\"\",\"camera\":\"\",\"caption\":\"\",\"created_timestamp\":\"0\",\"copyright\":\"\",\"focal_length\":\"0\",\"iso\":\"0\",\"shutter_speed\":\"0\",\"title\":\"\",\"orientation\":\"0\"}' data-image-title=\"Screenshot 2026-05-12 at 2.21.07\u202fPM\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/www.marktechpost.com\/wp-content\/uploads\/2026\/05\/Screenshot-2026-05-12-at-2.21.07-PM-1-1024x620.png\" src=\"https:\/\/www.marktechpost.com\/wp-content\/uploads\/2026\/05\/Screenshot-2026-05-12-at-2.21.07-PM-1.png\" alt=\"\" class=\"wp-image-79777\" \/><figcaption class=\"wp-element-caption\">https:\/\/modelscope.cn\/models\/MedAIBase\/AntAngelMed<\/figcaption><\/figure>\n<\/div>\n<h2 class=\"wp-block-heading\"><strong>Training Pipeline<\/strong><\/h2>\n<p>AntAngelMed uses a <strong>three-stage training process<\/strong> designed to layer general language understanding on top of deep medical domain adaptation.<\/p>\n<p>The <strong>first stage<\/strong> is continual pre-training on large-scale medical corpora, including encyclopedias, web text, and academic publications. This phase is built on top of the Ling-flash-2.0 checkpoint, giving the model a strong general reasoning foundation before medical specialization begins.<\/p>\n<p>The <strong>second stage<\/strong> is Supervised Fine-Tuning (SFT), where the model is trained on a multi-source instruction dataset. This dataset mixes general reasoning tasks \u2014 math, programming, logic \u2014 to preserve chain-of-thought capabilities, alongside medical scenarios such as doctor\u2013patient Q&amp;A, diagnostic reasoning, and safety and ethics cases.<\/p>\n<p>The <strong>third stage<\/strong> is Reinforcement Learning using the GRPO (Group Relative Policy Optimization) algorithm, combined with task-specific reward models. GRPO, originally introduced in the <a href=\"https:\/\/arxiv.org\/abs\/2402.03300\" target=\"_blank\" rel=\"noreferrer noopener\">DeepSeekMath paper<\/a>, is a variant of PPO that estimates baselines from group scores rather than a separate critic model, making it computationally lighter. Here, reward signals are designed to shape model behavior toward empathy, structured clinical responses, safety boundaries, and evidence-based reasoning \u2014 all with the goal of reducing hallucinations on medical questions.<\/p>\n<h2 class=\"wp-block-heading\"><strong>Inference Performance<\/strong><\/h2>\n<p>On H20 hardware, AntAngelMed exceeds 200 tokens per second, which the research team reports is approximately 3\u00d7 faster than a 36 billion parameter dense model. With YaRN (Yet Another RoPE extensioN) extrapolation, it supports a 128K context length \u2014 long enough to handle full clinical documents, extended patient histories, or multi-turn medical dialogues.<\/p>\n<p>The research team has also released an FP8 quantized version of the model. When this quantization is combined with EAGLE3 speculative decoding optimization, inference throughput at a concurrency of 32 improves significantly over FP8 alone: 71% on HumanEval, 45% on GSM8K, and 94% on Math-500. These benchmarks measure coding and math reasoning tasks \u2014 not medical tasks directly \u2014 but serve as proxies for the model\u2019s general throughput stability across output types.<\/p>\n<h2 class=\"wp-block-heading\"><strong>Benchmark Results<\/strong><\/h2>\n<p>On HealthBench, the open-source medical evaluation benchmark from OpenAI that uses simulated multi-turn medical dialogues to measure real-world clinical performance, AntAngelMed ranks <strong>first<\/strong> among all open-source models and surpasses a range of top proprietary models as well, with a particularly significant advantage on the HealthBench-Hard subset.<\/p>\n<p>On MedAIBench, an evaluation system maintained by China\u2019s National Artificial Intelligence Medical Industry Pilot Facility, AntAngelMed ranks at the top level, with particularly strong scores in medical knowledge Q&amp;A and medical ethics and safety categories.<\/p>\n<p>On MedBench, a benchmark for Chinese healthcare LLMs covering 36 independently curated datasets and approximately 700,000 samples across five dimensions \u2014 medical knowledge question answering, medical language understanding, medical language generation, complex medical reasoning, and safety and ethics \u2014 AntAngelMed ranks first overall.<\/p>\n<h2 class=\"wp-block-heading\"><strong>Marktechpost\u2019s Visual Explainer<\/strong><\/h2>\n<div>\n<div class=\"aam-shell\">\n<p><!-- TOP BAR --><\/p>\n<div class=\"aam-topbar\">\n<div class=\"aam-topbar-l\">\n    <span class=\"aam-badge\">Technical Guide<\/span><br \/>\n    <span class=\"aam-name\">AntAngelMed<\/span>\n  <\/div>\n<p>  <span class=\"aam-counter\"><b>1<\/b>\u00a0\/\u00a07<\/span>\n<\/p><\/div>\n<p><!-- PROGRESS --><\/p>\n<div class=\"aam-prog-track\">\n<div class=\"aam-prog-fill\"><\/div>\n<\/div>\n<p><!-- VIEWPORT --><\/p>\n<div class=\"aam-viewport\">\n<div class=\"aam-track\">\n<p><!-- SLIDE 1: Overview --><\/p>\n<div class=\"aam-slide\">\n  <span class=\"aam-slide-label\">01 \u2014 Overview<\/span><br \/>\n  <span class=\"aam-slide-title\">What Is AntAngelMed?<\/span><br \/>\n  <span class=\"aam-slide-sub\">Jointly developed by Health Information Center of Zhejiang Province, Ant Healthcare, and Zhejiang Anzhen\u2019er Medical AI Technology Co., Ltd.<\/span>\n<div class=\"aam-stats\">\n<div class=\"aam-stat\"><span class=\"aam-stat-val\">103B<\/span><span class=\"aam-stat-lbl\">Total Params<\/span><\/div>\n<div class=\"aam-stat\"><span class=\"aam-stat-val\">6.1B<\/span><span class=\"aam-stat-lbl\">Active at Inference<\/span><\/div>\n<div class=\"aam-stat\"><span class=\"aam-stat-val\">128K<\/span><span class=\"aam-stat-lbl\">Context Length<\/span><\/div>\n<\/div>\n<p class=\"aam-p\">AntAngelMed is a medical-domain LLM built on a <strong>1\/32 activation-ratio MoE architecture<\/strong>. With 103B total parameters and only 6.1B active at inference time, it matches the performance of roughly <em>40B dense models<\/em> at a fraction of the compute cost.<\/p>\n<p class=\"aam-p\">Model weights are released under <em>Apache 2.0<\/em>. The code repository is licensed under <em>MIT<\/em>.<\/p>\n<\/div>\n<p><!-- SLIDE 2: Architecture --><\/p>\n<div class=\"aam-slide\">\n  <span class=\"aam-slide-label\">02 \u2014 Architecture<\/span><br \/>\n  <span class=\"aam-slide-title\">MoE Architecture &amp; Base Model<\/span><br \/>\n  <span class=\"aam-slide-sub\">Built on Ling-flash-2.0 by inclusionAI, guided by Ling Scaling Laws.<\/span>\n<p class=\"aam-p\">AntAngelMed uses a <strong>1\/32 activation-ratio MoE<\/strong> with optimizations across all core components. These choices enable small-activation MoE models to deliver up to <em>7\u00d7 efficiency<\/em> over similarly sized dense architectures \u2014 and as output length grows, relative speedups can reach 7\u00d7 or more.<\/p>\n<div class=\"aam-divider\"><\/div>\n<p class=\"aam-p\">Key architectural components:<\/p>\n<div class=\"aam-tags\">\n    <span class=\"aam-tag\">Expert Granularity<\/span><br \/>\n    <span class=\"aam-tag\">Shared Expert Ratio<\/span><br \/>\n    <span class=\"aam-tag\">Sigmoid Routing<\/span><br \/>\n    <span class=\"aam-tag\">No Auxiliary Loss<\/span><br \/>\n    <span class=\"aam-tag\">MTP Layer<\/span><br \/>\n    <span class=\"aam-tag\">QK-Norm<\/span><br \/>\n    <span class=\"aam-tag\">Partial-RoPE<\/span><br \/>\n    <span class=\"aam-tag\">YaRN Extrapolation<\/span><br \/>\n    <span class=\"aam-tag\">Attention Balance<\/span>\n  <\/div>\n<\/div>\n<p><!-- SLIDE 3: Training Pipeline --><\/p>\n<div class=\"aam-slide\">\n  <span class=\"aam-slide-label\">03 \u2014 Training<\/span><br \/>\n  <span class=\"aam-slide-title\">Three-Stage Training Pipeline<\/span><br \/>\n  <span class=\"aam-slide-sub\">Designed to layer general language understanding on top of deep medical domain adaptation.<\/span>\n<div class=\"aam-steps\">\n<div class=\"aam-step\">\n      <span class=\"aam-step-num\">Stage 01<\/span><br \/>\n      <span class=\"aam-step-title\">Continual Pre-Training<\/span><br \/>\n      <span class=\"aam-step-body\">Built on Ling-flash-2.0, trained on large-scale medical corpora \u2014 encyclopedias, web text, and academic publications \u2014 to inject deep domain and world knowledge.<\/span>\n    <\/div>\n<div class=\"aam-step\">\n      <span class=\"aam-step-num\">Stage 02<\/span><br \/>\n      <span class=\"aam-step-title\">Supervised Fine-Tuning (SFT)<\/span><br \/>\n      <span class=\"aam-step-body\">Multi-source instruction data mixing general tasks (math, programming, logic) for chain-of-thought, plus medical scenarios (doctor\u2013patient Q&amp;A, diagnostic reasoning, safety\/ethics) for clinical adaptation.<\/span>\n    <\/div>\n<div class=\"aam-step\">\n      <span class=\"aam-step-num\">Stage 03<\/span><br \/>\n      <span class=\"aam-step-title\">Reinforcement Learning via GRPO<\/span><br \/>\n      <span class=\"aam-step-body\">Group Relative Policy Optimization with task-specific reward models. Shapes model behavior toward empathy, structural clarity, safety boundaries, and evidence-based reasoning to reduce hallucinations.<\/span>\n    <\/div>\n<\/div>\n<\/div>\n<p><!-- SLIDE 4: Inference --><\/p>\n<div class=\"aam-slide\">\n  <span class=\"aam-slide-label\">04 \u2014 Inference<\/span><br \/>\n  <span class=\"aam-slide-title\">Inference Performance<\/span><br \/>\n  <span class=\"aam-slide-sub\">Hardware benchmarks on H20 and throughput improvements from FP8 + EAGLE3 optimization.<\/span>\n<div class=\"aam-perf-grid\">\n<div class=\"aam-perf-card\">\n      <span class=\"aam-perf-val\">&gt;200 tok\/s<\/span><br \/>\n      <span class=\"aam-perf-desc\">On H20 hardware. Approximately 3\u00d7 faster than a comparable 36B dense model.<\/span>\n    <\/div>\n<div class=\"aam-perf-card\">\n      <span class=\"aam-perf-val\">7\u00d7 efficiency<\/span><br \/>\n      <span class=\"aam-perf-desc\">MoE vs. dense at equivalent size. Speedup increases further as output length grows.<\/span>\n    <\/div>\n<div class=\"aam-perf-card\">\n      <span class=\"aam-perf-val\">+71% \/ +45% \/ +94%<\/span><br \/>\n      <span class=\"aam-perf-desc\">FP8 + EAGLE3 throughput gains over FP8 alone on HumanEval \/ GSM8K \/ Math-500 at concurrency 32.<\/span>\n    <\/div>\n<div class=\"aam-perf-card\">\n      <span class=\"aam-perf-val\">128K context<\/span><br \/>\n      <span class=\"aam-perf-desc\">Supported via YaRN extrapolation. Handles full clinical documents and extended multi-turn dialogues.<\/span>\n    <\/div>\n<\/div>\n<\/div>\n<p><!-- SLIDE 5: Benchmarks --><\/p>\n<div class=\"aam-slide\">\n  <span class=\"aam-slide-label\">05 \u2014 Benchmarks<\/span><br \/>\n  <span class=\"aam-slide-title\">Benchmark Results<\/span><br \/>\n  <span class=\"aam-slide-sub\">Evaluated across three authoritative medical LLM benchmarks.<\/span>\n<table class=\"aam-table\">\n<thead>\n<tr>\n<th>Benchmark<\/th>\n<th>Scope<\/th>\n<th>Result<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>HealthBench<\/strong><small>OpenAI<\/small><\/td>\n<td>Simulated multi-turn medical dialogues for real-world clinical performance.<\/td>\n<td class=\"aam-td-rank\">#1 open-source; surpasses several proprietary models. Largest lead on HealthBench-Hard.<\/td>\n<\/tr>\n<tr>\n<td><strong>MedAIBench<\/strong><small>Nat\u2019l AI Medical Pilot Facility<\/small><\/td>\n<td>Chinese authority benchmark covering knowledge Q&amp;A and medical ethics\/safety.<\/td>\n<td class=\"aam-td-rank\">Top-level. Strongest in knowledge Q&amp;A and medical ethics\/safety.<\/td>\n<\/tr>\n<tr>\n<td><strong>MedBench<\/strong><small>Chinese Healthcare Domain<\/small><\/td>\n<td>36 datasets, ~700K samples across 5 clinical dimensions.<\/td>\n<td class=\"aam-td-rank\">#1 overall across all 5 dimensions.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p><!-- SLIDE 6: Quickstart --><\/p>\n<div class=\"aam-slide\">\n  <span class=\"aam-slide-label\">06 \u2014 Quickstart<\/span><br \/>\n  <span class=\"aam-slide-title\">Run with Hugging Face Transformers<\/span><br \/>\n  <span class=\"aam-slide-sub\">Requires trust_remote_code=True for the MoE routing code.<\/span>\n<pre class=\"aam-pre\"><code>from transformers import AutoModelForCausalLM, AutoTokenizer\n\nmodel = AutoModelForCausalLM.from_pretrained(\n    \"MedAIBase\/AntAngelMed\",\n    device_map=\"auto\",\n    trust_remote_code=True,\n)\ntokenizer = AutoTokenizer.from_pretrained(\"MedAIBase\/AntAngelMed\")\n\nmessages = [\n  {\"role\": \"system\", \"content\": \"You are AntAngelMed, a helpful medical assistant.\"},\n  {\"role\": \"user\",   \"content\": \"What should I do if I have a headache?\"}\n]\ntext   = tokenizer.apply_chat_template(\n    messages, tokenize=False, add_generation_prompt=True)\ninputs = tokenizer([text], return_tensors=\"pt\",\n    return_token_type_ids=False).to(model.device)\nout    = model.generate(**inputs, max_new_tokens=16384)\nout    = [o[len(i):] for i, o in zip(inputs.input_ids, out)]\nprint(tokenizer.batch_decode(out, skip_special_tokens=True)[0])<\/code><\/pre>\n<p class=\"aam-p\">Also supports: <strong>vLLM v0.11.0<\/strong> (4-GPU tensor parallel), <strong>SGLang<\/strong> with FlashAttention-3, and <strong>vLLM-Ascend<\/strong> for Huawei Ascend 910B NPUs.<\/p>\n<\/div>\n<p><!-- SLIDE 7: Access --><\/p>\n<div class=\"aam-slide\">\n  <span class=\"aam-slide-label\">07 \u2014 Access<\/span><br \/>\n  <span class=\"aam-slide-title\">Resources &amp; Links<\/span><br \/>\n  <span class=\"aam-slide-sub\">Model weights Apache 2.0 \u2014 Code repository MIT \u2014 FP8 quantized variant available separately.<\/span>\n<div class=\"aam-links\">\n    <a class=\"aam-link\" href=\"https:\/\/huggingface.co\/MedAIBase\/AntAngelMed\" target=\"_blank\">\ud83e\udd17 Hugging Face<\/a><br \/>\n    <a class=\"aam-link\" href=\"https:\/\/modelscope.cn\/models\/MedAIBase\/AntAngelMed\" target=\"_blank\">\ud83e\udd16 ModelScope<\/a><br \/>\n    <a class=\"aam-link\" href=\"https:\/\/github.com\/MedAIBase\/AntAngelMed\" target=\"_blank\">\ud83d\udc19 GitHub<\/a><br \/>\n    <a class=\"aam-link\" href=\"https:\/\/antangelmed.tbox.cn\/\" target=\"_blank\">\u26a1 Live API Demo<\/a><br \/>\n    <a class=\"aam-link\" href=\"https:\/\/huggingface.co\/MedAIBase\/AntAngelMed-FP8\" target=\"_blank\">\ud83d\udce6 FP8 Quantized<\/a>\n  <\/div>\n<div class=\"aam-credit\">\n<p>Developed by <em>Health Information Center of Zhejiang Province<\/em>, <em>Ant Healthcare<\/em>, and <em>Zhejiang Anzhen\u2019er Medical AI Technology Co., Ltd.<\/em><br \/>Coverage by <em>Marktechpost<\/em> \u2014 marktechpost.com<\/p>\n<\/div>\n<\/div>\n<\/div>\n<p><!-- \/track -->\n<\/p><\/div>\n<p><!-- \/viewport --><\/p>\n<p><!-- BOTTOM NAV --><\/p>\n<div class=\"aam-nav\">\n<div class=\"aam-dots\"><\/div>\n<div class=\"aam-btns\">\n    <button class=\"aam-btn\" disabled>\u2190<\/button><br \/>\n    <button class=\"aam-btn\">\u2192<\/button>\n  <\/div>\n<\/div>\n<\/div>\n<\/div>\n<h2 class=\"wp-block-heading\"><strong>Key Takeaways<\/strong><\/h2>\n<ul class=\"wp-block-list\">\n<li>AntAngelMed is a 103B-parameter open-source medical LLM that activates only 6.1B parameters at inference time using a 1\/32 activation-ratio MoE architecture inherited from Ling-flash-2.0.<\/li>\n<li>It uses a three-stage training pipeline: continual pre-training on medical corpora, SFT with mixed general and clinical instruction data, and GRPO-based reinforcement learning for safety and diagnostic reasoning.<\/li>\n<li>On H20 hardware, the model exceeds 200 tokens\/s and supports 128K context length via YaRN extrapolation \u2014 roughly 3\u00d7 faster than a comparable 36B dense model.<\/li>\n<li>AntAngelMed ranks first among open-source models on OpenAI\u2019s HealthBench, surpasses several proprietary models, and tops both MedAIBench and MedBench leaderboards.<\/li>\n<li>The model is available on Hugging Face, ModelScope, and GitHub; model weights are Apache 2.0, code is MIT, and an FP8 quantized version is also released.<\/li>\n<\/ul>\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n<p>Check out\u00a0the\u00a0<strong><a href=\"https:\/\/huggingface.co\/MedAIBase\/AntAngelMed\" target=\"_blank\" rel=\"noreferrer noopener\">Model Weights on HF<\/a><\/strong>, <strong><a href=\"https:\/\/github.com\/MedAIBase\/AntAngelMed\" target=\"_blank\" rel=\"noreferrer noopener\">GitHub Repo<\/a> <\/strong>and<strong> <a href=\"https:\/\/modelscope.cn\/models\/MedAIBase\/AntAngelMed\" 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>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\/MTNLpmJtsFA3VRVd9\" target=\"_blank\" rel=\"noreferrer noopener\"><mark>Connect with us<\/mark><\/a><\/strong><\/p>\n<p>The post <a href=\"https:\/\/www.marktechpost.com\/2026\/05\/12\/meet-antangelmed-a-103b-parameter-open-source-medical-language-model-built-on-a-1-32-activation-ratio-moe-architecture\/\">Meet AntAngelMed: A 103B-Parameter Open-Source Medical Language Model Built on a 1\/32 Activation-Ratio MoE Architecture<\/a> appeared first on <a href=\"https:\/\/www.marktechpost.com\/\">MarkTechPost<\/a>.<\/p>","protected":false},"excerpt":{"rendered":"<p>A team researchers from China &hellip;<\/p>\n","protected":false},"author":1,"featured_media":892,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-891","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\/891","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=891"}],"version-history":[{"count":0,"href":"https:\/\/connectword.dpdns.org\/index.php?rest_route=\/wp\/v2\/posts\/891\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/connectword.dpdns.org\/index.php?rest_route=\/wp\/v2\/media\/892"}],"wp:attachment":[{"href":"https:\/\/connectword.dpdns.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=891"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/connectword.dpdns.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=891"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/connectword.dpdns.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=891"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}