mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-19 12:11:02 -04:00
[PR #332] docs: document Atlas Cloud as a custom OpenAI-compatible LLM provider #324
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vxcontrol/pentagi/pull/332
Author: @lucaszhu-hue
Created: 6/4/2026
Status: 🔄 Open
Base:
main← Head:docs/atlascloud-custom-provider📝 Commits (1)
91f9e0cdocs: document Atlas Cloud as a custom OpenAI-compatible LLM provider📊 Changes
3 files changed (+43 additions, -0 deletions)
View changed files
📝
.env.example(+5 -0)📝
README.md(+38 -0)➕
assets/atlas-cloud-logo.png(+0 -0)📄 Description
Description of the Change
Problem
PentAGI supports many LLM providers, including a generic Custom (
LLM_SERVER_*) OpenAI-compatible endpoint, but the docs don't mention Atlas Cloud — a full-modal inference platform that serves the DeepSeek / Qwen / GLM / Kimi / MiniMax models PentAGI already targets, through one OpenAI-compatible API.Solution
Document Atlas Cloud as a custom OpenAI-compatible provider. No code change — it uses the existing
LLM_SERVER_*variables:README.md: an "Atlas Cloud (OpenAI-compatible)" subsection under Custom LLM Provider Configuration, with a config example, a reasoning-model note, and a collapsed list of all available Atlas chat models..env.example: a commented Atlas Cloud example in the Custom LLM provider block.N/A (no related issue)
Type of Change
Areas Affected
Testing and Verification
Test Configuration
Test Steps
LLM_SERVER_URL=https://api.atlascloud.ai/v1,LLM_SERVER_KEY=<key>,LLM_SERVER_MODEL=deepseek-ai/deepseek-v4-pro,LLM_SERVER_PROVIDER=openai.Test Results
Verified the documented endpoint directly: a non-streaming
POST /v1/chat/completionsto Atlas withdeepseek-ai/deepseek-v4-proreturns HTTP 200 with a valid completion. Docs/config only — no Go/TypeScript paths changed, sogo vet/pnpm lintare unaffected.Documentation Updates
Checklist
Code Quality
Security
Compatibility
Additional Notes
This README lists providers as text (no provider logos), so I kept the Atlas entry text + link to match the existing style. Happy to adjust wording or placement.
🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.