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

# FAQ

> Frequently asked questions about Anyfast.

<AccordionGroup>
  <Accordion title="What is Anyfast?">
    Anyfast is a unified AI API platform that gives developers access to models from multiple providers — including chat, image generation, and video generation — through a single API key and consistent interface.
  </Accordion>

  <Accordion title="How do I get an API key?">
    Sign up at [anyfast.ai](https://www.anyfast.ai), then go to the [Console](https://www.anyfast.ai/console/token) to create your API key.
  </Accordion>

  <Accordion title="Is Anyfast compatible with the OpenAI SDK?">
    Yes. For chat models, Anyfast follows the OpenAI API specification. You only need to change the `base_url` to `https://www.anyfast.ai/v1` — no other code changes required.
  </Accordion>

  <Accordion title="How does billing work?">
    Anyfast uses a prepaid credit system. Credits are deducted in real time as you make API calls. Chat models are billed per token, image and video models are billed per generation. Visit the [Top Up page](https://www.anyfast.ai/console/topup) to add credits.
  </Accordion>

  <Accordion title="What happens if I run out of credits?">
    API calls will return a `402 Payment Required` error. Top up your account at the [Console](https://www.anyfast.ai/console/topup) to resume.
  </Accordion>

  <Accordion title="Which models are supported?">
    Anyfast supports models from multiple providers including Anthropic, ByteDance, and more. Browse the full list in the [Model APIs](/guides/model-api/bytedance/seedance-2-0) section.
  </Accordion>

  <Accordion title="How do I generate a video with Seedance 2.0?">
    Video generation is asynchronous. Submit a request to `POST /v1/video/generations` and poll `GET /v1/video/generations/{task_id}` until the status is `succeeded`. See the [Seedance 2.0 guide](/guides/model-api/bytedance/seedance-2-0) for a full example.
  </Accordion>
</AccordionGroup>

<script src="/feedback.js" />
