Home Explore Blog Models CI



models 1 ~ 2
Help
X

Ragit uses AI models to answer your queries. You can use various AI models. Most models are pre-installed, so you don't have to download one from here.

Changing models

You can use rag config --set model gpt-4o command to change the model. If the model is not pre-installed, it will throw an error.

Downloading models

Ragit's model list can be found at .ragit/models.json (local) or ~/.config/ragit (global, if exists). You can either edit the json file manually, or use rag model command.

Using rag model command is simple. You'll see download button in each model card. Click the download button, paste the command, and run it. Then you'll have the model in your knowledge-base.

List models

You can use rag ls-models command to see available models in your local machine.

gpt-oss-20b-groq
Report Issue  

api: openai-compatible (https://api.groq.com/openai/v1/chat/completions)
price: input 0.1$, output 0.5$
modality: text only
tags: #gpt#groq#openai#20b
gpt-oss-20b-ollama
Report Issue  

api: openai-compatible (http://127.0.0.1:11434/v1/chat/completions)
price: input 0$, output 0$
modality: text only
tags: #gpt#ollama#openai#20b