Submit
Path:
~
/
home
/
getwphos
/
public_html
/
ppine
/
wp-content
/
plugins
/
ai-engine
/
constants
/
File Content:
engines.php
<?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'], 'internal' => true, 'models' => [] ], [ 'name' => 'Google', 'type' => 'google', 'inputs' => ['apikey', 'projectId', 'dynamicModels'], 'internal' => true, 'models' => [] ], [ 'name' => 'OpenRouter', 'type' => 'openrouter', 'inputs' => ['apikey', 'dynamicModels'], 'internal' => true, 'models' => [] ], [ 'name' => 'Hugging Face', 'type' => 'huggingface', 'inputs' => ['apikey'], 'internal' => true, 'models' => [] ], [ 'name' => 'Replicate', 'type' => 'replicate', 'inputs' => ['apikey', 'dynamicModels'], 'internal' => true, 'models' => [] ], [ 'name' => 'Perplexity', 'type' => 'perplexity', 'inputs' => ['apikey'], 'internal' => true, 'models' => [] ], ] );
Submit
FILE
FOLDER
Name
Size
Permission
Action
engines.php
1202 bytes
0644
init.php
10949 bytes
0644
models.php
20065 bytes
0644
types.php
1709 bytes
0644
N4ST4R_ID | Naxtarrr