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

# AiToEarn Open Platform Docs

> AiToEarn Open Platform documentation for AI generation and publishing to 14+ platforms.

<div style={{ maxWidth: "976px", margin: "0 auto", padding: "72px 24px 96px" }}>
  <section style={{ marginBottom: "40px" }}>
    <h1 style={{ margin: "0 0 16px", color: "light-dark(#050505, #f7f7f8)", fontSize: "40px", lineHeight: "1.15", fontWeight: 700 }}>
      AiToEarn Open Platform Docs
    </h1>

    <p style={{ margin: 0, maxWidth: "720px", fontSize: "18px", lineHeight: "1.75" }}>
      Use one API surface for AI content generation, multi-platform publishing, and result tracking.
    </p>
  </section>

  <section style={{ marginBottom: "48px" }}>
    <h2 style={{ margin: "0 0 24px", color: "light-dark(#050505, #f7f7f8)", fontSize: "26px", lineHeight: "1.3", fontWeight: 700 }}>
      Core capabilities
    </h2>

    <CardGroup cols={2}>
      <Card title="Publish to 14+ platforms" icon="send" href="/en/use/publish-flow">
        Create publishing flows for YouTube, TikTok, Instagram, Facebook, X, Bilibili, Pinterest, LinkedIn, and more.
      </Card>

      <Card title="Use top-tier models" icon="sparkles" href="/en/api">
        Access large language models, video generation models, and image generation models through AiToEarn channels.
      </Card>
    </CardGroup>
  </section>

  <section style={{ marginBottom: "48px" }}>
    <h2 style={{ margin: "0 0 24px", color: "light-dark(#050505, #f7f7f8)", fontSize: "26px", lineHeight: "1.3", fontWeight: 700 }}>
      Tutorials
    </h2>

    <CardGroup cols={3}>
      <Card title="Publishing flow" icon="send" href="/en/use/publish-flow">
        Connect account authorization, publishing parameters, and publishing flow creation.
      </Card>

      <Card title="OSS upload" icon="upload" href="/en/use/oss-upload">
        Upload local assets and get URLs for publishing or generation requests.
      </Card>

      <Card title="Get API Key" icon="key" href="/en/use/api-key">
        Create an API credential and use it to authenticate requests.
      </Card>

      <Card title="Video generation" icon="video" href="/en/use/video-generation">
        List video models, create generation tasks, and query results.
      </Card>

      <Card title="Image generation" icon="image" href="/en/use/image-generation">
        Use image models for text-to-image, image-to-image, and editing workflows.
      </Card>

      <Card title="Language models" icon="brain-circuit" href="/en/use/large-language-model">
        Call compatible text model APIs for chat and content generation.
      </Card>
    </CardGroup>
  </section>

  <section style={{ marginBottom: "48px" }}>
    <h2 style={{ margin: "0 0 24px", color: "light-dark(#050505, #f7f7f8)", fontSize: "26px", lineHeight: "1.3", fontWeight: 700 }}>
      Available models
    </h2>

    <CardGroup cols={3}>
      <Card title="Language models" icon="brain-circuit">
        Gemini, Claude, DeepSeek, and GPT.
      </Card>

      <Card title="Video models" icon="video">
        Seedance and Grok.
      </Card>

      <Card title="Image models" icon="image">
        GPT-image-2.
      </Card>
    </CardGroup>
  </section>

  <Note>
    AiToEarn model pricing is lower than official pricing. Check the pricing page for current rates.
    <a href="https://aitoearn.cn/pricing">View pricing</a>
  </Note>

  <section style={{ marginTop: "48px" }}>
    <h2 style={{ margin: "0 0 24px", color: "light-dark(#050505, #f7f7f8)", fontSize: "26px", lineHeight: "1.3", fontWeight: 700 }}>
      Start here
    </h2>

    <CardGroup cols={2}>
      <Card title="Quick start" icon="rocket" href="/en/use">
        Start with the smallest integration path and learn how the Open Platform fits together.
      </Card>

      <Card title="API Docs" icon="code" href="/en/api">
        Review the APIs for AI generation, publishing flows, and resource management.
      </Card>
    </CardGroup>
  </section>
</div>
