Docs
Docs Other AI Providers

Other AI Providers

Last updated: August 10, 2026

Eviory OS runs AI integrations directly from your browser. To protect your API keys and browser environment, its Content Security Policy (CSP) restricts outbound connections to a predefined list of supported AI provider domains.

If you configure a custom provider whose API endpoint is not included in Eviory OS’s CSP allowlist, the browser will block the connection before the request can reach the provider.

Supported Providers

You can configure these providers from Settings > AI Integrations > Custom Local AI / Proxy.

Together AI

  • Base URL: https://api.together.xyz/v1
  • Example Model ID: meta-llama/Llama-4-70b-chat-hf

xAI / Grok

  • Base URL: https://api.x.ai/v1
  • Example Model ID: grok-4.5

Mistral AI

  • Base URL: https://api.mistral.ai/v1
  • Example Model ID: mistral-large-3

Cohere

  • Base URL: https://api.cohere.ai/v1
  • Example Model ID: command-a-plus

Fireworks AI

  • Base URL: https://api.fireworks.ai/inference/v1
  • Example Model ID: accounts/fireworks/models/llama-v4-70b-instruct

Perplexity

  • Base URL: https://api.perplexity.ai
  • Example Model ID: sonar-reasoning-pro

OpenAI

  • Base URL: https://api.openai.com/v1
  • Example Model ID: gpt-5.6-sol

Anthropic

  • Base URL: https://api.anthropic.com/v1
  • Example Model ID: claude-opus-5

Google Gemini

Google Gemini can be accessed through Google’s OpenAI-compatible API.

  • Base URL: https://generativelanguage.googleapis.com/v1beta/openai/
  • Example Model ID: gemini-3.6-flash

Why is the provider allowlisted?

Eviory OS is designed to perform AI requests directly from the client whenever possible. The CSP allowlist provides an additional browser-level security boundary by limiting which external origins the application is permitted to contact.

This means that entering an arbitrary API endpoint does not automatically grant the application permission to connect to it.

If you need to connect to an AI provider that is not on this list, you can route your requests through a supported proxy endpoint that is already allowlisted. If you represent a business that requires a specific provider to be added to the Eviory OS allowlist, please contact our support team.