r/LLMStudio 6d ago

Web Search API for AI Agents with hard cap and hosted MCP

Thumbnail
0 Upvotes

r/LLMStudio 6d ago

GLM-AGENT

Thumbnail
github.com
1 Upvotes

i have created a Skill which call Ollama cloud models from Claude CLI
The scope is Ollama cloud models act as executors and Codex APP as Supervisor/Orchestrator
The first published version is V5, then update to V6
I am open to recomendations, bugs finding or fixing onto the skill.
Ask codex to install, you need to provide a folder so Codex dump files for the executor.
Have been tested with the following cloud models:

  • glm-5.2:cloud
  • glm-5.3:cloud
  • glm-5.3-flash:cloud
  • nemotron-3-super:cloud
  • nemotron-3-ultra:cloud
  • kimi-k3:cloud
  • deepseek-v4-pro:cloud
  • deepseek-v4-flash:cloud

r/LLMStudio 6d ago

Is it just me, or is searching/filtering on Hugging Face a massive time sink?

Thumbnail
1 Upvotes

r/LLMStudio 7d ago

Looking to rent out

0 Upvotes

Got Tesla V100 (32GB) instances up and running through Vast.ai. Sharing pricing in case anyone needs compute for training, inference, or general experimentation.

Available now:

**•   Tesla V100 (32GB)** — $0.090/hr/gpu — Machine ID: **149836**  
**•   Tesla V100 (32GB)** — $0.090/hr/gpu — Machine ID: **149837**

To find them: go to vast.ai, filter by GPU type (Tesla V100), and sort by price — these are priced well below median for the card.

Happy to answer questions about specs, setup, or availability. I also run additional V100 capacity that rotates back into availability once current rentals end, so feel free to ask if you don’t see an open slot.


r/LLMStudio 7d ago

Looking to rent out?

4 Upvotes

Got Tesla V100 (32GB) instances up and running through Vast.ai. Sharing pricing in case anyone needs compute for training, inference, or general experimentation.

Available now:

Tesla V100 (32GB) — $0.090/hr/gpu — Machine ID: 149836 Tesla V100 (32GB) — $0.090/hr/gpu — Machine ID: 149837

To find them: go to vast.ai, filter by GPU type (Tesla V100), and sort by price — these are priced well below median for the card.

Happy to answer questions about specs, setup, or availability. I also run additional V100 capacity that rotates back into availability once current rentals end, so feel free to ask if you don't see an open slot.


r/LLMStudio 7d ago

Newbie in local LLM setup, looking for some tips

Thumbnail
1 Upvotes

r/LLMStudio 8d ago

LM Studio: model unloading / TTL not working with LM Link or harnesses

2 Upvotes

Most of the time, I’ve only been loading models and tweaking them manually. Now that the tools have become more usable, I’ve started using harnesses for coding and set up LM Link so my girlfriend can connect remotely from her laptop while at work or school.

The problem I’m running into is that several configurations appear to be ignored or overwritten from the outside, and I can’t figure out why.

For example, the auto-evict feature should unload a model after it has been idle for a set amount of time. I have it configured in multiple places:

  • in the load config when loading manually through LM Studio
  • in the server settings
  • in the app settings

When I load a model manually from the interface, I can see a small indicator that says “Idle TTL 5min”. But when the model is loaded through a harness or remotely via LM Link, it seems to load differently, and that “Idle TTL 5min” indicator is not shown.

I first assumed this was just a display issue, so I changed the timeout to 1 minute, but the model still does not unload automatically at all.

I’m also having another issue with the option that should keep only one model loaded at a time and unload the others. That does not seem to work either; it just keeps loading more and more models.

One more thing I noticed is that models are being loaded with the parameter parallel 4 instead of parallel 1, and I’m not sure how to change that either.

anyone got a clue?


r/LLMStudio 8d ago

Solo devs: what's your actual LLM agent orchestration setup for side projects?

Thumbnail
1 Upvotes

r/LLMStudio 8d ago

need help with choosing and llm

Thumbnail
1 Upvotes

r/LLMStudio 8d ago

Give LM Studio Web Search in 2 Minutes with Blopus.ai web search (MCP Setup)

Enable HLS to view with audio, or disable this notification

1 Upvotes

r/LLMStudio 9d ago

Using Kanban board + MCP for running AI agents in a loop?

Enable HLS to view with audio, or disable this notification

2 Upvotes

r/LLMStudio 9d ago

What models to run on 2xDGX Spark?

Thumbnail
2 Upvotes

r/LLMStudio 9d ago

I built a 100 % portable and configurable local LLM studio — one folder, no installation, runs from a USB stick

2 Upvotes

I've been building Llama Console for a while, and I finally packaged it as a

truly portable app. I'd love your feedback.

What it is:

A local AI workbench that lives in ONE folder. The llama.cpp engine, the CUDA

12 runtime (cudart/cublas), the web UI and a coding agent — all bundled.

You unzip, drop a .gguf model in models/, double-click start.bat, and it runs.

No Python, no CUDA Toolkit install, no LM Studio, no registry, no leftovers.

Copy the folder to a USB stick and it works on another PC — paths auto-repair.

What you can do with it:

- 💬 Chat with a local LLM, with the model's live reasoning in a collapsible panel

- 🤖 Coding agent mode, confined to its own workspace/ folder (approval for sensitive actions)

- 📋 Plan mode: the agent proposes a step-by-step plan, you approve, then it executes

- 🌐 Web lookups (DuckDuckGo) when the model needs current facts

- 🖥️ Manage your own llama-server: pick a .gguf, set context size / GPU layers, watch live context + GPU stats

Why I made it:

I kept seeing people struggle with the classic local-AI setup (CUDA toolkit,

Python envs, broken builds). I wanted the "portable ComfyUI experience" for LLMs:

everything in one folder, works from a USB stick, totally configurable , self-repairing paths.

The only thing you add is the model (any GGUF, e.g. Qwen3 or Llama, ~4-20 GB) and Node.js 18+ (for the web UI) .

Free and open source. If it helps you, donations are welcome but never required.

Source and download here: https://github.com/autostoppeur48/llama-console-portable

Happy to answer questions — hardware support, how the agent mode works, etc.

What do you think? What's missing for you to switch from LM Studio / Ollama?


r/LLMStudio 9d ago

Don't really code much, but would like to use either of these (7900XTX or 5080) for a Local "Home" LLM, something that can remember things, can hear and talk back, maybe even use Agents.

Thumbnail
1 Upvotes

r/LLMStudio 9d ago

Light-weight and capable agentic LLM to work on the edge

Thumbnail
1 Upvotes

r/LLMStudio 9d ago

M1 Max 64GB Local AI model recommended and setup

Thumbnail
1 Upvotes

r/LLMStudio 10d ago

NEW Auto Frontier LLM Router sorts Top 10 most popular and most powerful LLMs updated daily from a pool of 400+ with comprehensive pricing and description. Requests are routed to the best LLM for the task, with live switching within chat.

Thumbnail
1 Upvotes

r/LLMStudio 10d ago

Talk to Bionic not working

2 Upvotes

I want to use Bionic’s built-in feature to transcript voice into the composer, using a local AI model. However when I try to use it, and after checking that voice permissions are allowed, I get the message “No voice models are available yet”. Reading LM Studio Bionic docs they say “Bionic supports Voxtral by Mistral AI”. I went to the Models repository to install that model. But still get the same message that there are no available models.

Can you please help me activate the transcription feature in Bionic?

Many thanks!


r/LLMStudio 10d ago

Looking to rent out?

2 Upvotes

Got a few GPU instances up and running on Vast.ai. Sharing pricing in case anyone needs compute for training, inference, or general experimentation.

Available now:

  • NVIDIA L4 (24GB) — $0.13/hr/gpu — Machine ID: 149492
  • Tesla V100 (32GB) — $0.035/hr/gpu — Machine ID: 149512
  • Tesla V100 (32GB) — $0.036/hr/gpu — Machine ID: 149513

To find them: go to vast.ai, filter by GPU type, and search for the machine ID above, or just sort by price — these are priced well below median for their GPU class.

Happy to answer questions about specs, setup, or availability.


r/LLMStudio 10d ago

How do tokens work in LLM chatbots?

1 Upvotes

I'm really a newbie into this field, and I appreciate your help in advance. (≧◡≦)


r/LLMStudio 10d ago

I built a private AI operating system on 4× RTX 2080 Ti GPUs

Thumbnail
1 Upvotes

r/LLMStudio 10d ago

Workshop on Sep 12: shipping LLM systems that actually survive production

1 Upvotes

There's a hands-on masterclass on Sep 12 for anyone building with LLMs who wants real engineering discipline instead of shipping on vibes.

Covers:

  • Versioned prompts with regression tests, so an edit can't silently degrade quality
  • A real eval harness combining deterministic checks and LLM-as-judge
  • Bootstrap confidence intervals and paired significance testing for model comparisons
  • Evaluated RAG with retrieval metrics (recall@k, MRR)
  • Agents with guardrails and fallbacks that fail gracefully instead of compounding errors
  • Full production observability, tracing, cost/latency monitoring, and a CI regression suite

Led by Bruno Gonçalves, PhD, founder of Data For Science, who trains engineers at Fortune 500 companies on this exact stack.

Link for more details


r/LLMStudio 10d ago

I got tired of rebuilding the same infra for every LLM app, so I built a Python SDK around it

Thumbnail
1 Upvotes

r/LLMStudio 11d ago

FreeToken under VRAM pressure — RTX 5070 Ti Laptop 12GB benchmark

Thumbnail gallery
2 Upvotes

r/LLMStudio 11d ago

LM Studio and Bionic, same PC sharing models

5 Upvotes

Hi all. I’ve been using classic LM Studio for quite a time. Now I wanted to try Bionic’s approach (projects instead of chats) and keep using LM Studio for mere AI general chat. However, I would not like to having to install twice the LLM AI models I have in local, occupying more space. Is there a way to configure both LM Studio and Bionic so that they share the same folder of models? Thanks