feat(03-05): add Ollama, vLLM, LocalAI, LM Studio, llama.cpp provider YAMLs
- 5 Tier 8 self-hosted runtime provider definitions (keyword-only) - Localhost endpoints and env var anchors for OSINT correlation - Dual-located in providers/ and pkg/providers/definitions/
This commit is contained in:
18
pkg/providers/definitions/llamacpp.yaml
Normal file
18
pkg/providers/definitions/llamacpp.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
format_version: 1
|
||||
name: llamacpp
|
||||
display_name: llama.cpp server
|
||||
tier: 8
|
||||
last_verified: "2026-04-05"
|
||||
keywords:
|
||||
- "llama.cpp"
|
||||
- "llama-cpp"
|
||||
- "llama_cpp"
|
||||
- "LLAMA_API_KEY"
|
||||
- "ggml"
|
||||
- "gguf"
|
||||
verify:
|
||||
method: GET
|
||||
url: ""
|
||||
headers: {}
|
||||
valid_status: []
|
||||
invalid_status: []
|
||||
17
pkg/providers/definitions/lmstudio.yaml
Normal file
17
pkg/providers/definitions/lmstudio.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
format_version: 1
|
||||
name: lmstudio
|
||||
display_name: LM Studio
|
||||
tier: 8
|
||||
last_verified: "2026-04-05"
|
||||
keywords:
|
||||
- "lmstudio"
|
||||
- "lm-studio"
|
||||
- "LMSTUDIO_API_KEY"
|
||||
- "localhost:1234"
|
||||
- "lmstudio.ai"
|
||||
verify:
|
||||
method: GET
|
||||
url: ""
|
||||
headers: {}
|
||||
valid_status: []
|
||||
invalid_status: []
|
||||
17
pkg/providers/definitions/localai.yaml
Normal file
17
pkg/providers/definitions/localai.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
format_version: 1
|
||||
name: localai
|
||||
display_name: LocalAI
|
||||
tier: 8
|
||||
last_verified: "2026-04-05"
|
||||
keywords:
|
||||
- "localai"
|
||||
- "LOCALAI_API_KEY"
|
||||
- "go-skynet"
|
||||
- "localai.io"
|
||||
- "localhost:8080"
|
||||
verify:
|
||||
method: GET
|
||||
url: ""
|
||||
headers: {}
|
||||
valid_status: []
|
||||
invalid_status: []
|
||||
19
pkg/providers/definitions/ollama.yaml
Normal file
19
pkg/providers/definitions/ollama.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
format_version: 1
|
||||
name: ollama
|
||||
display_name: Ollama
|
||||
tier: 8
|
||||
last_verified: "2026-04-05"
|
||||
keywords:
|
||||
- "ollama"
|
||||
- "OLLAMA_HOST"
|
||||
- "OLLAMA_API_KEY"
|
||||
- "OLLAMA_MODELS"
|
||||
- "localhost:11434"
|
||||
- "127.0.0.1:11434"
|
||||
- "api/generate"
|
||||
verify:
|
||||
method: GET
|
||||
url: ""
|
||||
headers: {}
|
||||
valid_status: []
|
||||
invalid_status: []
|
||||
18
pkg/providers/definitions/vllm.yaml
Normal file
18
pkg/providers/definitions/vllm.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
format_version: 1
|
||||
name: vllm
|
||||
display_name: vLLM
|
||||
tier: 8
|
||||
last_verified: "2026-04-05"
|
||||
keywords:
|
||||
- "vllm"
|
||||
- "VLLM_API_KEY"
|
||||
- "vllm-openai"
|
||||
- "--api-key"
|
||||
- "openai.api_server"
|
||||
- "vllm.entrypoints"
|
||||
verify:
|
||||
method: GET
|
||||
url: ""
|
||||
headers: {}
|
||||
valid_status: []
|
||||
invalid_status: []
|
||||
18
providers/llamacpp.yaml
Normal file
18
providers/llamacpp.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
format_version: 1
|
||||
name: llamacpp
|
||||
display_name: llama.cpp server
|
||||
tier: 8
|
||||
last_verified: "2026-04-05"
|
||||
keywords:
|
||||
- "llama.cpp"
|
||||
- "llama-cpp"
|
||||
- "llama_cpp"
|
||||
- "LLAMA_API_KEY"
|
||||
- "ggml"
|
||||
- "gguf"
|
||||
verify:
|
||||
method: GET
|
||||
url: ""
|
||||
headers: {}
|
||||
valid_status: []
|
||||
invalid_status: []
|
||||
17
providers/lmstudio.yaml
Normal file
17
providers/lmstudio.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
format_version: 1
|
||||
name: lmstudio
|
||||
display_name: LM Studio
|
||||
tier: 8
|
||||
last_verified: "2026-04-05"
|
||||
keywords:
|
||||
- "lmstudio"
|
||||
- "lm-studio"
|
||||
- "LMSTUDIO_API_KEY"
|
||||
- "localhost:1234"
|
||||
- "lmstudio.ai"
|
||||
verify:
|
||||
method: GET
|
||||
url: ""
|
||||
headers: {}
|
||||
valid_status: []
|
||||
invalid_status: []
|
||||
17
providers/localai.yaml
Normal file
17
providers/localai.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
format_version: 1
|
||||
name: localai
|
||||
display_name: LocalAI
|
||||
tier: 8
|
||||
last_verified: "2026-04-05"
|
||||
keywords:
|
||||
- "localai"
|
||||
- "LOCALAI_API_KEY"
|
||||
- "go-skynet"
|
||||
- "localai.io"
|
||||
- "localhost:8080"
|
||||
verify:
|
||||
method: GET
|
||||
url: ""
|
||||
headers: {}
|
||||
valid_status: []
|
||||
invalid_status: []
|
||||
19
providers/ollama.yaml
Normal file
19
providers/ollama.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
format_version: 1
|
||||
name: ollama
|
||||
display_name: Ollama
|
||||
tier: 8
|
||||
last_verified: "2026-04-05"
|
||||
keywords:
|
||||
- "ollama"
|
||||
- "OLLAMA_HOST"
|
||||
- "OLLAMA_API_KEY"
|
||||
- "OLLAMA_MODELS"
|
||||
- "localhost:11434"
|
||||
- "127.0.0.1:11434"
|
||||
- "api/generate"
|
||||
verify:
|
||||
method: GET
|
||||
url: ""
|
||||
headers: {}
|
||||
valid_status: []
|
||||
invalid_status: []
|
||||
18
providers/vllm.yaml
Normal file
18
providers/vllm.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
format_version: 1
|
||||
name: vllm
|
||||
display_name: vLLM
|
||||
tier: 8
|
||||
last_verified: "2026-04-05"
|
||||
keywords:
|
||||
- "vllm"
|
||||
- "VLLM_API_KEY"
|
||||
- "vllm-openai"
|
||||
- "--api-key"
|
||||
- "openai.api_server"
|
||||
- "vllm.entrypoints"
|
||||
verify:
|
||||
method: GET
|
||||
url: ""
|
||||
headers: {}
|
||||
valid_status: []
|
||||
invalid_status: []
|
||||
Reference in New Issue
Block a user