← Back to search
25
Basic
Agentic Readiness Score
developer llms-txt

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Not found
🔗
Structured API
Not found
🛡
Not specified
🏷
Schema.org Markup
Not found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 25/100

            

llms.txt Content

# SiliconFlow ## Docs - [创建语音转文本请求](https://docs.siliconflow.cn/cn/api-reference/audio/create-audio-transcriptions.md): Creates an audio transcription. - [创建文本转语音请求](https://docs.siliconflow.cn/cn/api-reference/audio/create-speech.md): Generate audio from input text. The data generated by the interface is the binary data of the audio, which requires the user to handle it themselves. Reference:https://docs.siliconflow.cn/capabilities/text-to-speech#5 - [删除参考音频](https://docs.siliconflow.cn/cn/api-reference/audio/delete-voice.md): Delete user-defined voice style - [上传参考音频](https://docs.siliconflow.cn/cn/api-reference/audio/upload-voice.md): Upload user-provided voice style, which can be in base64 encoding or file format. Refer to (https://docs.siliconflow.cn/capabilities/text-to-speech#2-2) - [参考音频列表获取](https://docs.siliconflow.cn/cn/api-reference/audio/voice-list.md): Get list of user-defined voice styles - [取消batch任务](https://docs.siliconflow.cn/cn/api-reference/batch/cancel-batch.md): This endpoint cancels a batch identified by its unique ID. - [创建batch任务](https://docs.siliconflow.cn/cn/api-reference/batch/create-batch.md): Upload files - [获取batch任务详情](https://docs.siliconflow.cn/cn/api-reference/batch/get-batch.md): Retrieves a batch. - [获取batch任务列表](https://docs.siliconflow.cn/cn/api-reference/batch/get-batch-list.md): List your organization's batches. - [获取文件列表](https://docs.siliconflow.cn/cn/api-reference/batch/get-file-list.md): Returns a list of files. - [上传文件](https://docs.siliconflow.cn/cn/api-reference/batch/upload-file.md): Upload files - [创建对话请求(OpenAI)](https://docs.siliconflow.cn/cn/api-reference/chat-completions/chat-completions.md): Creates a model response for the given chat conversation. - [创建对话请求(Anthropic)](https://docs.siliconflow.cn/cn/api-reference/chat-completions/messages.md)