Skip to main content

Continue.dev Integration

Samaira supports Continue.dev

Integration

  1. Go to Continue.dev config file or create Add Chat Model and then config file bellow Connect

  2. Add the following config and replace the YOUR_API_KEY with Your Key


name: Local Assistant
version: 1.0.0
schema: v1
models:
- name: Autodetect
model: AUTODETECT
provider: openai
apiBase: https://inference.samaira.ai/openai
apiKey: YOUR_API_KEY
roles:
- autocomplete
- chat
context:
- provider: code
- provider: docs
- provider: diff
- provider: terminal
- provider: problems
- provider: folder
- provider: codebase
  1. Save it

  2. Wait for 5 sec for it grab the models list

  3. Check the Models dropdown and select the model you prefer, ex: qwen2.5-coder

  4. Video For Reference - https://www.youtube.com/watch?v=zDXRgaGsUvg

Coding Tuned Models

qwen2.5-coder
deepseek-v3-0324
deepseekr1-llama
devstral
qwen3-14b
qwen3-30b-a3b
qwq-32b
mistral3-24b
gemini-2.0-flash-001
Setup AutoComplete
  1. Click on the Expand Tool Bar in Continue and select the first icon of model

  2. Select the prefered Autocomplete model in the autocomplete section, ex: qwen2.5-coder

Tools Call Support

We are still testing Tools calling in supported models, we do support function call but its on beta and not recommeded at the moment.

Image to Code

Certain Multi Modal Models like gemma3 supports image upload and code generations but its still in beta and not recommeded at the moment.