@extends('layouts.layoutMaster') @section('title', __('AI Providers')) @section('vendor-style') @vite([ 'resources/assets/vendor/libs/datatables-bs5/datatables.bootstrap5.scss', 'resources/assets/vendor/libs/datatables-responsive-bs5/responsive.bootstrap5.scss', 'resources/assets/vendor/libs/sweetalert2/sweetalert2.scss' ]) @endsection @section('vendor-script') @vite([ 'resources/assets/vendor/libs/datatables-bs5/datatables-bootstrap5.js', 'resources/assets/vendor/libs/sweetalert2/sweetalert2.js' ]) @endsection @section('page-script') @vite(['Modules/AICore/resources/assets/js/aicore-providers.js']) @endsection @section('content')
Expand your AI capabilities with additional provider addons. Currently showing {{ $providers->count() }} enabled providers.
| {{ __('Provider') }} | {{ __('Type') }} | {{ __('Models') }} | {{ __('Status') }} | {{ __('Rate Limit') }} | {{ __('Priority') }} | {{ __('Connection') }} | {{ __('Actions') }} |
|---|---|---|---|---|---|---|---|
|
@switch($provider->type)
@case('openai')
@break
@case('claude')
@break
@case('gemini')
@break
@case('local')
@break
@default
@endswitch
{{ $provider->name }}ID: {{ $provider->id }} |
{{ ucfirst($provider->type) }} | {{ $provider->models->count() }} {{ __('models') }} | @if($provider->is_active) {{ __('Active') }} @else {{ __('Inactive') }} @endif | {{ $provider->max_requests_per_minute }}/min | {{ $provider->priority }} |
|
Expand your AI capabilities with additional providers
{{ $addon['description'] }}