Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Which AI are you using recently?

Although ChatGPT started the AI ​​wave, to be honest, I have been using Google Gemini and DeepSeek for the past year. Gemini API supports free individual calls, and DeepSeek can see the reasoning process. Both are smart enough to meet my daily work needs. What do you think?

«134

Comments

  • olokeoloke Member, Host Rep

    Personally, I've been trying to use self-hosted models recently as they got somewhat capable now.

    I have phi4, gemma3 and qwen3 on ollama+openwebui and honestly they're enough for most tasks.

    If I need something smarter I usually ask free version of Claude 3.7.

  • NS32NS32 Member

    deepseek is good because it's really easy to jailbreak

    Thanked by 1fatchan
  • rurutiarurutia Member

    @oloke said:
    Personally, I've been trying to use self-hosted models recently as they got somewhat capable now.

    I have phi4, gemma3 and qwen3 on ollama+openwebui and honestly they're enough for most tasks.

    If I need something smarter I usually ask free version of Claude 3.7.

    Yes, bro, Claude is also a very good AI. I also tried to deploy Ollama locally, but because my graphics card only has 8GB of video memory, it can only fit a model of about 7B, which is obviously not enough to meet my needs, but it is a very interesting process as an attempt.

    Thanked by 1oloke
  • rurutiarurutia Member

    @NS32 said:
    deepseek is good because it's really easy to jailbreak

    Indeed, I really enjoy watching its reasoning process, just like watching a smart person solving a problem.

    Thanked by 1NS32
  • Been trying out Grok.

    Thanked by 1tux
  • rurutiarurutia Member

    @shallownorthdakota said:
    Been trying out Grok.

    Good choice, I'm planning to learn more about it

  • s0n1cs0n1c Member

    grok has been working really well for me recently. i prefer it over my chatgpt and claude subscription.

    Thanked by 2rurutia tux
  • rurutiarurutia Member

    @s0n1c said:
    grok has been working really well for me recently. i prefer it over my chatgpt and claude subscription.

    Thanks, I'll give it a try.

  • @shallownorthdakota said:
    Been trying out Grok.

    Again the 'X' factor from Elon Musk. Has it been a quiet satisfying experience? If so, I would definitely give it a try.

    Thanked by 1rurutia
  • VoidVoid Member

    Cursor AI is offering free pro for a year for students.

    Thanked by 1rurutia
  • LeviLevi Member

    First I use cGPT, than I use Claude Sonet to correct cGPT mistakes and than I use xAI to finalize and optimize.

    Thanked by 2rurutia farsighter
  • edited May 2025

    Gemini 2.5 Pro via AI Studio, quite good for programming, haven't encountered query limits compared to the main Gemini page.

  • rurutiarurutia Member

    @CyberneticTitan said:
    Gemini 2.5 Pro via AI Studio, quite good for programming, haven't encountered query limits compared to the main Gemini page.

    Yes, bro, and you can use the API to call the development version model, such as the latest gemini-2.5-pro-preview-05-06.

  • TrKTrK Member
    edited May 2025

    Ollama with llama3.4 + qwen2.5-code

  • @oloke said: I have phi4, gemma3 and qwen3 on ollama+openwebui and honestly they're enough for most tasks.

    What model sizes (in billion parameters) do you run?

  • olokeoloke Member, Host Rep

    @BasToTheMax said:

    @oloke said: I have phi4, gemma3 and qwen3 on ollama+openwebui and honestly they're enough for most tasks.

    What model sizes (in billion parameters) do you run?

    8B qwen3, 12B gemma3, 14B phi4
    My GPU has 12GB vram

    Thanked by 1BasToTheMax
  • jarjar Patron Provider, Top Host, Veteran

    Claude for code (don't call me a vibe coder), ChatGPT for everything else.

  • back and forth with grok and gemini, lately trying new qwen 3 it seems promising

  • deepseek-reasoner/deepseek-chat, both local and official api. in my experience, gemini keeps yapping too much when i prompt to refactor my already fairly complex rust code. claude works great but too expensive when deepseek exists, and i’d rather avoid us companies in this regard. mistral works pretty well as 4o-mini/text-embedding-3 alternative.

  • Does anyone know which models have the most generous free API usage at the moment?

    I have a fairly big text classification job, (categorising ~8K recipes for mealie), but I didn't pay for the recipes and don't want to pay to classify them either 😜

  • loayloay Member

    @CloudHopper said:
    Does anyone know which models have the most generous free API usage at the moment?

    I have a fairly big text classification job, (categorising ~8K recipes for mealie), but I didn't pay for the recipes and don't want to pay to classify them either 😜

    Gemma 3 is the best for this (14k request per day), but it lacks structured output support. You can do that by a prompt or use Gemini 2.0 Flash which is limited to 1500 request per day.
    xAI also offers $150 per month free credits

    Thanked by 1CloudHopper
  • Subscribed to ChatGPT, use it for general stuff and general image generation.

    Also use Google Labs Image FX for free image generation, I find it gives more specifics on what you ask for.

    Use Gemini and DeepSeek interchangeably when I want a different take on something.

    Use Claude Sonet for content/article generation.

    Have been using Grok quite a bit lately as it’s very fast and especially good with tech/coding stuff.

    Thanked by 1DediRock
  • Chatgpt free for most questions, then use Gemini to double check.

    Thanked by 1DediRock
  • @CloudHopper said:
    Does anyone know which models have the most generous free API usage at the moment?

    I have a fairly big text classification job, (categorising ~8K recipes for mealie), but I didn't pay for the recipes and don't want to pay to classify them either 😜

    Try Gemini (can’t remember what the base model is called) preview models. Free api use but some rate limits.

    Thanked by 1CloudHopper
  • @loay said:

    @CloudHopper said:
    Does anyone know which models have the most generous free API usage at the moment?

    I have a fairly big text classification job, (categorising ~8K recipes for mealie), but I didn't pay for the recipes and don't want to pay to classify them either 😜

    Gemma 3 is the best for this (14k request per day), but it lacks structured output support. You can do that by a prompt or use Gemini 2.0 Flash which is limited to 1500 request per day.
    xAI also offers $150 per month free credits

    This looks perfect. Thanks for that!

    Model: Gemma 3
    Request Per Minute: 30
    Tokens Per Minute: 15,000
    Requests Per Day: 14,400

    It'll process my 8K recipes in a few hours, and I'll have enough requests to do them individually so structured output won't matter.

  • mwmw Member

    t3.chat for every model for $8

    gemma 3 (unsloth) on my macbook for flights

  • RubbenRubben Member

    chatgippity

  • rustelekomrustelekom Member, Patron Provider

    GigaChat bot in Telegram for:

    1) Rewrite text to check grammar and style.
    2) Small addition/modification in code.
    3) Generation images for banners etc.

    It is work well for Russian language.

    Thanked by 1fatchan
  • Grok 3 at most, it's smart enough

  • sliixsliix Member
    edited May 2025

    Been using Gemini 2.5 Pro more and more lately. Others are o4-mini and Grok Mini, and sometimes Claude 3.7.

    All via APIs to my selfhosted Open Web UI.

Sign In or Register to comment.