What are Models?

Models are the AI engines that power intelligent operations in Noxus. They process text, make decisions, and generate responses based on their training and configuration. Noxus provides a unified interface to various AI models from leading providers, making it easy to leverage state-of-the-art AI capabilities.
Models serve as the foundation for all AI operations in the platform, from simple text generation to complex multi-modal processing. Each model brings unique capabilities and strengths, allowing you to choose the best fit for your specific use case.

Supported Providers

ProviderKey FeaturesCapabilities
OpenAIFull parameter control, vision capabilitiesTool integration, JSON mode, multi-modal processing
AnthropicAdvanced reasoning, system instructionsTemperature control, context handling, safety features
Mistral AIVision processing, tool integrationTemperature sampling, safe mode, cost efficiency
Google Vertex AIEnterprise features, tool integrationAdvanced APIs, token management, scalability
DeepSeekVision capabilities, JSON modeTool integration, efficient processing, cost-effective

Connecting Providers

Connecting a provider is fast and secure. Add your API key (or complete an OAuth flow where required), and Noxus handles credentials, secure storage, and API communication. Once connected, models from that provider are available across your co-workers and flows with a consistent interface. Provider Configuration
  • Authentication Management: Securely store API keys or OAuth credentials with encryption and rotation support.
  • Model Selection: Choose defaults per provider and override per use case for the right balance of speed, quality, and cost.

Model Capabilities

CapabilityDescriptionFeatures
Text ProcessingNatural language understanding and generationChat completion, text generation, analysis
VisionImage understanding and processingImage analysis, multi-modal chat, visual QA
AudioSpeech and sound processingTranscription, text-to-speech, audio analysis
Multi-modalCombined processing of different data typesText-image understanding, audio-visual processing
Model capabilities vary by provider and specific model version.

Model Configuration

Core Configuration Options:
  • Model Selection: Choose from various providers like OpenAI, Anthropic, and others.
  • Temperature: Control response creativity (0.0 for focused, 1.0 for creative)
  • Max Tokens: Set response length limits
  • Response Style: Configure tone and formatting preferences
  • Instructions: Define system guidance and allowed behaviors to steer responses and restrict access

Next Steps