Before you run any LLM-powered QitOS example, you need access to a remote model API. QitOS works well with any OpenAI-compatible provider, as long as you have:Documentation Index
Fetch the complete documentation index at: https://qitor.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- an account
- an API key
- a base URL
- a model name you can call
Recommended providers
If you are just getting started, these two providers are practical starting points in China and Asia: Both platforms are commonly used for OpenAI-compatible access, and their signup, pricing, and trial availability can change over time. Check the provider console and pricing pages for the latest terms.Option 1: SiliconFlow
SiliconFlow’s official quickstart shows this flow:- Sign in on the SiliconFlow website.
- Open the API key page.
- Create a new API key.
- Choose a model from the model plaza.
- Use the OpenAI-compatible base URL:
Option 2: Alibaba Cloud Model Studio / Bailian
Alibaba Cloud’s official docs describe this flow:- Sign in to Bailian / Model Studio.
- Open the API Key page in the correct region.
- Create an API key.
- Copy the API key and keep it private.
- Use the OpenAI-compatible base URL for your region.
Set environment variables
Once you have an API key and endpoint, export them before running QitOS:Verify your endpoint
It is worth doing a quick compatibility check before running a larger example:What to plug into QitOS
When configuring a QitOS model, you usually need:api_keybase_urlmodel
