{"id":475,"date":"2023-11-16T10:00:00","date_gmt":"2023-11-16T10:00:00","guid":{"rendered":"https:\/\/jacar.es\/claude-2-alternativa-anthropic\/"},"modified":"2023-11-16T10:00:00","modified_gmt":"2023-11-16T10:00:00","slug":"claude-2-alternativa-anthropic","status":"publish","type":"post","link":"https:\/\/jacar.es\/en\/claude-2-alternativa-anthropic\/","title":{"rendered":"Claude 2: Anthropic&#8217;s Alternative to GPT-4"},"content":{"rendered":"<p><a href=\"https:\/\/www.anthropic.com\/news\/claude-2\">Claude 2<\/a>, launched by <strong>Anthropic<\/strong> in July 2023, is the most solid alternative to GPT-4 in the commercial LLM market. It\u2019s not just \u201canother model\u201d \u2014 its 100,000-token context window and different alignment approach make it the best tool for specific cases. We cover how it differs, where it performs better than GPT-4, and where it falls short.<\/p>\n<h2 id=\"whos-behind-it\">Who\u2019s Behind It<\/h2>\n<p>Anthropic was founded in 2021 by <strong>Dario and Daniela Amodei<\/strong> along with several ex-OpenAI researchers. Their thesis: LLM safety and alignment shouldn\u2019t be a layer stitched on after, but part of training from the start. Hence their proprietary technique, <strong>Constitutional AI<\/strong>.<\/p>\n<p>The company has received substantial investment from Google and, in September 2023, an investment of up to $4 billion was announced from Amazon. This backing changes the competitive landscape \u2014 it\u2019s no longer OpenAI without serious alternatives.<\/p>\n<h2 id=\"the-two-standout-features\">The Two Standout Features<\/h2>\n<h3 id=\"k-token-context\">100K Token Context<\/h3>\n<p>Claude 2 accepts up to <strong>100,000 tokens<\/strong> of input \u2014 approximately 75,000 words or 200 pages of text. Standard GPT-4 had 8K at launch; GPT-4-32K came later with 32K, and the turbo 128K version would arrive later in 2023.<\/p>\n<p>For 2023, Claude 2 clearly leads on long context. Practical implications:<\/p>\n<ul>\n<li>Upload an entire PDF (a technical book, several long articles) and ask questions about the whole.<\/li>\n<li>Analyse a complete medium-sized codebase without chunking.<\/li>\n<li>Summarise long documents without splitting.<\/li>\n<li>Extended conversations without losing memory of early messages.<\/li>\n<\/ul>\n<p>Of course: cost per token increases proportionally. A 100K input + 1K output query costs more than a 10K + 1K. But the possibility exists, and for cases where complex chunking engineering used to be required, things now simplify drastically.<\/p>\n<h3 id=\"constitutional-ai\">Constitutional AI<\/h3>\n<p>Anthropic\u2019s safety approach is based on a \u201cconstitution\u201d \u2014 a set of principles written in natural language the model uses to evaluate and refine its own responses during training. The idea is that the model learns to self-critique following explicit principles, rather than relying solely on human feedback.<\/p>\n<p>In practice, Claude tends to:<\/p>\n<ul>\n<li><strong>Refuse more easily<\/strong> to ambiguous requests. Sometimes frustrating, sometimes correct.<\/li>\n<li><strong>Reason explicitly about safety<\/strong> when in doubt.<\/li>\n<li><strong>Give more careful responses<\/strong> on sensitive topics.<\/li>\n<\/ul>\n<p>For some uses this is ideal (assistants in regulated domains); for others it\u2019s unnecessary friction.<\/p>\n<h2 id=\"comparison-with-gpt-4\">Comparison With GPT-4<\/h2>\n<p>Official benchmarks place GPT-4 slightly ahead in most tests, but \u201cslightly\u201d hides important nuances:<\/p>\n<ul>\n<li><strong>Complex reasoning and maths<\/strong>: GPT-4 remains superior, especially in multi-step problems.<\/li>\n<li><strong>Coding<\/strong>: GPT-4 with CodeInterpreter performs better on long tasks; Claude 2 is competitive on simple-to-moderate code generation.<\/li>\n<li><strong>Creative writing and rewriting<\/strong>: very close. Personal-style question.<\/li>\n<li><strong>Long-document analysis<\/strong>: here Claude 2 wins by its context.<\/li>\n<li><strong>Multilingual (Spanish)<\/strong>: both good, GPT-4 slightly superior in nuance.<\/li>\n<li><strong>Speed<\/strong>: Claude 2 tends to be somewhat slower in long responses, similar in short ones.<\/li>\n<li><strong>Cost per token<\/strong>: comparable to standard GPT-4; both significantly more expensive than GPT-3.5.<\/li>\n<\/ul>\n<p>Summary: if your case needs large context, Claude 2 wins. For nearly everything else, both are competitive and choice may depend on prompt details or preferred provider.<\/p>\n<h2 id=\"cases-where-claude-2-stands-out\">Cases Where Claude 2 Stands Out<\/h2>\n<ul>\n<li><strong>Legal contract analysis<\/strong>. Upload complete contract, ask specific questions without prior chunking.<\/li>\n<li><strong>Scientific paper reading<\/strong>. Load the full PDF and dialogue about methodology, results, limitations.<\/li>\n<li><strong>Code assistant needing context<\/strong>. Load several related files and ask for refactor or cross-file analysis.<\/li>\n<li><strong>Long conversational systems<\/strong>. Assistants where the session can extend to hundreds of messages without losing memory.<\/li>\n<li><strong>Compliance and documentary review<\/strong>. Verify a document meets certain written criteria.<\/li>\n<\/ul>\n<h2 id=\"cases-where-gpt-4-still-wins\">Cases Where GPT-4 Still Wins<\/h2>\n<ul>\n<li><strong>Mature plugins and function calling<\/strong>. OpenAI\u2019s ecosystem is broader.<\/li>\n<li><strong>Complex mathematical reasoning<\/strong>.<\/li>\n<li><strong>CodeInterpreter<\/strong> (sandbox code execution) \u2014 Claude has no direct equivalent.<\/li>\n<li><strong>Fine-tuned model availability<\/strong> and variant diversity.<\/li>\n<\/ul>\n<h2 id=\"access-and-integration\">Access and Integration<\/h2>\n<p>Claude 2 is available via:<\/p>\n<ul>\n<li><strong>claude.ai<\/strong> (web interface, free limited and paid).<\/li>\n<li><strong>Anthropic API<\/strong> (programmatic access, similar to OpenAI).<\/li>\n<li><strong>Amazon Bedrock<\/strong> \u2014 Claude 2 available as a model on AWS.<\/li>\n<li><strong>Google Cloud Vertex AI<\/strong> \u2014 availability announced.<\/li>\n<\/ul>\n<p>The API is conceptually very similar to OpenAI\u2019s; migrating code between them is usually a couple of hours\u2019 work.<\/p>\n<h2 id=\"conclusion\">Conclusion<\/h2>\n<p>Claude 2 is a real and mature alternative to GPT-4 in 2023. For cases where long context is valuable or Anthropic\u2019s safety approach fits your product, it\u2019s the best option. For many other cases, both models are interchangeable and worth having access to both not to depend on a single provider. The diversity in the 2023 LLM market is good news for users \u2014 competition improves all products.<\/p>\n<p>Follow us on jacar.es for more on commercial LLMs, comparisons, and building products with generative AI.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Claude 2 offers a long context window (100K tokens) and a different approach to safety. How it really compares to GPT-4 in practical use.<\/p>\n","protected":false},"author":1,"featured_media":476,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[22],"tags":[261,260,262,263,77,76],"class_list":["post-475","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-inteligencia-artificial","tag-anthropic","tag-claude","tag-constitutional-ai","tag-context-window","tag-gpt-4","tag-llm"],"translation":{"provider":"WPGlobus","version":"3.0.2","language":"en","enabled_languages":["es","en"],"languages":{"es":{"title":true,"content":true,"excerpt":true},"en":{"title":true,"content":true,"excerpt":true}}},"gutentor_comment":0,"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Claude 2: Anthropic&#039;s Alternative to GPT-4 - Jacar<\/title>\n<meta name=\"description\" content=\"Claude 2 explained: 100K token context, Constitutional AI, comparison with GPT-4, and cases where Claude performs better or worse.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/jacar.es\/claude-2-alternativa-anthropic\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Claude 2: Anthropic&#039;s Alternative to GPT-4 - Jacar\" \/>\n<meta property=\"og:description\" content=\"Claude 2 explained: 100K token context, Constitutional AI, comparison with GPT-4, and cases where Claude performs better or worse.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/jacar.es\/claude-2-alternativa-anthropic\/\" \/>\n<meta property=\"og:site_name\" content=\"Jacar\" \/>\n<meta property=\"article:published_time\" content=\"2023-11-16T10:00:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/jcs-wp-jacar-es.fsn1.your-objectstorage.com\/wp-content\/uploads\/2020\/09\/favicon.png\" \/>\n\t<meta property=\"og:image:width\" content=\"252\" \/>\n\t<meta property=\"og:image:height\" content=\"229\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"javi\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"javi\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/jacar.es\\\/claude-2-alternativa-anthropic\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/jacar.es\\\/claude-2-alternativa-anthropic\\\/\"},\"author\":{\"name\":\"javi\",\"@id\":\"https:\\\/\\\/jacar.es\\\/#\\\/schema\\\/person\\\/54a7f7b4224b38fafc9866eb3e614208\"},\"headline\":\"Claude 2: Anthropic&#8217;s Alternative to GPT-4\",\"datePublished\":\"2023-11-16T10:00:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/jacar.es\\\/claude-2-alternativa-anthropic\\\/\"},\"wordCount\":1595,\"publisher\":{\"@id\":\"https:\\\/\\\/jacar.es\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/jacar.es\\\/claude-2-alternativa-anthropic\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/jcs-wp-jacar-es.fsn1.your-objectstorage.com\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/19233249\\\/jwp-1280618-1847.jpg\",\"keywords\":[\"anthropic\",\"claude\",\"constitutional ai\",\"context window\",\"gpt-4\",\"llm\"],\"articleSection\":[\"Inteligencia Artificial\"],\"inLanguage\":\"en-US\"},{\"@type\":[\"WebPage\",\"ItemPage\"],\"@id\":\"https:\\\/\\\/jacar.es\\\/claude-2-alternativa-anthropic\\\/\",\"url\":\"https:\\\/\\\/jacar.es\\\/claude-2-alternativa-anthropic\\\/\",\"name\":\"Claude 2: Anthropic's Alternative to GPT-4 - Jacar\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/jacar.es\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/jacar.es\\\/claude-2-alternativa-anthropic\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/jacar.es\\\/claude-2-alternativa-anthropic\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/jcs-wp-jacar-es.fsn1.your-objectstorage.com\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/19233249\\\/jwp-1280618-1847.jpg\",\"datePublished\":\"2023-11-16T10:00:00+00:00\",\"description\":\"Claude 2 explained: 100K token context, Constitutional AI, comparison with GPT-4, and cases where Claude performs better or worse.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/jacar.es\\\/claude-2-alternativa-anthropic\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/jacar.es\\\/claude-2-alternativa-anthropic\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/jacar.es\\\/claude-2-alternativa-anthropic\\\/#primaryimage\",\"url\":\"https:\\\/\\\/jcs-wp-jacar-es.fsn1.your-objectstorage.com\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/19233249\\\/jwp-1280618-1847.jpg\",\"contentUrl\":\"https:\\\/\\\/jcs-wp-jacar-es.fsn1.your-objectstorage.com\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/19233249\\\/jwp-1280618-1847.jpg\",\"width\":1200,\"height\":800,\"caption\":\"Robot humanoide blanco con luces representando inteligencia artificial\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/jacar.es\\\/claude-2-alternativa-anthropic\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/jacar.es\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Claude 2: la alternativa de Anthropic a GPT-4\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/jacar.es\\\/#website\",\"url\":\"https:\\\/\\\/jacar.es\\\/\",\"name\":\"Jacar\",\"description\":\"Passion for Technology\",\"publisher\":{\"@id\":\"https:\\\/\\\/jacar.es\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/jacar.es\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/jacar.es\\\/#organization\",\"name\":\"Jacar\",\"url\":\"https:\\\/\\\/jacar.es\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/jacar.es\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/jacar.es\\\/wp-content\\\/uploads\\\/2020\\\/09\\\/favicon.png\",\"contentUrl\":\"https:\\\/\\\/jacar.es\\\/wp-content\\\/uploads\\\/2020\\\/09\\\/favicon.png\",\"width\":252,\"height\":229,\"caption\":\"Jacar\"},\"image\":{\"@id\":\"https:\\\/\\\/jacar.es\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/in\\\/javiercanetearroyo\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/jacar.es\\\/#\\\/schema\\\/person\\\/54a7f7b4224b38fafc9866eb3e614208\",\"name\":\"javi\",\"sameAs\":[\"https:\\\/\\\/jacar.es\"],\"url\":\"https:\\\/\\\/jacar.es\\\/en\\\/author\\\/javi\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Claude 2: Anthropic's Alternative to GPT-4 - Jacar","description":"Claude 2 explained: 100K token context, Constitutional AI, comparison with GPT-4, and cases where Claude performs better or worse.","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:\/\/jacar.es\/claude-2-alternativa-anthropic\/","og_locale":"en_US","og_type":"article","og_title":"Claude 2: Anthropic's Alternative to GPT-4 - Jacar","og_description":"Claude 2 explained: 100K token context, Constitutional AI, comparison with GPT-4, and cases where Claude performs better or worse.","og_url":"https:\/\/jacar.es\/claude-2-alternativa-anthropic\/","og_site_name":"Jacar","article_published_time":"2023-11-16T10:00:00+00:00","og_image":[{"width":252,"height":229,"url":"https:\/\/jcs-wp-jacar-es.fsn1.your-objectstorage.com\/wp-content\/uploads\/2020\/09\/favicon.png","type":"image\/png"}],"author":"javi","twitter_card":"summary_large_image","twitter_misc":{"Written by":"javi","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/jacar.es\/claude-2-alternativa-anthropic\/#article","isPartOf":{"@id":"https:\/\/jacar.es\/claude-2-alternativa-anthropic\/"},"author":{"name":"javi","@id":"https:\/\/jacar.es\/#\/schema\/person\/54a7f7b4224b38fafc9866eb3e614208"},"headline":"Claude 2: Anthropic&#8217;s Alternative to GPT-4","datePublished":"2023-11-16T10:00:00+00:00","mainEntityOfPage":{"@id":"https:\/\/jacar.es\/claude-2-alternativa-anthropic\/"},"wordCount":1595,"publisher":{"@id":"https:\/\/jacar.es\/#organization"},"image":{"@id":"https:\/\/jacar.es\/claude-2-alternativa-anthropic\/#primaryimage"},"thumbnailUrl":"https:\/\/jcs-wp-jacar-es.fsn1.your-objectstorage.com\/wp-content\/uploads\/2023\/11\/19233249\/jwp-1280618-1847.jpg","keywords":["anthropic","claude","constitutional ai","context window","gpt-4","llm"],"articleSection":["Inteligencia Artificial"],"inLanguage":"en-US"},{"@type":["WebPage","ItemPage"],"@id":"https:\/\/jacar.es\/claude-2-alternativa-anthropic\/","url":"https:\/\/jacar.es\/claude-2-alternativa-anthropic\/","name":"Claude 2: Anthropic's Alternative to GPT-4 - Jacar","isPartOf":{"@id":"https:\/\/jacar.es\/#website"},"primaryImageOfPage":{"@id":"https:\/\/jacar.es\/claude-2-alternativa-anthropic\/#primaryimage"},"image":{"@id":"https:\/\/jacar.es\/claude-2-alternativa-anthropic\/#primaryimage"},"thumbnailUrl":"https:\/\/jcs-wp-jacar-es.fsn1.your-objectstorage.com\/wp-content\/uploads\/2023\/11\/19233249\/jwp-1280618-1847.jpg","datePublished":"2023-11-16T10:00:00+00:00","description":"Claude 2 explained: 100K token context, Constitutional AI, comparison with GPT-4, and cases where Claude performs better or worse.","breadcrumb":{"@id":"https:\/\/jacar.es\/claude-2-alternativa-anthropic\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/jacar.es\/claude-2-alternativa-anthropic\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jacar.es\/claude-2-alternativa-anthropic\/#primaryimage","url":"https:\/\/jcs-wp-jacar-es.fsn1.your-objectstorage.com\/wp-content\/uploads\/2023\/11\/19233249\/jwp-1280618-1847.jpg","contentUrl":"https:\/\/jcs-wp-jacar-es.fsn1.your-objectstorage.com\/wp-content\/uploads\/2023\/11\/19233249\/jwp-1280618-1847.jpg","width":1200,"height":800,"caption":"Robot humanoide blanco con luces representando inteligencia artificial"},{"@type":"BreadcrumbList","@id":"https:\/\/jacar.es\/claude-2-alternativa-anthropic\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/jacar.es\/"},{"@type":"ListItem","position":2,"name":"Claude 2: la alternativa de Anthropic a GPT-4"}]},{"@type":"WebSite","@id":"https:\/\/jacar.es\/#website","url":"https:\/\/jacar.es\/","name":"Jacar","description":"Passion for Technology","publisher":{"@id":"https:\/\/jacar.es\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/jacar.es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/jacar.es\/#organization","name":"Jacar","url":"https:\/\/jacar.es\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jacar.es\/#\/schema\/logo\/image\/","url":"https:\/\/jacar.es\/wp-content\/uploads\/2020\/09\/favicon.png","contentUrl":"https:\/\/jacar.es\/wp-content\/uploads\/2020\/09\/favicon.png","width":252,"height":229,"caption":"Jacar"},"image":{"@id":"https:\/\/jacar.es\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/in\/javiercanetearroyo\/"]},{"@type":"Person","@id":"https:\/\/jacar.es\/#\/schema\/person\/54a7f7b4224b38fafc9866eb3e614208","name":"javi","sameAs":["https:\/\/jacar.es"],"url":"https:\/\/jacar.es\/en\/author\/javi\/"}]}},"_links":{"self":[{"href":"https:\/\/jacar.es\/en\/wp-json\/wp\/v2\/posts\/475","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jacar.es\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jacar.es\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jacar.es\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jacar.es\/en\/wp-json\/wp\/v2\/comments?post=475"}],"version-history":[{"count":0,"href":"https:\/\/jacar.es\/en\/wp-json\/wp\/v2\/posts\/475\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/jacar.es\/en\/wp-json\/wp\/v2\/media\/476"}],"wp:attachment":[{"href":"https:\/\/jacar.es\/en\/wp-json\/wp\/v2\/media?parent=475"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jacar.es\/en\/wp-json\/wp\/v2\/categories?post=475"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jacar.es\/en\/wp-json\/wp\/v2\/tags?post=475"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}