@foreach ($models as $model) @if (trim($model) == 'gpt-3.5-turbo-0125')
{{ __('Very fast. Great for most use cases. Has 16k context length.') }}
{{ __('Most advanced system from OpenAI. Can solve difficult problems with greater accuracy. Has 8k context window.') }}
{{ __('The latest most advanced model of Openai. It can solve difficult problems with greater accuracy than any of our previous models') }}
{{ __('The most newest and advanced model of Openai. It can solve difficult problems with greater accuracy than any of our previous models') }}
{{ __('The latest GPT-4 model with improved performance. Has 128k context window. Trained up to December 2023 data.') }}
{{ __('The latest GPT-4 model with improved instruction capabilities. Has 128k context window. Trained up to October 2023 data.') }}
{{ __('The o1 series of large language models are trained with reinforcement learning to perform complex reasoning') }}
{{ __('Faster and cheaper reasoning model particularly good at coding, math, and science') }}
{{ __($fine_tune->description) }}
@if (auth()->user()->fine_tune_credits == -1) {{ __('Unlimited') }} {{ __('Words Available') }} @elseif ((auth()->user()->fine_tune_credits + auth()->user()->fine_tune_credits_prepaid) == 0) {{ __('No words left') }}. @if (App\Services\HelperService::extensionSaaS()){{ __('Get More!') }}@endif @else {{ App\Services\HelperService::userAvailableFineTuneWords() }} {{ __('Words Available') }} @endif