@extends('layouts.admin') {{-- Or your main admin layout --}} @section('title', 'Create AI Model') @section('header_title', 'Create New AI Model') @section('content')

New AI Model Details

@include('webpilotai::admin.partials._validation_errors')
@csrf
{{-- Name --}}
{{-- Provider --}}
{{-- Identifier --}}

The exact model ID used by the provider's API.

{{-- API Key Setting Name --}}

Select the setting that stores the API key for the chosen provider. The value saved will be the full key name (e.g., `webpilotai.openai_api_key`).

{{-- Description --}}
{{-- Flags --}}
{{-- Actions --}}
Cancel
@endsection @push('styles') {{-- Add any specific styles for this page here if needed --}} @endpush @push('scripts') @endpush