| Server IP : 121.121.20.254 / Your IP : 216.73.216.202 Web Server : Microsoft-IIS/10.0 System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64 User : IUSR ( 0) PHP Version : 8.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/AIWEBSTATION/wp-content/plugins/ai-engine-pro/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' => []
],
] );