| Server IP : 46.105.57.169 / Your IP : 216.73.216.67 Web Server : Apache System : Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : verseaumee ( 152031) PHP Version : 8.5.7 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/verseaumee/blueversionx/wp-content/plugins/ai-engine/constants/ |
Upload File : |
<?php
define( 'MWAI_ENGINES', [
[
'name' => 'OpenAI',
'type' => 'openai',
'inputs' => ['apikey', 'organizationId'],
'internal' => true,
'models' => []
],
[
'name' => 'Anthropic',
'type' => 'anthropic',
'inputs' => ['apikey'],
'internal' => true,
'models' => []
],
[
'name' => 'Azure (OpenAI)',
'type' => 'azure',
'inputs' => ['apikey', 'endpoint', 'region'],
'internal' => true,
'models' => []
],
[
'name' => 'Google',
'type' => 'google',
'inputs' => ['apikey', 'dynamicModels'],
'internal' => true,
'models' => []
],
[
'name' => 'OpenRouter',
'type' => 'openrouter',
'inputs' => ['apikey', 'dynamicModels'],
'internal' => true,
'models' => []
],
[
'name' => 'Replicate',
'type' => 'replicate',
'inputs' => ['apikey', 'dynamicModels'],
'internal' => true,
'models' => []
],
[
'name' => 'Perplexity',
'type' => 'perplexity',
'inputs' => ['apikey'],
'internal' => true,
'models' => []
],
[
'name' => 'Mistral',
'type' => 'mistral',
'inputs' => ['apikey', 'dynamicModels'],
'internal' => true,
'models' => []
],
[
'name' => 'xAI (Grok)',
'type' => 'xai',
'inputs' => ['apikey', 'dynamicModels'],
'internal' => true,
'models' => []
],
[
'name' => 'Custom (OpenAI-Compatible)',
'type' => 'custom',
'inputs' => ['endpoint', 'apikey', 'dynamicModels'],
'internal' => true,
'models' => []
],
] );