{% extends 'base.html' %} {% block title %} External AI providers {% endblock %} {% block main %}

Connect to external AI providers

You can access AIs from within ownAI that are operated by external providers. To connect to these providers, you will need an account with them. You will then receive a token or API key from the provider, which you can paste into this fields to use the corresponding Aifiles.

{% for envvar in envvars %}
{% endfor %}
{% endblock %}