{"id":1892,"date":"2024-11-20T09:32:04","date_gmt":"2024-11-20T08:32:04","guid":{"rendered":"https:\/\/christeninformatica.ch\/?p=1892"},"modified":"2025-08-29T22:39:15","modified_gmt":"2025-08-29T20:39:15","slug":"tutorial-getting-started-ollama-beginners-guide-installing-using-ai-models-llama-llava","status":"publish","type":"post","link":"https:\/\/christeninformatica.ch\/it\/tutorial-getting-started-ollama-beginners-guide-installing-using-ai-models-llama-llava\/","title":{"rendered":"Getting Started with Ollama: How to Install and Use AI Models"},"content":{"rendered":"<h2>What is Ollama?<\/h2>\n<p>Ollama is an open-source tool that allows you to run your local offline and private AI assistant by running LLMs (Large Language Models) directly on a local machine.<\/p>\n<h2>Prerequisites for the Ollama installation<\/h2>\n<h4>Computer System Requirements<\/h4>\n<ul>\n<li>Operating system: Ollama is compatible with Windows, macOS, and Linux operating systems. It is recommended to use a 64-bit version of the operating system.<\/li>\n<li>Processor type: Any modern processor should be able to run Ollama effectively. However, it&#8217;s recommended to have at least an Intel Core i5 or equivalent processor.<\/li>\n<li>RAM: Ollama requires at least 16 GB of RAM to run effectively &#8211; it also depends on the model.<\/li>\n<li>Storage space: You will need enough storage space to download and install Ollama, as well as any necessary training data. It&#8217;s recommended to have at least 50 GB of free space available on your computer.<\/li>\n<\/ul>\n<h4>Internet Connection<\/h4>\n<p>In order to download and install <b>Ollama<\/b>, you will need a working internet connection. It is recommended to use a wired connection if possible, as this can provide more stable and reliable connectivity.<\/p>\n<h2>How to install Ollama on Linux<\/h2>\n<p>Run the following command to install Ollama:<\/p>\n<div class=\"comandi\">\n<blockquote>\n<p>:~&gt; curl https:\/\/ollama.ai\/install.sh | sh<\/p>\n<\/blockquote>\n<\/div>\n<h2>AI Models for Ollama<\/h2>\n<h3>The Llama AI Model<\/h3>\n<p>Llama is an artificial intelligence (AI) model designed to understand and generate human-like text. As a type of large language model, Llama has been trained on a massive dataset of text from various sources, including books, articles, and online conversations.<\/p>\n<p>Llama&#8217;s primary function is to process and respond to natural language inputs, such as questions, statements, or prompts, in a way that simulates human-like conversation. This requires Llama to have a deep understanding of language and its nuances, including grammar, syntax, and semantics.<\/p>\n<p>One of the key characteristics of Llama is its ability to generate text on a wide range of topics. Whether it&#8217;s answering a simple question or engaging in a complex discussion, Llama can produce human-like responses that are coherent and relevant.<\/p>\n<h3>The LlaVA AI Model<\/h3>\n<p>LLaVA is a <b>AI Model<\/b> capable of processing and analyzing text and images to generate accurate image captions for example. People in the business of eCommerce and digital marketing can use LLaVA to analyze product images and generate relevant content. Researchers can also adjust the model to interpret medical images, such as X-rays and MRIs.<\/p>\n<p>The LlaVA <b>AI language model<\/b> is a highly advanced artificial intelligence trained by OpenAI. It is designed to generate human-like text based on the prompts and data that it has been trained on. Its primary function is to assist users with their writing needs by providing suggestions, ideas, and content.<\/p>\n<p>The language model can assist users in a wide range of languages<br \/>and genres, including but not limited to:<\/p>\n<ul>\n<li>Writing tutorials or guides<\/li>\n<li>Creating marketing materials<\/li>\n<li>Writing product descriptions<\/li>\n<li>Providing feedback on grammar and syntax<\/li>\n<li>Generating creative content such as poems, stories, or song lyrics<\/li>\n<li>Assisting users in learning new languages by providing sample sentences and translations.<\/li>\n<\/ul>\n<h2>How to interact with an AI Model<\/h2>\n<p>It is simple, when you run Ollama you choose the model by adding \u201crun AI model\u201d for example:<\/p>\n<div class=\"comandi\">\n<blockquote>\n<p>:~&gt; ollama run llama3.2<\/p>\n<\/blockquote>\n<\/div>\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/christeninformatica.ch\/media\/ollama-tutorial-run-llama3-ai-model.jpg\" alt=\"\" class=\"wp-image-1895\"\/><\/figure>\n\n\n<p>If it is the first time you run a specific <b>AI model<\/b> it will download the model and once finished you will be able to interact with it.<\/p>\n<p>You will find a list of AI Models to run here: <a href=\"https:\/\/ollama.com\/search\" target=\"_blank\" rel=\"noopener\">Ollama AI Models<\/a><\/p>\n<h2>Examples on how to use Ollama<\/h2>\n<h3>Writing a Tutorial<\/h3>\n<p>Ollama can give you some tips on how to write tutorials by asking questions like &#8220;What are some key points I should cover in this tutorial?&#8221; or &#8220;How can I explain a complex concept in simple terms?&#8221; You can ask llama to summarize a text\/book\/article, create a description or a list etc. This tutorial was created using Ollama. I asked, for example, to create a description in third person.<\/p>\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/christeninformatica.ch\/media\/ai-assistant-ollama-description-llava-tutorial.jpg\" alt=\"\" class=\"wp-image-1897\"\/><\/figure>\n\n\n<h3>Doing Research<\/h3>\n<p>Ollama is a very powerful tool for researchers. For example you can ask the AI Assistant to provide you with a list of the best books about a certain topic and to summarize them for you.<\/p>\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/christeninformatica.ch\/media\/ollama-best-books-nlp-llama-research-ai-model-assistant.jpg\" alt=\"\" class=\"wp-image-1898\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/christeninformatica.ch\/media\/llama-summarize-book-ollama-research-ai-model.jpg\" alt=\"\" class=\"wp-image-1899\"\/><\/figure>","protected":false},"excerpt":{"rendered":"<p>What is Ollama? Ollama is an open-source tool that allows you to run your local offline and private AI assistant by running LLMs (Large Language Models) directly on a local machine. Prerequisites for the Ollama installation Computer System Requirements Operating system: Ollama is compatible with Windows, macOS, and Linux operating systems. It is recommended to&#8230;<\/p>\n<p class=\"more-link-wrap\"><a href=\"https:\/\/christeninformatica.ch\/it\/tutorial-getting-started-ollama-beginners-guide-installing-using-ai-models-llama-llava\/\" class=\"more-link\">Read More<span class=\"screen-reader-text\"> &ldquo;Getting Started with Ollama: How to Install and Use AI Models&rdquo;<\/span> &raquo;<\/a><\/p>","protected":false},"author":5,"featured_media":1942,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[297],"tags":[309,305,312,307,308,310,306,311,20],"class_list":["post-1892","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-ai-assistant","tag-ai-model","tag-data","tag-llama","tag-llava","tag-offline","tag-ollama","tag-private","tag-security"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Getting Started with Ollama: How to Install and Use AI Models &#8226; CHIT<\/title>\n<meta name=\"description\" content=\"Getting Started with Ollama is a tutorial on how to install and use AI Models.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/christeninformatica.ch\/it\/tutorial-getting-started-ollama-beginners-guide-installing-using-ai-models-llama-llava\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Getting Started with Ollama: How to Install and Use AI Models &#8226; CHIT\" \/>\n<meta property=\"og:description\" content=\"Getting Started with Ollama is a tutorial on how to install and use AI Models.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/christeninformatica.ch\/it\/tutorial-getting-started-ollama-beginners-guide-installing-using-ai-models-llama-llava\/\" \/>\n<meta property=\"og:site_name\" content=\"CHIT\" \/>\n<meta property=\"article:published_time\" content=\"2024-11-20T08:32:04+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-29T20:39:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/christeninformatica.ch\/media\/getting-started-ollama-guide-installing-using-ai-models.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"561\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"chitblog\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"chitblog\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minuti\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/tutorial-getting-started-ollama-beginners-guide-installing-using-ai-models-llama-llava\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/tutorial-getting-started-ollama-beginners-guide-installing-using-ai-models-llama-llava\\\/\"},\"author\":{\"name\":\"chitblog\",\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/#\\\/schema\\\/person\\\/b0952e900860b424a6b0906f1d6a0a64\"},\"headline\":\"Getting Started with Ollama: How to Install and Use AI Models\",\"datePublished\":\"2024-11-20T08:32:04+00:00\",\"dateModified\":\"2025-08-29T20:39:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/tutorial-getting-started-ollama-beginners-guide-installing-using-ai-models-llama-llava\\\/\"},\"wordCount\":698,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/tutorial-getting-started-ollama-beginners-guide-installing-using-ai-models-llama-llava\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/christeninformatica.ch\\\/media\\\/getting-started-ollama-guide-installing-using-ai-models.jpg\",\"keywords\":[\"AI Assistant\",\"AI Model\",\"data\",\"llama\",\"llava\",\"offline\",\"Ollama\",\"private\",\"security\"],\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/christeninformatica.ch\\\/tutorial-getting-started-ollama-beginners-guide-installing-using-ai-models-llama-llava\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/tutorial-getting-started-ollama-beginners-guide-installing-using-ai-models-llama-llava\\\/\",\"url\":\"https:\\\/\\\/christeninformatica.ch\\\/tutorial-getting-started-ollama-beginners-guide-installing-using-ai-models-llama-llava\\\/\",\"name\":\"Getting Started with Ollama: How to Install and Use AI Models &#8226; CHIT\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/tutorial-getting-started-ollama-beginners-guide-installing-using-ai-models-llama-llava\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/tutorial-getting-started-ollama-beginners-guide-installing-using-ai-models-llama-llava\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/christeninformatica.ch\\\/media\\\/getting-started-ollama-guide-installing-using-ai-models.jpg\",\"datePublished\":\"2024-11-20T08:32:04+00:00\",\"dateModified\":\"2025-08-29T20:39:15+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/#\\\/schema\\\/person\\\/b0952e900860b424a6b0906f1d6a0a64\"},\"description\":\"Getting Started with Ollama is a tutorial on how to install and use AI Models.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/tutorial-getting-started-ollama-beginners-guide-installing-using-ai-models-llama-llava\\\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/christeninformatica.ch\\\/tutorial-getting-started-ollama-beginners-guide-installing-using-ai-models-llama-llava\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/tutorial-getting-started-ollama-beginners-guide-installing-using-ai-models-llama-llava\\\/#primaryimage\",\"url\":\"https:\\\/\\\/christeninformatica.ch\\\/media\\\/getting-started-ollama-guide-installing-using-ai-models.jpg\",\"contentUrl\":\"https:\\\/\\\/christeninformatica.ch\\\/media\\\/getting-started-ollama-guide-installing-using-ai-models.jpg\",\"width\":1024,\"height\":561},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/tutorial-getting-started-ollama-beginners-guide-installing-using-ai-models-llama-llava\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/christeninformatica.ch\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Getting Started with Ollama: How to Install and Use AI Models\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/#website\",\"url\":\"https:\\\/\\\/christeninformatica.ch\\\/\",\"name\":\"CHIT\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/christeninformatica.ch\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/#\\\/schema\\\/person\\\/b0952e900860b424a6b0906f1d6a0a64\",\"name\":\"chitblog\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/321ffb3802ecc0a2fc461c52e31fbbabb19873df19bfb793c8e64c6a0cc49313?s=96&d=identicon&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/321ffb3802ecc0a2fc461c52e31fbbabb19873df19bfb793c8e64c6a0cc49313?s=96&d=identicon&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/321ffb3802ecc0a2fc461c52e31fbbabb19873df19bfb793c8e64c6a0cc49313?s=96&d=identicon&r=g\",\"caption\":\"chitblog\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Getting Started with Ollama: How to Install and Use AI Models &#8226; CHIT","description":"Getting Started with Ollama is a tutorial on how to install and use AI Models.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/christeninformatica.ch\/it\/tutorial-getting-started-ollama-beginners-guide-installing-using-ai-models-llama-llava\/","og_locale":"it_IT","og_type":"article","og_title":"Getting Started with Ollama: How to Install and Use AI Models &#8226; CHIT","og_description":"Getting Started with Ollama is a tutorial on how to install and use AI Models.","og_url":"https:\/\/christeninformatica.ch\/it\/tutorial-getting-started-ollama-beginners-guide-installing-using-ai-models-llama-llava\/","og_site_name":"CHIT","article_published_time":"2024-11-20T08:32:04+00:00","article_modified_time":"2025-08-29T20:39:15+00:00","og_image":[{"width":1024,"height":561,"url":"https:\/\/christeninformatica.ch\/media\/getting-started-ollama-guide-installing-using-ai-models.jpg","type":"image\/jpeg"}],"author":"chitblog","twitter_card":"summary_large_image","twitter_misc":{"Written by":"chitblog","Est. reading time":"4 minuti"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/christeninformatica.ch\/tutorial-getting-started-ollama-beginners-guide-installing-using-ai-models-llama-llava\/#article","isPartOf":{"@id":"https:\/\/christeninformatica.ch\/tutorial-getting-started-ollama-beginners-guide-installing-using-ai-models-llama-llava\/"},"author":{"name":"chitblog","@id":"https:\/\/christeninformatica.ch\/#\/schema\/person\/b0952e900860b424a6b0906f1d6a0a64"},"headline":"Getting Started with Ollama: How to Install and Use AI Models","datePublished":"2024-11-20T08:32:04+00:00","dateModified":"2025-08-29T20:39:15+00:00","mainEntityOfPage":{"@id":"https:\/\/christeninformatica.ch\/tutorial-getting-started-ollama-beginners-guide-installing-using-ai-models-llama-llava\/"},"wordCount":698,"commentCount":0,"image":{"@id":"https:\/\/christeninformatica.ch\/tutorial-getting-started-ollama-beginners-guide-installing-using-ai-models-llama-llava\/#primaryimage"},"thumbnailUrl":"https:\/\/christeninformatica.ch\/media\/getting-started-ollama-guide-installing-using-ai-models.jpg","keywords":["AI Assistant","AI Model","data","llama","llava","offline","Ollama","private","security"],"articleSection":["Tutorials"],"inLanguage":"it-IT","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/christeninformatica.ch\/tutorial-getting-started-ollama-beginners-guide-installing-using-ai-models-llama-llava\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/christeninformatica.ch\/tutorial-getting-started-ollama-beginners-guide-installing-using-ai-models-llama-llava\/","url":"https:\/\/christeninformatica.ch\/tutorial-getting-started-ollama-beginners-guide-installing-using-ai-models-llama-llava\/","name":"Getting Started with Ollama: How to Install and Use AI Models &#8226; CHIT","isPartOf":{"@id":"https:\/\/christeninformatica.ch\/#website"},"primaryImageOfPage":{"@id":"https:\/\/christeninformatica.ch\/tutorial-getting-started-ollama-beginners-guide-installing-using-ai-models-llama-llava\/#primaryimage"},"image":{"@id":"https:\/\/christeninformatica.ch\/tutorial-getting-started-ollama-beginners-guide-installing-using-ai-models-llama-llava\/#primaryimage"},"thumbnailUrl":"https:\/\/christeninformatica.ch\/media\/getting-started-ollama-guide-installing-using-ai-models.jpg","datePublished":"2024-11-20T08:32:04+00:00","dateModified":"2025-08-29T20:39:15+00:00","author":{"@id":"https:\/\/christeninformatica.ch\/#\/schema\/person\/b0952e900860b424a6b0906f1d6a0a64"},"description":"Getting Started with Ollama is a tutorial on how to install and use AI Models.","breadcrumb":{"@id":"https:\/\/christeninformatica.ch\/tutorial-getting-started-ollama-beginners-guide-installing-using-ai-models-llama-llava\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/christeninformatica.ch\/tutorial-getting-started-ollama-beginners-guide-installing-using-ai-models-llama-llava\/"]}]},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/christeninformatica.ch\/tutorial-getting-started-ollama-beginners-guide-installing-using-ai-models-llama-llava\/#primaryimage","url":"https:\/\/christeninformatica.ch\/media\/getting-started-ollama-guide-installing-using-ai-models.jpg","contentUrl":"https:\/\/christeninformatica.ch\/media\/getting-started-ollama-guide-installing-using-ai-models.jpg","width":1024,"height":561},{"@type":"BreadcrumbList","@id":"https:\/\/christeninformatica.ch\/tutorial-getting-started-ollama-beginners-guide-installing-using-ai-models-llama-llava\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/christeninformatica.ch\/"},{"@type":"ListItem","position":2,"name":"Getting Started with Ollama: How to Install and Use AI Models"}]},{"@type":"WebSite","@id":"https:\/\/christeninformatica.ch\/#website","url":"https:\/\/christeninformatica.ch\/","name":"CHIT","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/christeninformatica.ch\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"},{"@type":"Person","@id":"https:\/\/christeninformatica.ch\/#\/schema\/person\/b0952e900860b424a6b0906f1d6a0a64","name":"chitblog","image":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/secure.gravatar.com\/avatar\/321ffb3802ecc0a2fc461c52e31fbbabb19873df19bfb793c8e64c6a0cc49313?s=96&d=identicon&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/321ffb3802ecc0a2fc461c52e31fbbabb19873df19bfb793c8e64c6a0cc49313?s=96&d=identicon&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/321ffb3802ecc0a2fc461c52e31fbbabb19873df19bfb793c8e64c6a0cc49313?s=96&d=identicon&r=g","caption":"chitblog"}}]}},"_links":{"self":[{"href":"https:\/\/christeninformatica.ch\/it\/wp-json\/wp\/v2\/posts\/1892","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/christeninformatica.ch\/it\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/christeninformatica.ch\/it\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/christeninformatica.ch\/it\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/christeninformatica.ch\/it\/wp-json\/wp\/v2\/comments?post=1892"}],"version-history":[{"count":0,"href":"https:\/\/christeninformatica.ch\/it\/wp-json\/wp\/v2\/posts\/1892\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/christeninformatica.ch\/it\/wp-json\/wp\/v2\/media\/1942"}],"wp:attachment":[{"href":"https:\/\/christeninformatica.ch\/it\/wp-json\/wp\/v2\/media?parent=1892"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/christeninformatica.ch\/it\/wp-json\/wp\/v2\/categories?post=1892"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/christeninformatica.ch\/it\/wp-json\/wp\/v2\/tags?post=1892"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}