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

# 使用场景

> 选择你正在使用的客户端或工具，并按步骤接入 YeLin AI。

<Info>
  你只需要一套 OpenAI 兼容配置。
  你就可以在不同客户端里切换 200+ 模型。
</Info>

## 你先准备这两项

1. 你在 **Console** 创建 **API key**。
2. 你准备好 base URL：`https://api.yelinai.com/v1`

<CardGroup cols={2}>
  <Card title="API key 管理" icon="key" href="/faq/token-management">
    创建并安全保存 key。
  </Card>

  <Card title="API 手册" icon="book" href="/api-manual">
    查看鉴权与接口说明。
  </Card>
</CardGroup>

## 对话客户端

<CardGroup cols={2}>
  <Card title="Cherry Studio" icon="messages-square" href="/scenarios/chat/cherry-studio">
    桌面端对话客户端配置。
  </Card>

  <Card title="Chatbox" icon="message-square" href="/scenarios/chat/chatbox">
    Chatbox 配置与模型切换。
  </Card>

  <Card title="Open WebUI" icon="layout" href="/scenarios/chat/open-webui">
    自部署 Web UI 接入。
  </Card>

  <Card title="ChatGPT Next Web" icon="globe" href="/scenarios/chat/chatgpt-next-web">
    Next Web 反代与配置。
  </Card>
</CardGroup>

## 编程与开发

<CardGroup cols={2}>
  <Card title="Cursor" icon="code" href="/scenarios/programming/cursor">
    用 Cursor 调用模型。
  </Card>

  <Card title="Cline" icon="terminal" href="/scenarios/programming/cline">
    VS Code 里配置 Cline。
  </Card>

  <Card title="Claude Code" icon="braces" href="/scenarios/programming/claude-code">
    CLI 编程助手接入。
  </Card>

  <Card title="Codex CLI" icon="wand" href="/scenarios/programming/codex-cli">
    Codex CLI 配置与验证。
  </Card>

  <Card title="OpenClaw" icon="wrench" href="/scenarios/programming/openclaw">
    OpenClaw 的 base URL 配置。
  </Card>
</CardGroup>

## 工程与工作流

<CardGroup cols={2}>
  <Card title="LangChain" icon="link" href="/scenarios/engineering/langchain">
    LangChain 指向 YeLin AI。
  </Card>

  <Card title="Dify" icon="workflow" href="/scenarios/engineering/dify">
    Dify 的模型供应商配置。
  </Card>
</CardGroup>

## 翻译

<CardGroup cols={2}>
  <Card title="Bob" icon="languages" href="/scenarios/translation/bob">
    Bob 翻译接入。
  </Card>

  <Card title="沉浸式翻译" icon="translate" href="/scenarios/translation/immersive">
    浏览器插件接入。
  </Card>
</CardGroup>
