Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,44 @@ The frontend uses Bun workspace, and `catalog:` dependencies are defined in `web
| Latest releases | [Releases](https://github.com/MAX-API-Next/MAX-API/releases) |
| DeepWiki | [Ask DeepWiki](https://deepwiki.com/MAX-API-Next/MAX-API) |

### Derivative Use and Community Acknowledgement

If you build a derivative version of this project for your own use, you are welcome to keep the project source or a community acknowledgement clearly visible on the homepage, in the footer, or on the About page by choosing either option below:

- Link to the project: [MAX-API-Next/MAX-API](https://github.com/MAX-API-Next/MAX-API)
- Acknowledge the community: [MAX-API-Next](https://github.com/MAX-API-Next)

Reference frontend embed code (React / Tailwind CSS; keep either item as needed):

```tsx
<p className='text-sm text-muted-foreground'>
Built from{' '}
<a
href='https://github.com/MAX-API-Next/MAX-API'
target='_blank'
rel='noopener noreferrer'
className='font-medium underline underline-offset-4'
>
MAX-API-Next/MAX-API
</a>{' '}
· Thanks to the{' '}
<a
href='https://github.com/MAX-API-Next'
target='_blank'
rel='noopener noreferrer'
className='font-medium underline underline-offset-4'
>
MAX-API-Next community
</a>
</p>
```

By meeting either attribution requirement above and keeping the link clearly visible, you automatically receive a temporary commercial license for this project, with no separate application or approval required. This is not a perpetual license and remains valid only while the display requirement continues to be met. Its validity period and any later changes are governed by the latest notice published in this README or by the official community.

This project is developed from [One API](https://github.com/songquanpeng/one-api) and [New API](https://github.com/QuantumNous/new-api). Commercial use must also comply with the One API MIT License and the New API AGPLv3 License, subject to each upstream project's current `LICENSE` file. The temporary commercial license provided by this project does not replace or waive any upstream open-source license obligations.

If the display requirement is no longer met, or the temporary license expires, is amended, or is terminated by notice, you must comply with AGPLv3 or obtain separate written authorization. For a long-term commercial license, contact: maxapi@max-api.ai.

Issues, documentation improvements, provider adaptation experience, deployment practices, and code contributions are welcome.

---
Expand Down
38 changes: 38 additions & 0 deletions README.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,44 @@ Le frontend utilise Bun workspace ; `catalog:` est défini dans `web/package.jso
| Dernières versions | [Releases](https://github.com/MAX-API-Next/MAX-API/releases) |
| DeepWiki | [Ask DeepWiki](https://deepwiki.com/MAX-API-Next/MAX-API) |

### Développements dérivés et remerciements à la communauté

Si vous développez une version dérivée de ce projet pour votre propre usage, vous pouvez afficher clairement la source du projet ou un remerciement à la communauté sur la page d'accueil, dans le pied de page ou sur la page « À propos », en choisissant l'une des options suivantes :

- Ajouter le lien du projet : [MAX-API-Next/MAX-API](https://github.com/MAX-API-Next/MAX-API)
- Remercier la communauté : [MAX-API-Next](https://github.com/MAX-API-Next)

Exemple de code d'intégration frontend (React / Tailwind CSS ; conservez l'un ou l'autre élément selon vos besoins) :

```tsx
<p className='text-sm text-muted-foreground'>
Développé à partir de{' '}
<a
href='https://github.com/MAX-API-Next/MAX-API'
target='_blank'
rel='noopener noreferrer'
className='font-medium underline underline-offset-4'
>
MAX-API-Next/MAX-API
</a>{' '}
· Merci à la{' '}
<a
href='https://github.com/MAX-API-Next'
target='_blank'
rel='noopener noreferrer'
className='font-medium underline underline-offset-4'
>
communauté MAX-API-Next
</a>
</p>
```

En respectant l'une des exigences d'affichage ci-dessus et en maintenant le lien clairement visible, vous obtenez automatiquement une licence commerciale temporaire pour ce projet, sans demande ni approbation supplémentaire. Cette licence n'est pas permanente et reste valable uniquement tant que l'exigence d'affichage est respectée. Sa période de validité et toute modification ultérieure sont régies par le dernier avis publié dans ce README ou par la communauté officielle.

Ce projet est développé à partir de [One API](https://github.com/songquanpeng/one-api) et de [New API](https://github.com/QuantumNous/new-api). Toute utilisation commerciale doit également respecter la licence MIT de One API et la licence AGPLv3 de New API, conformément au fichier `LICENSE` actuellement publié par chaque projet en amont. La licence commerciale temporaire fournie par ce projet ne remplace ni ne supprime aucune obligation liée aux licences open source des projets en amont.

Si l'exigence d'affichage n'est plus respectée, ou si la licence temporaire expire, est modifiée ou prend fin par avis, vous devez respecter l'AGPLv3 ou obtenir une autorisation écrite distincte. Pour une licence commerciale à long terme, contactez : maxapi@max-api.ai.

Contributions de code, documentation, expériences d'adaptation fournisseur et pratiques de déploiement sont bienvenues.

---
Expand Down
39 changes: 39 additions & 0 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,45 @@ SQLite、MySQL ≥ 5.7.8、PostgreSQL ≥ 9.6 に対応しています。ロー
| 最新リリース | [Releases](https://github.com/MAX-API-Next/MAX-API/releases) |
| DeepWiki | [Ask DeepWiki](https://deepwiki.com/MAX-API-Next/MAX-API) |

### 二次開発とコミュニティへの謝辞

本プロジェクトをベースに二次開発し、ご自身で利用する場合は、プロジェクトのホームページ、フッター、または「About」ページなどの目立つ場所に、次のいずれかの方法でプロジェクトの出典またはコミュニティへの謝辞を表示できます:

- プロジェクトへのリンク:[MAX-API-Next/MAX-API](https://github.com/MAX-API-Next/MAX-API)
- コミュニティへの謝辞:[MAX-API-Next](https://github.com/MAX-API-Next)

フロントエンドへの埋め込み例(React / Tailwind CSS、必要に応じていずれか一方のみ残してください):

```tsx
<p className='text-sm text-muted-foreground'>
{' '}
<a
href='https://github.com/MAX-API-Next/MAX-API'
target='_blank'
rel='noopener noreferrer'
className='font-medium underline underline-offset-4'
>
MAX-API-Next/MAX-API
</a>{' '}
を基に二次開発 ·{' '}
<a
href='https://github.com/MAX-API-Next'
target='_blank'
rel='noopener noreferrer'
className='font-medium underline underline-offset-4'
>
MAX-API-Next コミュニティ
</a>{' '}
に感謝
</p>
```

上記いずれかの表示要件を満たし、リンクを明確に表示し続けることで、申請や承認を別途行うことなく、本プロジェクトの一時的な商用ライセンスを自動的に取得できます。このライセンスは永久ライセンスではなく、表示要件を継続して満たしている期間に限り有効です。有効期間および今後の変更は、本 README または公式コミュニティで公開される最新のお知らせに従います。

本プロジェクトは [One API](https://github.com/songquanpeng/one-api) および [New API](https://github.com/QuantumNous/new-api) をベースに開発されています。商用利用にあたっては、各上流プロジェクトが現在公開している `LICENSE` ファイルに従い、One API の MIT ライセンスおよび New API の AGPLv3 ライセンスも遵守する必要があります。本プロジェクトが提供する一時的な商用ライセンスは、上流プロジェクトのオープンソースライセンス上の義務を置き換えたり免除したりするものではありません。

表示要件を満たさなくなった場合、または一時的なライセンスが期限切れ、告知により変更もしくは終了した場合は、AGPLv3 に従うか、別途書面による許諾を取得する必要があります。長期商用ライセンスについては、maxapi@max-api.ai までお問い合わせください。

Issue、ドキュメント改善、プロバイダー適応経験、デプロイ方案、コード貢献を歓迎します。

---
Expand Down
38 changes: 38 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,44 @@ MAX API 不替代 Dify、LangChain、MCP Server、工作流引擎或业务 Agent
- GitHub地址:[https://github.com/MAX-API-Next](https://github.com/MAX-API-Next)
- 社群交流:QQ(950126533) | 微信群(搜索MAX-API)

### 二次开发与社区鸣谢

如果你基于本项目进行二次开发并仅供自用,欢迎在项目主页、页脚或“关于”页面等明显位置,任选一种方式保留项目来源或社区鸣谢:

- 添加项目地址:[MAX-API-Next/MAX-API](https://github.com/MAX-API-Next/MAX-API)
- 鸣谢社区:[MAX-API-Next](https://github.com/MAX-API-Next)

参考前端嵌入代码(React / Tailwind CSS,可按需保留其中一项):

```tsx
<p className='text-sm text-muted-foreground'>
基于{' '}
<a
href='https://github.com/MAX-API-Next/MAX-API'
target='_blank'
rel='noopener noreferrer'
className='font-medium underline underline-offset-4'
>
MAX-API-Next/MAX-API
</a>{' '}
二次开发 · 感谢{' '}
<a
href='https://github.com/MAX-API-Next'
target='_blank'
rel='noopener noreferrer'
className='font-medium underline underline-offset-4'
>
MAX-API-Next 社区
</a>
</p>
```

满足上述任一展示要求并保持链接清晰可见,即自动获得本项目的临时商用授权,无需另行申请或等待确认。该授权为非永久授权,仅在持续满足展示要求期间有效;有效期及后续调整以项目方在本 README 或官方社区发布的最新说明为准。

本项目基于 [One API](https://github.com/songquanpeng/one-api) 和 [New API](https://github.com/QuantumNous/new-api) 开发。商业使用本项目时,还须分别遵守 One API 的 MIT 许可证与 New API 的 AGPLv3 许可证,具体以各上游项目的 `LICENSE` 文件为准;本项目提供的临时商用授权不替代、也不免除相关上游项目的开源许可义务。

如不再满足展示要求,或临时授权到期、被公告调整或终止,仍需按 AGPLv3 或项目方另行书面授权使用本项目。如需长期商用授权,请联系:maxapi@max-api.ai。

欢迎提交 Issue、改进文档、补充供应商适配经验、完善部署方案或贡献代码。

---
Expand Down
38 changes: 38 additions & 0 deletions README.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,44 @@ MAX API 不替代 Dify、LangChain、MCP Server、工作流引擎或业务 Agent
| 最新发布 | [Releases](https://github.com/MAX-API-Next/MAX-API/releases) |
| DeepWiki | [Ask DeepWiki](https://deepwiki.com/MAX-API-Next/MAX-API) |

### 二次开发与社区鸣谢

如果你基于本项目进行二次开发并仅供自用,欢迎在项目主页、页脚或“关于”页面等明显位置,任选一种方式保留项目来源或社区鸣谢:

- 添加项目地址:[MAX-API-Next/MAX-API](https://github.com/MAX-API-Next/MAX-API)
- 鸣谢社区:[MAX-API-Next](https://github.com/MAX-API-Next)

参考前端嵌入代码(React / Tailwind CSS,可按需保留其中一项):

```tsx
<p className='text-sm text-muted-foreground'>
基于{' '}
<a
href='https://github.com/MAX-API-Next/MAX-API'
target='_blank'
rel='noopener noreferrer'
className='font-medium underline underline-offset-4'
>
MAX-API-Next/MAX-API
</a>{' '}
二次开发 · 感谢{' '}
<a
href='https://github.com/MAX-API-Next'
target='_blank'
rel='noopener noreferrer'
className='font-medium underline underline-offset-4'
>
MAX-API-Next 社区
</a>
</p>
```

满足上述任一展示要求并保持链接清晰可见,即自动获得本项目的临时商用授权,无需另行申请或等待确认。该授权为非永久授权,仅在持续满足展示要求期间有效;有效期及后续调整以项目方在本 README 或官方社区发布的最新说明为准。

本项目基于 [One API](https://github.com/songquanpeng/one-api) 和 [New API](https://github.com/QuantumNous/new-api) 开发。商业使用本项目时,还须分别遵守 One API 的 MIT 许可证与 New API 的 AGPLv3 许可证,具体以各上游项目的 `LICENSE` 文件为准;本项目提供的临时商用授权不替代、也不免除相关上游项目的开源许可义务。

如不再满足展示要求,或临时授权到期、被公告调整或终止,仍需按 AGPLv3 或项目方另行书面授权使用本项目。如需长期商用授权,请联系:maxapi@max-api.ai。

欢迎提交 Issue、改进文档、补充供应商适配经验、完善部署方案或贡献代码。

---
Expand Down
38 changes: 38 additions & 0 deletions README.zh_TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,44 @@ MAX API 不替代 Dify、LangChain、MCP Server、工作流引擎或業務 Agent
| 最新發布 | [Releases](https://github.com/MAX-API-Next/MAX-API/releases) |
| DeepWiki | [Ask DeepWiki](https://deepwiki.com/MAX-API-Next/MAX-API) |

### 二次開發與社群鳴謝

如果你基於本專案進行二次開發且僅供自用,歡迎在專案首頁、頁尾或「關於」頁面等明顯位置,任選一種方式保留專案來源或社群鳴謝:

- 加入專案網址:[MAX-API-Next/MAX-API](https://github.com/MAX-API-Next/MAX-API)
- 鳴謝社群:[MAX-API-Next](https://github.com/MAX-API-Next)

參考前端嵌入程式碼(React / Tailwind CSS,可按需保留其中一項):

```tsx
<p className='text-sm text-muted-foreground'>
基於{' '}
<a
href='https://github.com/MAX-API-Next/MAX-API'
target='_blank'
rel='noopener noreferrer'
className='font-medium underline underline-offset-4'
>
MAX-API-Next/MAX-API
</a>{' '}
二次開發 · 感謝{' '}
<a
href='https://github.com/MAX-API-Next'
target='_blank'
rel='noopener noreferrer'
className='font-medium underline underline-offset-4'
>
MAX-API-Next 社群
</a>
</p>
```

滿足上述任一展示要求並保持連結清晰可見,即自動獲得本專案的臨時商用授權,無需另行申請或等待確認。該授權為非永久授權,僅在持續滿足展示要求期間有效;有效期及後續調整以專案方在本 README 或官方社群發布的最新說明為準。

本專案基於 [One API](https://github.com/songquanpeng/one-api) 和 [New API](https://github.com/QuantumNous/new-api) 開發。商業使用本專案時,還須分別遵守 One API 的 MIT 許可證與 New API 的 AGPLv3 許可證,具體以各上游專案的 `LICENSE` 檔案為準;本專案提供的臨時商用授權不替代、也不免除相關上游專案的開源許可義務。

如不再滿足展示要求,或臨時授權到期、被公告調整或終止,仍需按 AGPLv3 或專案方另行書面授權使用本專案。如需長期商用授權,請聯絡:maxapi@max-api.ai。

歡迎提交 Issue、改進文檔、補充供應商適配經驗、完善部署方案或貢獻代碼。

---
Expand Down
Loading