> ## Documentation Index
> Fetch the complete documentation index at: https://gomodel-feat-guardrails.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# License

> The current GoModel license and how we think about long-term project sustainability.

## Summary

GoModel is released under the permissive MIT license. We want to keep it open
and practical for developers, small teams, and independent projects.

Two qualifications:

1. A small commercial distribution, [GoModel Pro](/pro/overview), is coming. It
   adds OIDC SSO and a couple of other extensions on top of the same
   open-source gateway; those extensions are licensed separately, not MIT.
2. We may make the license of the gateway itself less permissive to protect the
   project from extraction by large cloud providers.

## Full story

An AI gateway is infrastructure. It sits between every request your application
makes and every model it talks to. That kind of component should be something
you can read, audit, extend, and trust. This is why GoModel is open source
today.

That said, we want to be upfront about the rest of the picture.

### Protecting the project

There is a well-documented pattern where large cloud
providers take open-source infrastructure, ship it as a managed service, and
give nothing back. It has forced other projects to react:

* [MongoDB changed to the SSPL](https://www.mongodb.com/blog/post/mongodb-now-released-under-the-server-side-public-license)
  after AWS launched DocumentDB, a compatible managed service built on
  MongoDB's work.
* [Elastic moved to a dual license](https://www.elastic.co/blog/licensing-change)
  after AWS launched its own Elasticsearch service under the OpenSearch name.
* [Redis switched to a source-available license](https://redis.io/blog/redis-adopts-dual-source-available-licensing/)
  citing similar concerns about cloud providers.

If GoModel grows to a point where this becomes a real risk, we may adjust the
license to prevent that kind of extraction.

### Sustainability

Building GoModel is how we make a living, and so far it has not paid for
itself. That is why a commercial distribution — [GoModel Pro](/pro/overview),
with OIDC SSO and a couple of other extensions — is on the way. The gateway is
MIT-licensed and fully usable without a license; Pro targets companies that
profit directly from the project, not individual developers or small teams
building with it.

If a planned Pro feature is one you need and paying for Pro is not an option
for you, tell us — a cheaper personal-use license, or open-sourcing that
feature, is negotiable. See the
[FAQ](/about/faq) for the longer answer.

<Card title="Current license" icon="scale" href="https://github.com/ENTERPILOT/GoModel/blob/main/LICENSE">
  You can always read the current license here.
</Card>
