{"id":1168,"date":"2026-08-10T05:04:29","date_gmt":"2026-08-10T05:04:29","guid":{"rendered":"https:\/\/www.nilo.io\/articles\/lemonade-ai-features"},"modified":"2026-08-10T05:04:29","modified_gmt":"2026-08-10T05:04:29","slug":"lemonade-ai-features","status":"publish","type":"post","link":"https:\/\/www.nilo.io\/articles\/lemonade-ai-features","title":{"rendered":"Lemonade AI Features: Local Text, Image &amp; Speech"},"content":{"rendered":"<p><em>Written by: Nuno Leiria, Founder &amp; CEO @ Nilo<\/em><\/p>\n<h2 id=\"key-takeaways\">Key Takeaways<\/h2>\n<ul>\n<li>Lemonade is an open-source local AI server developed with AMD that runs text, image, and speech models privately on consumer AMD hardware through an OpenAI-compatible API.<\/li>\n<li>It supports multiple modalities including LLM inference, image generation, speech-to-text, and text-to-speech, with automatic backend selection for AMD Ryzen NPUs, Radeon GPUs, and CPU fallback.<\/li>\n<li>Hardware requirements start at 8 GB RAM and 5\u201320 GB storage, with 16 GB RAM recommended. NPU acceleration is limited to AMD Ryzen AI processors with XDNA 2 NPUs on Windows and Linux.<\/li>\n<li>Lemonade v11.5.0 adds a smart router for automatic model selection and optional cloud fallback, plus a 3D generation backend through the Trellis.2 pipeline.<\/li>\n<li>If you want a complete Roblox-focused 3D asset workflow without running your own server, <a href=\"http:\/\/nilo.io\/?utm_source=aga&amp;utm_medium=blog&amp;utm_campaign=aga_content\" target=\"_blank\">try Nilo\u2019s browser-based creation platform<\/a>.<\/li>\n<\/ul>\n<h2>What Lemonade AI Actually Does On Your Machine<\/h2>\n<p><a href=\"https:\/\/amd.com\/en\/developer\/resources\/technical-articles\/2026\/lemonade-for-local-ai.html\" target=\"_blank\" rel=\"noindex nofollow\">Lemonade is an open-source local AI server developed with AMD<\/a> that exposes an OpenAI-compatible API for text generation, image synthesis, speech-to-text, and text-to-speech, all running on your own machine. Local inference keeps your prompts, files, and outputs on your device, with no cloud upload or third-party processing. <a href=\"https:\/\/www.amd.com\/en\/developer\/resources\/technical-articles\/2025\/rethinking-local-ai-lemonade-servers-python-advantage.html\" target=\"_blank\" rel=\"noindex nofollow\">Lemonade Server is implemented in Python for flexible deployment of local LLMs on GPUs and NPUs<\/a>.<\/p>\n<h2>Modalities, Backends, and 3D Support in Lemonade<\/h2>\n<p><a href=\"https:\/\/lemonade-server.ai\/docs\/guide\/configuration\/multi-model\/\" target=\"_blank\" rel=\"noindex nofollow\">Lemonade supports five modality categories (LLM, Embedding, Reranking, Transcription, and Image), each with its own backend<\/a>:<\/p>\n<ul>\n<li><strong>Text generation and chat completions<\/strong>, powered by <a href=\"https:\/\/lilting.ch\/en\/articles\/amd-lemonade-local-ai-gpu-npu-server\" target=\"_blank\" rel=\"noindex nofollow\">llama.cpp (GGUF models), ONNX Runtime GenAI (ONNX models), and FastFlowLM (q4nx models)<\/a>. These backends handle chat completions, text completions, embeddings, and reranking. You can use this for private code assistants, document summarization, and local chatbots without sending queries to OpenAI or Anthropic.<\/li>\n<li><strong>Image generation<\/strong>, powered by <a href=\"https:\/\/github.com\/Mintplex-Labs\/lemonade-sdk\/blob\/main\/docs\/server\/server_spec.md\" target=\"_blank\" rel=\"noindex nofollow\">stable-diffusion.cpp<\/a>, supporting models such as SD-Turbo, SDXL-Turbo, SD-1.5, and SDXL-Base-1.0 in .safetensors format. Endpoints cover generation, editing, variations, and upscaling through Real-ESRGAN.<\/li>\n<li><strong>Speech-to-text<\/strong>, powered by <a href=\"https:\/\/github.com\/Mintplex-Labs\/lemonade-sdk\/blob\/main\/docs\/server\/server_spec.md\" target=\"_blank\" rel=\"noindex nofollow\">whisper.cpp<\/a> for transcription tasks. A WebSocket \/realtime endpoint streams audio transcription with Voice Activity Detection (VAD, automatic detection of when speech starts and stops).<\/li>\n<li><strong>Text-to-speech<\/strong>, <a href=\"https:\/\/github.com\/lemonade-sdk\/lemonade\/releases\/tag\/v11.0.0\" target=\"_blank\" rel=\"noindex nofollow\">powered by the OpenMOSS backend<\/a>.<\/li>\n<\/ul>\n<p><a href=\"https:\/\/github.com\/lemonade-sdk\/lemonade\/releases\/tag\/v11.0.0\" target=\"_blank\" rel=\"noindex nofollow\">Lemonade 11.0 also includes a 3D generation backend that ports the Trellis.2 image-to-3D pipeline and exposes a POST \/v1\/3d\/generations endpoint<\/a>. You can generate 3D assets from images locally, which helps if you are building Roblox assets or other 3D game content.<\/p>\n<h2>Hardware Acceleration on AMD Ryzen and Radeon Systems<\/h2>\n<p><a href=\"https:\/\/amd.com\/en\/developer\/resources\/technical-articles\/2026\/lemonade-for-local-ai.html\" target=\"_blank\" rel=\"noindex nofollow\">Lemonade automatically configures NPU, GPU, and CPU backends<\/a> based on the hardware it detects, so your models use the fastest available path.<\/p>\n<ul>\n<li><strong>Ryzen AI 300\/400-series NPU<\/strong>. <a href=\"https:\/\/computeleap.com\/blog\/amd-lemonade-local-llm-server-guide-2026\" target=\"_blank\" rel=\"noindex nofollow\">Lemonade uses a hybrid mode where the XDNA 2 NPU handles prompt prefill while the integrated Radeon GPU handles token generation<\/a>. This split improves power efficiency on laptops. <a href=\"https:\/\/www.amd.com\/en\/developer\/resources\/technical-articles\/unlocking-a-wave-of-llm-apps-on-ryzen-ai-through-lemonade-server.html\" target=\"_blank\" rel=\"noindex nofollow\">NPU acceleration in Lemonade requires an AMD Ryzen AI processor with a compatible NPU driver and works on both Windows and Linux<\/a>.<\/li>\n<li><strong>Radeon GPU via ROCm or Vulkan<\/strong>. <a href=\"https:\/\/www.amd.com\/en\/developer\/resources\/technical-articles\/2025\/ryzen-ai-radeon-llms-with-lemonade.html\" target=\"_blank\" rel=\"noindex nofollow\">ROCm is the primary backend for supported Radeon RX 7000\/9000 series dGPUs (7800\/9070 or greater). Ryzen AI iGPUs use Vulkan and older or unsupported Radeon cards fall back to Vulkan<\/a>. Both paths use llama.cpp.<\/li>\n<li><strong>CPU fallback<\/strong>. If your system has no compatible NPU or GPU, Lemonade falls back to CPU-only inference through llama.cpp\u2019s CPU backend. This keeps Lemonade usable on any x86_64 processor, although throughput is lower than on accelerated paths.<\/li>\n<\/ul>\n<p>Hardware limits still matter. Lemonade needs at least 8 GB RAM and 5\u201320 GB of storage, with 16 GB RAM recommended. <a href=\"https:\/\/lemonade-server.ai\/flm_npu_linux.html\" target=\"_blank\" rel=\"noindex nofollow\">NPU acceleration is supported on AMD Ryzen AI processors with XDNA 2 NPUs under both Windows and Linux<\/a>. <a href=\"https:\/\/github.com\/Mintplex-Labs\/lemonade-sdk\/blob\/main\/docs\/faq.md\" target=\"_blank\" rel=\"noindex nofollow\">To see whether a model fits in memory, check its file size on Hugging Face and add 2\u20134 GB overhead for KV cache and runtime<\/a>.<\/p>\n<h2>Installing Lemonade and Connecting Your Tools<\/h2>\n<p>Lemonade installs through one-click installers. You then pull models from Hugging Face or, <a href=\"https:\/\/newreleases.io\/project\/github\/lemonade-sdk\/lemonade\/release\/v11.5.0\" target=\"_blank\" rel=\"noindex nofollow\">starting in v11.5.0, from ModelScope<\/a>, using the built-in Model Manager.<\/p>\n<p><a href=\"https:\/\/lemonade-server.ai\/docs\/api\/openai\" target=\"_blank\" rel=\"noindex nofollow\">Lemonade exposes an OpenAI-compatible API at http:\/\/localhost:13305\/v1<\/a> that covers:<\/p>\n<ul>\n<li>Chat completions and text completions<\/li>\n<li>Embeddings and reranking<\/li>\n<li>Audio transcription and text-to-speech<\/li>\n<li>Image generation, editing, variations, and upscaling<\/li>\n<li>A WebSocket \/realtime endpoint for streaming audio<\/li>\n<\/ul>\n<p><a href=\"https:\/\/amd.com\/en\/developer\/resources\/technical-articles\/2026\/lemonade-for-local-ai.html\" target=\"_blank\" rel=\"noindex nofollow\">Lemonade connects to VS Code via Continue and CodeGPT, Open WebUI, n8n for workflow automation, Anything LLM, Dify, and OpenHands<\/a>. You usually only change the base URL from the OpenAI default to your local Lemonade address.<\/p>\n<p>If you mainly want AI-powered 3D asset creation for Roblox and do not want to touch local servers, <a href=\"http:\/\/nilo.io\/?utm_source=aga&amp;utm_medium=blog&amp;utm_campaign=aga_content\" target=\"_blank\">skip the server setup and start creating in Nilo<\/a>. You avoid model downloads and hardware checks entirely.<\/p>\n<h2>Smart Routing and Optional Cloud Fallback in v11.5.0<\/h2>\n<p><a href=\"https:\/\/lemon-web.net\/lemon-blog\/web-development\/lemonade-11-5-brings-smarter-model-routing-and-more-powerful-local-ai-automation\" target=\"_blank\" rel=\"noindex nofollow\">Lemonade v11.5.0, released July 22, 2026, completed the Lemonade Router<\/a>, which evaluates each request and sends it to the most suitable installed local model.<\/p>\n<ul>\n<li><strong>Rule-based<\/strong> routing uses explicit conditions you define.<\/li>\n<li><strong>Classifier-based<\/strong> routing uses an ONNX classification model to score the request.<\/li>\n<li><strong>Semantic-similarity<\/strong> routing matches prompts to model capabilities by meaning.<\/li>\n<li><strong>LLM-as-router<\/strong> routing lets a language model decide which model to use.<\/li>\n<\/ul>\n<p>The router can also use cloud fallback when local resources are not enough. This option trades local-only privacy for extra capacity. Any request that goes to a cloud endpoint leaves your device, so if you have strict data rules you should tune routing policies carefully and log which prompts trigger cloud fallback.<\/p>\n<h2>How Lemonade Stacks Up Against Other Local Runtimes<\/h2>\n<p>When you compare Lemonade with tools such as Ollama or vLLM, focus on a few concrete differences.<\/p>\n<p><strong>AMD-specific optimization.<\/strong> <a href=\"https:\/\/lemonade-server.ai\/docs\/guide\/configuration\/llamacpp\/\" target=\"_blank\" rel=\"noindex nofollow\">Lemonade is developed with AMD and focuses on AMD Ryzen hardware, including NPU support, while still using upstream llama.cpp with Vulkan for cross-vendor GPU acceleration<\/a>. Ollama supports AMD GPUs through ROCm but does not offer NPU acceleration or hybrid NPU plus iGPU execution. vLLM targets high-throughput server deployments, and <a href=\"https:\/\/github.com\/lemonade-sdk\/lemonade\/releases\/tag\/v10.4.0\" target=\"_blank\" rel=\"noindex nofollow\">Lemonade includes vLLM as an experimental backend for AMD ROCm GPUs on Linux, first added in v10.4.0<\/a>.<\/p>\n<p><strong>Multi-modal coverage.<\/strong> Lemonade bundles text, image, speech-to-text, and text-to-speech in one installer. Ollama focuses on text generation. vLLM is also text-focused for server workloads. If you want all four modalities on one local endpoint, Lemonade\u2019s single stack reduces the number of tools you maintain.<\/p>\n<p><strong>Setup complexity.<\/strong> Lemonade\u2019s automatic backend selection simplifies AMD-specific configuration. Ollama\u2019s setup feels lighter overall but does not expose NPU paths. vLLM expects more infrastructure knowledge and fits server-style deployments more than consumer laptops.<\/p>\n<p><strong>Ecosystem integrations.<\/strong> <a href=\"https:\/\/deepwiki.com\/lemonade-sdk\/lemonade\/4.2-http-rest-api-reference\" target=\"_blank\" rel=\"noindex nofollow\">Lemonade can act as a drop-in replacement for Ollama clients by translating Ollama-formatted requests<\/a>, so existing Ollama-based workflows can often connect without code changes.<\/p>\n<h2>When a Roblox-Focused Platform Replaces a Local Runtime<\/h2>\n<p>Lemonade solves private, on-device inference for developers. If your real goal is generating, rigging, animating, and exporting 3D assets for Roblox, running a local server can feel like extra overhead.<\/p>\n<p>Nilo is a browser-based 3D creation platform that bakes AI asset generation into the editor you use. You can generate 3D characters, props, and environments from text prompts or sketches, rig bipedal characters with one click, create animations from text descriptions, and export Roblox-ready files without leaving the browser or configuring any backend. Nilo\u2019s model-agnostic AI layer connects to providers such as Meshy, Tripo, Nano Banana, Cartwheel, and Uthana behind one interface, so the platform improves as those models improve.<\/p>\n<figure style=\"text-align: center\"><img decoding=\"async\" src=\"https:\/\/cdn.aigrowthmarketer.co\/1775498576333-cc4147ffb5c1.png\" alt=\"Characters and world generated through Nilo, a browser-based 3D creation platform built for Roblox creators and game developers\" style=\"max-height: 500px\" loading=\"lazy\"><figcaption><em>Characters and world generated through Nilo, a browser-based 3D creation platform built for Roblox creators and game developers<\/em><\/figcaption><\/figure>\n<p>In Nilo\u2019s February 2026 Survey, 93% of builders said they would recommend Nilo to a friend, and 82% rated their experience as \u201cAwesome\u201d or \u201cGood.\u201d One builder summed it up: \u201cI do not have to spend hours on 3D modeling the simplest things, now I can use Nilo and do it in 15 seconds.\u201d<\/p>\n<figure style=\"text-align: center\"><img decoding=\"async\" src=\"https:\/\/cdn.aigrowthmarketer.co\/1775498558906-2d7a57101ca9.png\" alt=\"Obby course generated through Nilo, a browser-based 3D creation platform built for Roblox creators and game developers\" style=\"max-height: 500px\" loading=\"lazy\"><figcaption><em>Obby course generated through Nilo, a browser-based 3D creation platform built for Roblox creators and game developers<\/em><\/figcaption><\/figure>\n<p>Lemonade still needs an AMD Ryzen AI processor with a compatible NPU driver for NPU acceleration, enough RAM, model downloads, and backend configuration. Nilo runs in any modern browser on any device with no installation. The trade-off is scope. Nilo focuses on 3D asset creation and Roblox export, not general-purpose local text, image, or audio workloads.<\/p>\n<figure style=\"text-align: center\"><img decoding=\"async\" src=\"https:\/\/cdn.aigrowthmarketer.co\/1775498523335-4f1ad3fb5e04.png\" alt=\"World generated through Nilo, a browser-based 3D creation platform built for Roblox creators and game developers\" style=\"max-height: 500px\" loading=\"lazy\"><figcaption><em>World generated through Nilo, a browser-based 3D creation platform built for Roblox creators and game developers<\/em><\/figcaption><\/figure>\n<p><a href=\"http:\/\/nilo.io\/?utm_source=aga&amp;utm_medium=blog&amp;utm_campaign=aga_content\" target=\"_blank\">Join Nilo\u2019s open beta and generate your first Roblox-ready asset in minutes<\/a>.<\/p>\n<figure style=\"text-align: center\"><img decoding=\"async\" src=\"https:\/\/cdn.aigrowthmarketer.co\/1775498489815-fadb26f77978.png\" alt=\"Characters and world generated through Nilo, a browser-based 3D creation platform built for Roblox creators and game developers\" style=\"max-height: 500px\" loading=\"lazy\"><figcaption><em>Characters and world generated through Nilo, a browser-based 3D creation platform built for Roblox creators and game developers<\/em><\/figcaption><\/figure>\n<h2>Readiness Checklist: Local Runtime vs Roblox Creation Platform<\/h2>\n<p>Use these questions to decide which setup fits how you want to build.<\/p>\n<ul>\n<li><strong>What is your hardware?<\/strong> If you have an AMD Ryzen AI processor with an XDNA 2 NPU and want NPU-accelerated inference, Lemonade fits that hardware well. If you only have a browser, Nilo works from a simple URL.<\/li>\n<li><strong>What modalities do you need?<\/strong> If you need text generation, embeddings, reranking, speech-to-text, and image generation for general developer tasks, Lemonade covers them. If your main output is Roblox-ready 3D assets, Nilo\u2019s pipeline handles generation, cleanup, rigging, animation, and export in one place.<\/li>\n<li><strong>How strict are your privacy requirements?<\/strong> Lemonade keeps inference local by default and only sends data to the cloud if you enable fallback. Nilo uses cloud-based AI providers for generation, which matters if your project has strict data residency rules.<\/li>\n<li><strong>Do you need 3D output?<\/strong> <a href=\"https:\/\/github.com\/lemonade-sdk\/lemonade\/releases\/tag\/v11.0.0\" target=\"_blank\" rel=\"noindex nofollow\">Lemonade 11.0 includes a 3D generation backend through the Trellis.2 image-to-3D pipeline and a POST \/v1\/3d\/generations endpoint<\/a>. If you want Roblox-ready characters, props, or environments with rigging and animation included, Nilo handles that end-to-end.<\/li>\n<li><strong>How much setup time can you invest?<\/strong> Lemonade\u2019s installer is quick, but backend selection, model downloads, and hardware tuning still take time. Nilo opens in a browser tab and is ready as soon as the page loads.<\/li>\n<li><strong>Are you building general developer tooling or Roblox assets?<\/strong> Lemonade fits when you are integrating local inference into VS Code, n8n, or your own applications. Nilo fits when you want to spend your time designing and testing Roblox experiences instead of managing servers.<\/li>\n<\/ul>\n<h2>Frequently Asked Questions<\/h2>\n<h3>Does Lemonade support 3D generation?<\/h3>\n<p>Yes. Lemonade 11.0 added a 3D generation backend that uses the Trellis.2 image-to-3D pipeline and exposes a \/v1\/3d\/generations endpoint, as described earlier in the Supported Modalities section. You can use this for local 3D asset generation, or you can use Nilo, which is a browser-based platform that handles text-to-3D, sketch-to-3D, rigging, animation, and Roblox-optimized export without any extra server setup.<\/p>\n<h3>What AMD hardware is required for NPU acceleration in Lemonade?<\/h3>\n<p><a href=\"https:\/\/lemonade-server.ai\/flm_npu_linux.html\" target=\"_blank\" rel=\"noindex nofollow\">NPU acceleration in Lemonade is supported on AMD Ryzen AI processors with XDNA 2 NPUs under both Windows and Linux<\/a>. You need an AMD Ryzen AI processor with a compatible NPU driver, and on Linux you also need specific kernel drivers and firmware. If you do not have a Ryzen AI processor, you can still run Lemonade with GPU acceleration through Vulkan or ROCm, or with CPU-only inference.<\/p>\n<h3>Can Lemonade run multiple models at once?<\/h3>\n<p>Lemonade can run multiple models at the same time, within your memory limits. Each model type (LLM, Embedding, Audio, Image) has its own LRU cache controlled by the &#8211;max-loaded-models flag, which defaults to 1 per type. On Strix Halo systems with up to 128 GB unified memory, you can run larger concurrent setups. On machines with 8\u201316 GB RAM, several large models will hit memory limits quickly. The Lemonade Router in v11.5.0 helps decide which model handles each request, but your RAM still sets the ceiling.<\/p>\n<h3>How does Nilo differ from running Lemonade locally for asset creation?<\/h3>\n<p>Lemonade is a general-purpose local inference server. It runs text, image, and speech models on your AMD hardware and exposes an OpenAI-compatible API that other apps can call. It does not include a 3D editor, rigging tools, animation timeline, or Roblox export. To use Lemonade for asset creation, you would connect it to separate 3D software and manage that pipeline yourself.<\/p>\n<figure style=\"text-align: center\"><img decoding=\"async\" src=\"https:\/\/cdn.aigrowthmarketer.co\/1775498504409-2166b6c2f713.png\" alt=\"Assets and world generated through Nilo, a browser-based 3D creation platform built for Roblox creators and game developers\" style=\"max-height: 500px\" loading=\"lazy\"><figcaption><em>Assets and world generated through Nilo, a browser-based 3D creation platform built for Roblox creators and game developers<\/em><\/figcaption><\/figure>\n<p>Nilo is a browser-based 3D creation platform built for aspiring builders and already builders like you who focus on Roblox. It combines AI text-to-3D, sketch-to-3D, one-click rigging for bipedal characters, AI animations from text, and Roblox-optimized export in a single place. You open a tab, generate an asset, rig it, animate it, and export it without configuring any backend or downloading models. Nilo\u2019s February 2026 Survey found that 72% of builders say Nilo makes their creative process easier \u201cby a lot.\u201d Lemonade gives you a private local inference API, while Nilo gives you a complete Roblox asset creation workflow.<\/p>\n<h2>Conclusion<\/h2>\n<p>Lemonade AI is a capable local inference server for AMD hardware. It covers text generation through llama.cpp, ONNX Runtime GenAI, and FastFlowLM; image generation through stable-diffusion.cpp; and transcription plus text-to-speech through its audio backends, all behind one OpenAI-compatible API. The v11.5.0 Router adds smarter multi-model routing, and hardware acceleration on Ryzen AI NPUs and Radeon GPUs through ROCm or Vulkan is well documented, with clear limits around RAM and model size.<\/p>\n<p>Lemonade stands out for developers who want general-purpose local AI pipelines on AMD systems. If your focus is Roblox and you care about generating, rigging, animating, and exporting 3D assets, Nilo folds that entire workflow into a single browser-based environment, with no server to configure or models to manage. As one builder said in Nilo\u2019s February 2026 Survey, \u201cThere are no limits on what you can create \u2014 just type, draw or add in an image and you can generate, rig, customise and place a fully 3D model within minutes.\u201d<\/p>\n<p><a href=\"http:\/\/nilo.io\/?utm_source=aga&amp;utm_medium=blog&amp;utm_campaign=aga_content\" target=\"_blank\">Join Nilo\u2019s open beta and try building and playing for free.<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Lemonade runs LLMs, image, and speech AI privately on AMD hardware. See how its features compare \u2014 and where Nilo stands out for 3D asset creation.<\/p>\n","protected":false},"author":76,"featured_media":1167,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1168","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/www.nilo.io\/articles\/wp-json\/wp\/v2\/posts\/1168","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.nilo.io\/articles\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.nilo.io\/articles\/wp-json\/wp\/v2\/types\/post"}],"replies":[{"embeddable":true,"href":"https:\/\/www.nilo.io\/articles\/wp-json\/wp\/v2\/comments?post=1168"}],"version-history":[{"count":0,"href":"https:\/\/www.nilo.io\/articles\/wp-json\/wp\/v2\/posts\/1168\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.nilo.io\/articles\/wp-json\/wp\/v2\/media\/1167"}],"wp:attachment":[{"href":"https:\/\/www.nilo.io\/articles\/wp-json\/wp\/v2\/media?parent=1168"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.nilo.io\/articles\/wp-json\/wp\/v2\/categories?post=1168"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.nilo.io\/articles\/wp-json\/wp\/v2\/tags?post=1168"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}