Ollama
https://ollama.com/download
curl -fsSL https://ollama.com/install.sh | sh
ollama run llama3
Nvidia GPUs / CUDA capability
https://github.com/ollama/ollama/blob/main/docs/gpu.md
Docker
https://hub.docker.com/r/ollama/ollama
Links
https://github.com/ollama/ollama
API
# list models
https://ai.example.com/v1/models
OpenChamber
https://github.com/openchamber/openchamber
Snippents
# disable logging in bifrost
curl -X PUT http://localhost:8080/api/config \
-H 'Content-Type: application/json' \
-d '{"client_config": {"enable_logging": false}}'
https://docs.getbifrost.ai/providers/request-options
{
"$schema": "https://opencode.ai/config.json",
"enabled_providers": [
"ew"
],
"provider": {
"ew": {
"npm": "@ai-sdk/openai-compatible",
"name": "ai.example.com",
"options": {
"baseURL": "https://ai.example.com/v1",
"apiKey": "{file:~/.config/opencode/ew-key}",
"headers": {
"x-bf-disable-content-logging": "true"
}
},
"models": {
"ew/glm-5.3-flash": {
"name": "ew/glm-5.3-flash",
"modalities": {
"input": [
"text",
"image"
],
"output": [
"text"
]
}
}
}
}
}
}
<strong>Links</strong>
https://openrouter.ai/
https://github.com/code-yeongyu/oh-my-openagent - Sisyphus agent
https://zimage.run/ - image generator