Environment Variables Configuration

AIOS supports several API integrations that require configuration. You can use the following commands:

  • aios env list: Show current environment variables, or show available API keys if no variables are set

  • aios env set: Show current environment variables, or show available API keys if no variables are set

When no environment variables are set, the following API keys will be shown:

  • OPENAI_API_KEY: OpenAI API key for accessing OpenAI services

  • GEMINI_API_KEY: Google Gemini API key for accessing Google's Gemini services

  • ANTHROPIC_API_KEY: Anthropic API key for accessing Anthropic Claude services

  • GROQ_API_KEY: Groq API key for accessing Groq services

  • HF_AUTH_TOKEN: HuggingFace authentication token for accessing models

  • HF_HOME: Optional path to store HuggingFace models

To obtain these API keys:

Last updated