{"id":2264,"date":"2026-08-20T20:03:33","date_gmt":"2026-08-20T20:03:33","guid":{"rendered":"https:\/\/convly.ai\/?p=2264"},"modified":"2026-08-20T20:03:33","modified_gmt":"2026-08-20T20:03:33","slug":"lm-studio-ai","status":"publish","type":"post","link":"https:\/\/convly.ai\/it\/lm-studio-ai\/","title":{"rendered":"LM Studio: Guida completa all'esecuzione di modelli AI locali"},"content":{"rendered":"<div class=\"convly-tldr\"><strong>TL;DR:<\/strong><\/p>\n<ul>\n<li>LM Studio is a free desktop application for running large language models locally on your computer without coding or command-line work<\/li>\n<li>Download models directly from Hugging Face through the built-in browser, supports GGUF format with automatic quantization selection<\/li>\n<li>Includes chat UI, local API server (OpenAI-compatible), and automatic hardware acceleration (CUDA, Metal, CPU)<\/li>\n<li>Requires sufficient VRAM\/RAM based on model size\u2014typically 8GB minimum for 7B models, 24GB+ for 13B models<\/li>\n<\/ul>\n<\/div>\n<p>LM Studio is a desktop application that lets you download, run, and interact with large language models on your own computer. It provides a graphical interface for tasks that would otherwise require command-line tools, making local AI accessible to developers and technical users who want full control over their models without sending data to external APIs. The application handles model discovery, downloading, quantization selection, and hardware acceleration automatically.<\/p>\n<p>Unlike cloud-based AI services, LM Studio runs entirely offline once you&#8217;ve downloaded a model. Your conversations, documents, and prompts never leave your machine. This makes it suitable for sensitive work, experimentation without API costs, and environments with limited or no internet connectivity.<\/p>\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_86 counter-flat ez-toc-counter ez-toc-container-direction\">\n<label for=\"ez-toc-cssicon-toggle-item-6a8798b0415a4\" class=\"ez-toc-cssicon-toggle-label\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #000000;color:#000000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #000000;color:#000000\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/label><input type=\"checkbox\"  id=\"ez-toc-cssicon-toggle-item-6a8798b0415a4\"  aria-label=\"Toggle\" \/><nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/convly.ai\/it\/lm-studio-ai\/#Installation\" >Installation<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/convly.ai\/it\/lm-studio-ai\/#Downloading_and_Loading_Models\" >Downloading and Loading Models<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/convly.ai\/it\/lm-studio-ai\/#Using_the_Chat_Interface\" >Using the Chat Interface<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/convly.ai\/it\/lm-studio-ai\/#Running_a_Local_API_Server\" >Running a Local API Server<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/convly.ai\/it\/lm-studio-ai\/#Configuration_and_Hardware_Settings\" >Configuration and Hardware Settings<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-6\" href=\"https:\/\/convly.ai\/it\/lm-studio-ai\/#LM_Studio_vs_Ollama\" >LM Studio vs Ollama<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-7\" href=\"https:\/\/convly.ai\/it\/lm-studio-ai\/#Choosing_Models_for_LM_Studio\" >Choosing Models for LM Studio<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-8\" href=\"https:\/\/convly.ai\/it\/lm-studio-ai\/#Frequently_Asked_Questions\" >Frequently Asked Questions<\/a><\/li><\/ul><\/nav><\/div>\n<h2><span class=\"ez-toc-section\" id=\"Installation\"><\/span>Installation<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<h3>Windows<\/h3>\n<p>Download the installer from <code>lmstudio.ai<\/code>. The <code>.exe<\/code> installer is typically 200-400MB. Run it and follow the setup wizard. LM Studio will install to <code>C:Users[YourUsername]AppDataLocalLM-Studio<\/code> by default. Models download to <code>C:Users[YourUsername].cachelm-studiomodels<\/code> unless you change the path in settings.<\/p>\n<p>For GPU acceleration on Windows, you need NVIDIA drivers version 522.06 or newer for CUDA support. LM Studio will automatically detect and use your GPU if available.<\/p>\n<h3>macOS<\/h3>\n<p>Download the <code>.dmg<\/code> file from <code>lmstudio.ai<\/code>. Open it and drag LM Studio to your Applications folder. Models download to <code>~\/Library\/Application Support\/LMStudio\/models<\/code> by default.<\/p>\n<p>Apple Silicon Macs (M1, M2, M3, M4) get automatic Metal acceleration. Intel Macs will use CPU inference, which is significantly slower but functional for smaller models.<\/p>\n<h3>Linux<\/h3>\n<p>Download the <code>.AppImage<\/code> file. Make it executable with <code>chmod +x LM-Studio-*.AppImage<\/code>, then run it with <code>.\/LM-Studio-*.AppImage<\/code>. Models download to <code>~\/.cache\/lm-studio\/models<\/code>.<\/p>\n<p>For NVIDIA GPU acceleration, install CUDA toolkit 11.8 or newer and ensure <code>nvidia-smi<\/code> shows your GPU. LM Studio will detect CUDA automatically.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Downloading_and_Loading_Models\"><\/span>Downloading and Loading Models<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>LM Studio uses the GGUF format, a quantized model format that reduces memory requirements while maintaining quality. When you open LM Studio, click the search icon in the left sidebar to browse models. The built-in search pulls from Hugging Face and filters for compatible GGUF files.<\/p>\n<p>Search for a model by name (e.g., &#8220;llama 3.1&#8221;, &#8220;mistral&#8221;, &#8220;phi&#8221;). Each result shows multiple quantization levels, labeled like <code>Q4_K_M<\/code>, <code>Q5_K_S<\/code>, or <code>Q8_0<\/code>. The number indicates bit depth\u2014Q4 uses 4 bits per weight, Q8 uses 8 bits. Lower numbers mean smaller file size and faster inference, but slightly reduced quality.<\/p>\n<p>For most use cases, <code>Q4_K_M<\/code> or <code>Q5_K_M<\/code> offers the best balance. Use our <a href=\"https:\/\/convly.ai\/llm-vram-calculator\/\">VRAM calculator<\/a> to estimate how much memory a specific model and quantization will require. As a rough guide:<\/p>\n<table>\n<thead>\n<tr>\n<th>Model Size<\/th>\n<th>Q4_K_M VRAM<\/th>\n<th>Q5_K_M VRAM<\/th>\n<th>Q8_0 VRAM<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>7B parameters<\/td>\n<td>~5GB<\/td>\n<td>~6GB<\/td>\n<td>~9GB<\/td>\n<\/tr>\n<tr>\n<td>13B parameters<\/td>\n<td>~9GB<\/td>\n<td>~11GB<\/td>\n<td>~16GB<\/td>\n<\/tr>\n<tr>\n<td>34B parameters<\/td>\n<td>~22GB<\/td>\n<td>~27GB<\/td>\n<td>~40GB<\/td>\n<\/tr>\n<tr>\n<td>70B parameters<\/td>\n<td>~42GB<\/td>\n<td>~51GB<\/td>\n<td>~75GB<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Click the download icon next to your chosen quantization. Models range from 3GB to 50GB+ depending on size. Once downloaded, click the model name in your library to load it. LM Studio will show GPU and RAM allocation in the bottom-right corner. If the model doesn&#8217;t fit in VRAM, it will offload layers to system RAM, which slows inference significantly.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Using_the_Chat_Interface\"><\/span>Using the Chat Interface<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>After loading a model, the chat interface appears in the main window. Type your prompt in the text box at the bottom and press Enter or click the send icon. The model generates a response locally\u2014no internet required once loaded.<\/p>\n<p>Key controls:<\/p>\n<ul>\n<li><strong>Temperature slider<\/strong> (right sidebar): controls randomness. 0.1-0.3 for factual tasks, 0.7-1.0 for creative writing<\/li>\n<li><strong>Max tokens<\/strong>: limits response length. Default is usually 2048; increase for longer outputs<\/li>\n<li><strong>System prompt<\/strong>: sets the model&#8217;s behavior and persona. Click &#8220;Edit&#8221; in the top bar to modify<\/li>\n<li><strong>Stop sequences<\/strong>: tokens that halt generation early, useful for structured output formats<\/li>\n<\/ul>\n<p>LM Studio supports multi-turn conversations. Each message stays in context until you click &#8220;New Chat&#8221; or the context window fills. Most models have a 4k-32k token context window\u2014check the model card for specifics.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Running_a_Local_API_Server\"><\/span>Running a Local API Server<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>LM Studio includes an OpenAI-compatible API server, letting you use local models as drop-in replacements for GPT-4 or GPT-3.5 in existing applications. Click the <code>&lt;\/&gt;<\/code> icon in the left sidebar to open the Local Server tab.<\/p>\n<p>Select a loaded model from the dropdown and click &#8220;Start Server&#8221;. The server runs on <code>http:\/\/localhost:1234<\/code> by default. The UI shows a code example:<\/p>\n<pre><code>curl http:\/\/localhost:1234\/v1\/chat\/completions \n  -H \"Content-Type: application\/json\" \n  -d '{\n    \"model\": \"local-model\",\n    \"messages\": [{\"role\": \"user\", \"content\": \"Hello\"}]\n  }'<\/code><\/pre>\n<p>Any tool that supports OpenAI&#8217;s API format works with LM Studio&#8217;s server. Set the base URL to <code>http:\/\/localhost:1234\/v1<\/code> and use any non-empty string as the API key (LM Studio doesn&#8217;t validate it). This includes:<\/p>\n<ul>\n<li>LangChain (Python\/JS): set <code>openai_api_base<\/code> to localhost<\/li>\n<li>OpenAI Python SDK: <code>openai.api_base = \"http:\/\/localhost:1234\/v1\"<\/code><\/li>\n<li>Text editors with AI features (Cursor, Continue, Cody): point to localhost in settings<\/li>\n<li>Custom scripts: replace <code>https:\/\/api.openai.com\/v1<\/code> with <code>http:\/\/localhost:1234\/v1<\/code><\/li>\n<\/ul>\n<p>The server supports streaming responses and function calling (if the model was trained for it). Check logs in the Server tab to debug requests.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Configuration_and_Hardware_Settings\"><\/span>Configuration and Hardware Settings<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Click the gear icon (Settings) in the bottom-left corner to adjust:<\/p>\n<ul>\n<li><strong>Model folder path<\/strong>: change where models download and load from<\/li>\n<li><strong>GPU offload layers<\/strong>: controls how many layers run on GPU vs CPU. Auto-detect works well, but manual adjustment helps if you&#8217;re running multiple programs<\/li>\n<li><strong>Context length override<\/strong>: increase if the model supports it and you need longer conversations. Higher context uses more VRAM<\/li>\n<li><strong>Inference threads<\/strong>: CPU thread count for inference. Default is auto, but setting it to physical core count (not hyperthreaded) can improve speed<\/li>\n<\/ul>\n<p>For best performance, close other GPU-heavy applications (games, video editing, 3D rendering) before loading large models. On laptops, plug in and set power mode to high performance\u2014CPU\/GPU throttling significantly impacts inference speed.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"LM_Studio_vs_Ollama\"><\/span>LM Studio vs Ollama<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>LM Studio and <a href=\"https:\/\/convly.ai\/what-is-ollama-complete-guide-2026\/\">Ollama<\/a> both run local models, but differ in interface and workflow:<\/p>\n<table>\n<thead>\n<tr>\n<th>Feature<\/th>\n<th>LM Studio<\/th>\n<th>Ollama<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Interface<\/td>\n<td>Desktop GUI<\/td>\n<td>Command-line + API<\/td>\n<\/tr>\n<tr>\n<td>Model discovery<\/td>\n<td>Built-in browser<\/td>\n<td>Separate model registry<\/td>\n<\/tr>\n<tr>\n<td>Format<\/td>\n<td>GGUF files<\/td>\n<td>Custom format (converts from GGUF)<\/td>\n<\/tr>\n<tr>\n<td>Quantization control<\/td>\n<td>Choose specific quant<\/td>\n<td>Automatic<\/td>\n<\/tr>\n<tr>\n<td>Chat UI<\/td>\n<td>Built-in<\/td>\n<td>None (use external tools)<\/td>\n<\/tr>\n<tr>\n<td>Learning curve<\/td>\n<td>Lower (visual)<\/td>\n<td>Steeper (CLI)<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Use LM Studio if you want a visual interface, direct model file control, and don&#8217;t want to touch a terminal. Use Ollama if you prefer CLI workflows, want a lightweight server, or are integrating into a scripted pipeline. Both are free and handle GPU acceleration similarly. See our <a href=\"https:\/\/convly.ai\/best-local-llms-to-run-on-ollama-2026\/\">guide to local models<\/a> for recommendations that work with either tool.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Choosing_Models_for_LM_Studio\"><\/span>Choosing Models for LM Studio<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>The model you choose depends on your hardware and use case. Check our <a href=\"https:\/\/convly.ai\/models\/\">AI models database<\/a> for specs and VRAM requirements across 37+ models.<\/p>\n<p><strong>For 8-16GB VRAM:<\/strong> Llama 3.1 8B, Mistral 7B, Phi-3 Medium (14B). These handle general chat, coding assistance, and summarization well.<\/p>\n<p><strong>For 24GB VRAM:<\/strong> Llama 3.1 70B (Q3 quant), Mixtral 8x7B, Command R+ 35B (Q4). Significant quality jump for reasoning and complex instructions.<\/p>\n<p><strong>For 48GB+ VRAM:<\/strong> Llama 3.1 405B (Q3), Qwen 2.5 72B (Q5). Near-frontier performance for most tasks.<\/p>\n<p>If you&#8217;re unsure whether a model fits your hardware, use the <a href=\"https:\/\/convly.ai\/llm-vram-calculator\/\">VRAM calculator<\/a> before downloading. A model that barely fits will offload to RAM and run 5-10x slower than one fully loaded in VRAM.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Frequently_Asked_Questions\"><\/span>Frequently Asked Questions<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<h3>Does LM Studio work offline?<\/h3>\n<p>Yes, completely. You need internet to download models initially, but once downloaded, LM Studio runs with no network connection. Models, inference, and the local API server all work offline. This makes it suitable for air-gapped environments or working without connectivity.<\/p>\n<h3>Can I use LM Studio models in my own applications?<\/h3>\n<p>Yes. Start the local API server in LM Studio and point your application to <code>http:\/\/localhost:1234\/v1<\/code>. Any code that uses the OpenAI API format will work without modification. You can also load GGUF files directly in your code using libraries like <code>llama.cpp<\/code>, <code>llama-cpp-python<\/code>, or <code>ctransformers<\/code>\u2014LM Studio&#8217;s model downloads are standard GGUF files stored in your cache folder.<\/p>\n<h3>How much does LM Studio cost?<\/h3>\n<p>LM Studio is free. There are no subscription fees, API charges, or usage limits. The models themselves are also free\u2014most are open-source with permissive licenses (MIT, Apache 2.0, Llama 3.1 Community License). Your only costs are hardware and electricity. Use our <a href=\"https:\/\/convly.ai\/self-hosting-vs-api-calculator\/\">self-hosting vs API calculator<\/a> to compare local inference costs against cloud API pricing.<\/p>\n<h3>Why is inference slow on my machine?<\/h3>\n<p>Three common causes: (1) Model doesn&#8217;t fit in VRAM and is offloading to RAM\u2014check the memory display in LM Studio and try a smaller quantization or model. (2) GPU isn&#8217;t detected\u2014verify drivers (Windows\/Linux) or that you&#8217;re on Apple Silicon (macOS). (3) CPU throttling on laptops\u2014plug in and set to high-performance mode. Inference speed scales roughly with VRAM bandwidth, so older or mobile GPUs will be slower than desktop cards even with enough memory.<\/p>\n<h3>Can I fine-tune or train models in LM Studio?<\/h3>\n<p>No. LM Studio is inference-only\u2014it loads and runs pre-trained models but doesn&#8217;t support training or fine-tuning. For that, you need training frameworks like Axolotl, Hugging Face Transformers, or MLX (Apple Silicon). You can fine-tune a model elsewhere, export it to GGUF format, and then load the fine-tuned GGUF in LM Studio.<\/p>\n<h3>What&#8217;s the difference between Q4_K_M, Q5_K_S, and other quantization labels?<\/h3>\n<p>The number (Q4, Q5, Q8) indicates bits per weight\u2014lower is smaller and faster, higher is more accurate. The suffix indicates the quantization method: <code>K_M<\/code> (medium, balanced), <code>K_S<\/code> (small, more aggressive compression), <code>K_L<\/code> (large, preserves more precision). For most users, <code>Q4_K_M<\/code> or <code>Q5_K_M<\/code> is the sweet spot. Only use Q2 or Q3 if VRAM is extremely limited; quality degrades noticeably. Q8 is near full-precision but offers little quality gain over Q5 for most tasks while doubling the VRAM requirement.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>TL;DR: LM Studio is a free desktop application for running large language models locally on your computer without coding or [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2265,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[7],"tags":[],"class_list":["post-2264","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai-news"],"_links":{"self":[{"href":"https:\/\/convly.ai\/it\/wp-json\/wp\/v2\/posts\/2264","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/convly.ai\/it\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/convly.ai\/it\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/convly.ai\/it\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/convly.ai\/it\/wp-json\/wp\/v2\/comments?post=2264"}],"version-history":[{"count":1,"href":"https:\/\/convly.ai\/it\/wp-json\/wp\/v2\/posts\/2264\/revisions"}],"predecessor-version":[{"id":2266,"href":"https:\/\/convly.ai\/it\/wp-json\/wp\/v2\/posts\/2264\/revisions\/2266"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/convly.ai\/it\/wp-json\/wp\/v2\/media\/2265"}],"wp:attachment":[{"href":"https:\/\/convly.ai\/it\/wp-json\/wp\/v2\/media?parent=2264"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/convly.ai\/it\/wp-json\/wp\/v2\/categories?post=2264"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/convly.ai\/it\/wp-json\/wp\/v2\/tags?post=2264"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}