examples/provider-atlascloud/README.md
This directory contains an example configuration for using Atlas Cloud with promptfoo.
Atlas Cloud exposes an OpenAI-compatible LLM API, so it is a good fit for prompt and model evaluation workflows across multiple model families behind a single provider account.
Create an Atlas Cloud API key from the Atlas Cloud docs.
Set the environment variable:
export ATLASCLOUD_API_KEY=your_api_key_here
npx promptfoo@latest init --example provider-atlascloud
cd provider-atlascloud
npx promptfoo eval -c promptfooconfig.yaml
The included promptfooconfig.yaml demonstrates:
providers:
- id: atlascloud:deepseek-ai/DeepSeek-V3-0324
- id: atlascloud:qwen/qwen3-32b
providers:
- id: atlascloud:deepseek-ai/DeepSeek-V3-0324
config:
apiBaseUrl: https://proxy.example.com/atlas/v1
apiKeyEnvar: MY_ATLASCLOUD_TOKEN