> ## Documentation Index
> Fetch the complete documentation index at: https://veniceai-docs-revamp.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 指南

> 使用 Venice API 进行构建的实用指南

使用这些指南可生成 API 密钥、迁移现有的 OpenAI 应用、启用 Venice 特定功能，并将 Venice 接入代理框架、编码工具和媒体工作流。

<CardGroup cols={2}>
  <Card title="生成 API 密钥" icon="key" href="/guides/getting-started/generating-api-key">
    在 Venice 仪表板中创建和管理 API 密钥。
  </Card>

  <Card title="从 OpenAI 迁移" icon="arrows-rotate" href="/guides/getting-started/openai-migration">
    通过更改 base URL，将兼容 OpenAI 的应用切换到 Venice。
  </Card>

  <Card title="结构化响应" icon="brackets-curly" href="/guides/features/structured-responses">
    请求匹配 JSON schema 的响应。
  </Card>

  <Card title="文件输入" icon="file-lines" href="/guides/features/file-inputs">
    向聊天模型发送文档和源文件。
  </Card>

  <Card title="Prompt 缓存" icon="bolt" href="/guides/features/prompt-caching">
    减少重复 prompt 内容的延迟和成本。
  </Card>

  <Card title="私有研究 Agent" icon="robot" href="/guides/projects/private-research-agent">
    构建一个收集来源并撰写带引用报告的 Python 研究 agent。
  </Card>
</CardGroup>

## 按主题浏览

<CardGroup cols={3}>
  <Card title="入门" icon="rocket" href="/guides/getting-started/generating-api-key">
    API 密钥、迁移、自主密钥创建以及 Postman。
  </Card>

  <Card title="文本与聊天" icon="message" href="/guides/features/structured-responses">
    结构化输出、推理模型、文件输入、prompt 缓存以及隐私增强模型。
  </Card>

  <Card title="图像与视频" icon="image" href="/guides/media/image-generation">
    图像生成、图像编辑、视频生成、参考图以及放大。
  </Card>

  <Card title="Agents 与集成" icon="robot" href="/guides/integrations/ai-agents">
    Agent 应用、助手工具、crypto RPC、钱包身份验证以及社区集成。
  </Card>

  <Card title="编码工具" icon="terminal" href="/guides/integrations/claude-code">
    在 Claude Code、Cursor、OpenCode 和 Codex CLI 中使用 Venice 模型。
  </Card>

  <Card title="SDK 与框架" icon="puzzle-piece" href="/guides/integrations/langchain">
    使用 LangChain、Vercel AI SDK 和 CrewAI 进行构建。
  </Card>

  <Card title="项目" icon="hammer" href="/guides/projects/private-rag-bot">
    根据我们的项目演练构建您自己的项目。
  </Card>
</CardGroup>
