Pick the right free AI model for AI project

Hi

I am working on AI project which will based on an AI Agent to help students learn devops and cloud , My first task was to pick the right FREE Mistral model ( to use later for commercial purpose without fees ) , this LLM will be deployed in Cloud Run GCP with minimal budget as we have budget restriction and fine tuned to be expert on Cloud and Devops ( as this model will interact with students and learn them devops and Cloud ) , As I am newbie in AI and LLM , could you help me please pick the right LLM model Mistral from the list : mistralai (Mistral AI_) , and help me with some ideas on how to finetune it in devops and Cloud general knowledge

Manu thank guys for your help

1 Like

If I were to choose the core agent from among them, I would select these ones. They are comprehensive, excellent models suitable for general use. Listed in order of size.

1 Like

Many thanks :slight_smile: , my context is I’m currently working on an AI side project that I plan to grow into a SaaS . The core idea is to build an AI Agent that helps students learn DevOps and Cloud technologies through interactive challenges , debug their code , Q&A, and guided learning . as SaaS application , I am considering [mistralai/Mistral-7B-Instruct-v0.3 · should i re go to version 0.0.2 ? I am newbie to LLM and AI

1 Like

mistralai/Mistral-7B-Instruct-v0.3

Oh… 0.3 is better of course.

1 Like

so for my use case i am lost between all LLM mistral :slight_smile: please help as newbie :slight_smile:

1 Like

Hmm… When choosing an LLM, leaderboards that compile benchmarks are useful references. The Mistral Small series is a highly regarded model for agent applications. Although it is slightly large at 24B, I think it is worth considering. Nemo is also excellent, but its knowledge is a bit outdated due to its release timing. Magistral seems to be for agents too in terms of reasoning capabilities?

1 Like

yes I think Magistral is the better choice as the agent may think and help student fix their projects and scripts ( devops / cloud . shell) … many thanks my friend i will try to deploy it on cloud run and check

1 Like