Skip to content

LM Studio Setup for Askimo App

Connect Askimo App to LM Studio for reliable, private local AI model management.

  • Server URL: LM Studio server endpoint
    • Default: http://localhost:1234/v1
    • For remote servers: http://your-server:1234/v1
  • Timeout: Connection timeout (default: 120s)
  • Available Models: Detected from your LM Studio instance
  1. Download and install LM Studio from lmstudio.ai
  2. Launch LM Studio
  3. Download a model from the model browser
  4. Start the local server in LM Studio:
    • Click on the “Local Server” tab
    • Click “Start Server”
  5. In Askimo, the server will be auto-detected
  6. Select a model from the dropdown
  7. Click “Test Connection” to verify
  1. Click on the menu bar
  2. Select “Settings”
  3. Navigate to the “AI Providers” tab
  4. Select “LM Studio” from the provider list

Keyboard Shortcut: ⌘ + , (macOS) or Ctrl + , (Windows/Linux) then click “AI Providers”

General Purpose:

  • Llama 2 - Meta’s open-source model
  • Mistral 7B - Efficient and capable
  • Mixtral 8x7B - Mixture of experts model

Code-Focused:

  • CodeLlama - Specialized for programming
  • WizardCoder - Code generation
  • DeepSeek Coder - Advanced coding assistant

Lightweight:

  • Phi-2 - Microsoft’s small but powerful model
  • TinyLlama - Ultra-lightweight option

Cannot Connect?

  • Verify LM Studio server is running
  • Check that port 1234 is not blocked
  • Ensure correct server URL in settings
  • Try restarting LM Studio

Model Not Loading?

  • Check if model is fully downloaded in LM Studio
  • Verify sufficient RAM/VRAM available
  • Try a smaller model first
  • Check LM Studio logs for errors

Slow Inference?

  • Enable GPU acceleration in LM Studio
  • Use quantized models (4-bit or 8-bit)
  • Close unnecessary applications
  • Monitor RAM/VRAM usage

Custom Server Port: If using a different port in LM Studio, update the Server URL:

http://localhost:YOUR_PORT/v1

Remote LM Studio: Connect to LM Studio running on another machine:

http://REMOTE_IP:1234/v1