SiliconCloud documentation supports the llms.txt protocol, which is both accessible for users to read directly and can be seamlessly integrated with various tools that support this protocol.Considering that some users may not be familiar with the llms.txt protocol, the following will provide a brief introduction to the usage rocedure and relevant overview.
Navigate to the Models page in Cursor settings, enter the model name of the SiliconCloud platform in the input box at the bottom of the Models Names list, and click Add model to add the model;
Turn on the switch for the newly added model in the Models Names list;
In the OpenAI API Key section, fill in the SiliconCloud API Base URL and SiliconCloud API Key, then click Verify to confirm successful verification.
llms.txt is an emerging web standard designed to help large language models (LLMs) more effectively access and understand website content. By creating an llms.txt file in the root directory of a website, site owners can provide clear navigation and guidance to AI systems, thereby improving the efficiency of information retrieval.
# SiliconFlow## Docs- [Create Audio Transcription Request](https://docs.siliconflow.cn/api-reference/audio/create-audio-transcriptions): Creates an audio transcription.- [Create Speech Request](https://docs.siliconflow.cn/api-reference/audio/create-speech): Generates audio from input text. Generates binary data of the audio, which requires the user to handle it. Refer to:https://docs.siliconflow.cn/capabilities/text-to-speech#5- [Delete Reference Voice](https://docs.siliconflow.cn/api-reference/audio/delete-voice): Deletes user-predefined voice.- [Upload Reference Voice](https://docs.siliconflow.cn/api-reference/audio/upload-voice): Uploads user-predefined voice in either base64 encoding or file form. Refer to:https://docs.siliconflow.cn/capabilities/text-to-speech#2-2)- [Get Reference Voice List](https://docs.siliconflow.cn/api-reference/audio/voice-list): Retrieves the list of user-predefined voices....
Simplified navigation for large AI: This file provides a simplified view of the entire document navigation, making it easier for tools like Cursor or ChatGPT (LLMs) to index your content.
Think of it as AI-friendly search engine optimization: users can now directly find specific product information through a general LLM.
The file compiles all document text into a marked-up file, facilitating AI tools to directly load information into their context windows based on this file.
You can input the document into AI assistants like Cursor, allowing them to provide context-aware suggestions based on the specific details of your product.
While llms.txt overlaps in functionality with existing standards like robots.txt and sitemap.xml, their purposes and roles are different:
robots.txt:Used to instruct search engine crawlers which pages can or cannot be crawled, primarily focusing on access control.
sitemap.xml:Provides a structural map of the website to help search engines understand the layout of the pages, mainly for indexing purposes.
llms.txt:Provides a structured overview of content for large language models, helping AI systems better understand and process website information, enhancing interaction with AI.