Skip to main content
WeCareRemote gives you the flexibility to choose the AI model that best fits your use case. Rather than locking you into a single provider, the platform supports a broad range of leading models — from frontier models like GPT-4o and Claude 3.5 Sonnet to locally hosted options for privacy-sensitive environments. You can set a platform-wide default or specify a model per request.
If you are unsure where to start, GPT-4o (OpenAI) and Claude 3.5 Sonnet (Anthropic) deliver strong results across a wide range of tasks including multi-language conversation, document retrieval, and nuanced role-aware responses.

Supported providers

OpenAI models are widely used and well-suited for general-purpose conversation, summarization, and document Q&A.
Anthropic’s Claude models are known for their nuanced, thoughtful responses and strong instruction-following.
Google AI models include the Gemini family, available through Google AI Studio or Vertex AI.
Groq provides ultra-fast inference for open-weight models, making it ideal for low-latency interactions.
Ollama lets you run open-weight models locally on your own hardware. No data leaves your environment.
Ollama is the recommended option for privacy-sensitive use cases. Because models run locally, conversation data never leaves your organization’s infrastructure.
AWS Bedrock provides managed access to a curated set of foundation models through Amazon’s infrastructure.Models available via Bedrock include Anthropic Claude, Meta Llama, Amazon Titan, Mistral, and others depending on your region and access configuration.
Access OpenAI GPT models through your organization’s Azure OpenAI resource, with enterprise-grade compliance and data residency controls.The models available depend on the deployments configured in your Azure portal.
OpenRouter is an aggregator that provides access to models from many providers through a single API, including models from OpenAI, Anthropic, Google, Meta, Mistral, and more.
DeepSeek offers capable models particularly well-suited for reasoning and coding tasks.
Connect any API that is compatible with the OpenAI API format — including self-hosted models, fine-tuned endpoints, or third-party providers not listed above.

How to select a model

You can choose which model the assistant uses in two ways: Platform default — Your administrator configures the default model for the platform. All conversations use this model unless you override it per request. See Configure the AI assistant for details. Per request — When interacting with the assistant through the API, pass a model parameter in your request body to use a specific model for that interaction only. This lets you run different models for different tasks without changing the platform default.