LLM Web Access Service with MoA

Unified interface for accessing multiple LLM APIs with Multi-LLM Discussion support

Configuration

{{ provider.charAt(0).toUpperCase() + provider.slice(1) }}

System Status

Service: {{ healthStatus === 'status-healthy' ? 'Healthy' : 'Unhealthy' }}
Active Providers: {{ activeProvidersCount }}
Last Updated: {{ lastUpdated }}

File Upload

Click to upload or drag and drop

Supported: TXT, PDF, PNG, JPG, GIF, MD, JSON, CSV (Max 16MB)

Uploaded Files

{{ file.original_filename }}
{{ formatFileSize(file.size) }} • {{ formatDate(file.uploaded_at) }}

Start a conversation

Select a provider and model, then type your message below.

{{ message.role === 'user' ? 'You' : chatProvider.charAt(0).toUpperCase() + chatProvider.slice(1) }} {{ formatTime(message.timestamp) }} Streaming...
{{ message.content }}
{{ chatProvider.charAt(0).toUpperCase() + chatProvider.slice(1) }} {{ formatTime(new Date()) }}
Thinking...

Multi-LLM Discussion Setup

Select multiple AI models to discuss your question together.

Discussion Results

Round {{ round.round }}
{{ response.provider.charAt(0).toUpperCase() + response.provider.slice(1) }} ({{ response.model }}) Error
{{ response.content }}
Final Summary
{{ moaSummary }}

Running Discussion...

Multiple AI models are discussing your question. This may take a moment.

Start a Multi-LLM Discussion

Select providers above and click "Start Discussion" to begin.

Continue Discussion