Skip to content

docs: integrate Atlas Cloud for unified LLM + image generation API#18

Open
lucaszhu-hue wants to merge 1 commit into
Anil-matcha:mainfrom
lucaszhu-hue:atlas-cloud-integration
Open

docs: integrate Atlas Cloud for unified LLM + image generation API#18
lucaszhu-hue wants to merge 1 commit into
Anil-matcha:mainfrom
lucaszhu-hue:atlas-cloud-integration

Conversation

@lucaszhu-hue

@lucaszhu-hue lucaszhu-hue commented Jun 16, 2026

Copy link
Copy Markdown

Summary

Adds Atlas Cloud as a backend option for Open-AI-Design-Agent.

Atlas Cloud provides a single API key for both LLM (OpenAI-compatible, 59 models) and image generation (gpt-image-2, Wan, Flux, Kling and more) — so you can replace multiple vendor integrations with one endpoint.

Changes:

  • README.md: Atlas Cloud section (logo + description + LLM config + image config + model lists)
  • assets/atlas-cloud-logo.png: Atlas Cloud logo asset

Quick start:

# LLM (OpenAI-compatible)
OPENAI_BASE_URL=https://api.atlascloud.ai/v1
OPENAI_API_KEY=<your-atlascloud-key>
OPENAI_MODEL=deepseek-ai/deepseek-v4-pro

# Image Generation
# POST https://api.atlascloud.ai/api/v1/model/generateImage
# model: openai/gpt-image-2/text-to-image

Coding plan · Full model list


🤝 Partnership & contact

This PR comes from the Atlas Cloud team. Beyond the integration above, we'd love to explore a closer collaboration with Open-AI-Design-Agent — for example co-marketing or a featured integration.

If that sounds interesting, reach out anytime:

And of course, happy to revise this PR to match your project's conventions — just leave a comment. 🙌

Adds Atlas Cloud integration section to README — single API key for both
LLM (DeepSeek, Qwen, Claude, 59 models via OpenAI-compatible endpoint) and
image generation (gpt-image-2, Wan, Flux, Seedream via async API), including
logo asset, quick-start config, model lists, and coding-plan link.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant