dograh/api/services/configuration
lucaszhu-hue 134af6a276 feat: add Atlas Cloud as LLM backend provider
- Add AtlasCloudLLMConfiguration to registry.py with 24 example models
  (DeepSeek-V4, Qwen3, Kimi K2, GPT-5, Gemini 2.5 Pro, Claude, Grok-4…)
  using the OpenAI-compatible endpoint https://api.atlascloud.ai/v1
- Register ATLAS_CLOUD in ServiceProviders enum and LLMConfig Union
- Add Atlas Cloud sponsor block to README with full 59-model table
- Add Atlas Cloud logo to docs/
2026-06-09 14:02:10 +08:00
..
options feat: add Azure AI multi-provider support (TTS, STT, Embeddings, Realtime) (#381) 2026-06-02 12:50:00 +05:30
__init__.py Initial Commit 🚀 🚀 2025-09-09 14:37:32 +05:30
check_validity.py feat: add Azure AI multi-provider support (TTS, STT, Embeddings, Realtime) (#381) 2026-06-02 12:50:00 +05:30
defaults.py feat: knowledge base functionality for the voice agent (#120) 2026-01-17 14:37:03 +05:30
masking.py feat: stamp API key into model override at save time to survive global provider change (#362) 2026-05-27 14:01:14 +05:30
merge.py feat: stamp API key into model override at save time to survive global provider change (#362) 2026-05-27 14:01:14 +05:30
registry.py feat: add Atlas Cloud as LLM backend provider 2026-06-09 14:02:10 +08:00
resolve.py feat: stamp API key into model override at save time to survive global provider change (#362) 2026-05-27 14:01:14 +05:30