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

# 开发者文档

> 欢迎使用 MegaLLM 开发者文档。本节包含将 MegaLLM 集成到您的应用程序的综合指南。

## 快速入门

<CardGroup cols={2}>
  <Card title="快速开始" icon="rocket" href="/cn/dev-docs/getting-started/quick-start">
    获取您的 API 密钥并在几分钟内发出第一个请求
  </Card>

  <Card title="身份验证" icon="key" href="/cn/dev-docs/getting-started/authentication">
    了解如何验证您的 API 请求
  </Card>
</CardGroup>

## API 集成

<CardGroup cols={2}>
  <Card title="OpenAI API" icon="code" href="/cn/dev-docs/openai/overview">
    使用与 OpenAI 兼容的端点访问任何模型
  </Card>

  <Card title="Anthropic API" icon="message-bot" href="/cn/dev-docs/anthropic/overview">
    使用 Anthropic 格式访问 Claude 模型
  </Card>
</CardGroup>

## 您将学到什么

* 如何开始使用 MegaLLM API
* 身份验证和 API 密钥管理
* 使用与 OpenAI 兼容的端点
* 使用与 Anthropic 兼容的端点
* 流式响应
* 函数调用和工具使用
* 生产部署的最佳实践

<Info>
  **初次使用 MegaLLM?** 从我们的[快速开始指南](/cn/dev-docs/getting-started/quick-start)开始进行您的第一次 API 调用。
</Info>
