Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.35 KB

llm-docs.mdx

File metadata and controls

41 lines (30 loc) · 1.35 KB
title
LLM Docs

The Pinata Docs have multiple ways they can be used in LLMs or AI empowered code editors like Cursor or Zed. Both of these options return raw text that can be pasted into the LLM or used in a prompt/docs feature for an editor.

Smaller Context

If you are concerned about context tokens then you will want to use our hand crafted AI Docs

curl https://ai-docs.pinata.cloud
<iframe width="600" height="400" src="https://www.youtube.com/embed/eakKfqp1brE" title="YouTube video player" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen style={{ width: '100%', borderRadius: '0.5rem' }} ></iframe>

Larger Context

Pinata's docs also offer larger contexts if you prefer it. The standard route will return URL routes which make it easy for LLMs to crawl.

curl https://docs.pinata.cloud/llms.txt

If you prefer to pull all of the documentaiton you can use the route below.

curl https://docs.pinata.cloud/llms-full.txt