feat(02-04): add SambaNova, OctoAI, Friendli provider YAMLs
- SambaNova with live verify endpoint (api.sambanova.ai/v1/models) - OctoAI generic-format with keyword anchors - Friendli with flp_ prefix pattern (medium confidence) - Dual-located in providers/ and pkg/providers/definitions/ - Completes PROV-02: all 14 Tier 2 providers defined
This commit is contained in:
23
pkg/providers/definitions/friendli.yaml
Normal file
23
pkg/providers/definitions/friendli.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
format_version: 1
|
||||
name: friendli
|
||||
display_name: Friendli
|
||||
tier: 2
|
||||
last_verified: "2026-04-05"
|
||||
keywords:
|
||||
- "friendli"
|
||||
- "friendli.ai"
|
||||
- "FRIENDLI_TOKEN"
|
||||
- "flp_"
|
||||
patterns:
|
||||
- regex: 'flp_[A-Za-z0-9]{20,}'
|
||||
entropy_min: 3.5
|
||||
confidence: medium
|
||||
- regex: '[A-Za-z0-9]{32,}'
|
||||
entropy_min: 4.0
|
||||
confidence: low
|
||||
verify:
|
||||
method: GET
|
||||
url: ""
|
||||
headers: {}
|
||||
valid_status: []
|
||||
invalid_status: []
|
||||
20
pkg/providers/definitions/octoai.yaml
Normal file
20
pkg/providers/definitions/octoai.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
format_version: 1
|
||||
name: octoai
|
||||
display_name: OctoAI
|
||||
tier: 2
|
||||
last_verified: "2026-04-05"
|
||||
keywords:
|
||||
- "octoai"
|
||||
- "octo.ai"
|
||||
- "OCTOAI_TOKEN"
|
||||
- "OCTOAI_API_KEY"
|
||||
patterns:
|
||||
- regex: '[A-Za-z0-9\-_\.]{40,}'
|
||||
entropy_min: 4.0
|
||||
confidence: low
|
||||
verify:
|
||||
method: GET
|
||||
url: ""
|
||||
headers: {}
|
||||
valid_status: []
|
||||
invalid_status: []
|
||||
25
pkg/providers/definitions/sambanova.yaml
Normal file
25
pkg/providers/definitions/sambanova.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
format_version: 1
|
||||
name: sambanova
|
||||
display_name: SambaNova
|
||||
tier: 2
|
||||
last_verified: "2026-04-05"
|
||||
keywords:
|
||||
- "sambanova"
|
||||
- "sambanova.ai"
|
||||
- "SAMBANOVA_API_KEY"
|
||||
- "sambastudio"
|
||||
- "api.sambanova.ai"
|
||||
patterns:
|
||||
- regex: '[a-f0-9\-]{36}'
|
||||
entropy_min: 3.5
|
||||
confidence: low
|
||||
- regex: '[A-Za-z0-9]{40,}'
|
||||
entropy_min: 4.0
|
||||
confidence: low
|
||||
verify:
|
||||
method: GET
|
||||
url: https://api.sambanova.ai/v1/models
|
||||
headers:
|
||||
Authorization: "Bearer {KEY}"
|
||||
valid_status: [200]
|
||||
invalid_status: [401, 403]
|
||||
23
providers/friendli.yaml
Normal file
23
providers/friendli.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
format_version: 1
|
||||
name: friendli
|
||||
display_name: Friendli
|
||||
tier: 2
|
||||
last_verified: "2026-04-05"
|
||||
keywords:
|
||||
- "friendli"
|
||||
- "friendli.ai"
|
||||
- "FRIENDLI_TOKEN"
|
||||
- "flp_"
|
||||
patterns:
|
||||
- regex: 'flp_[A-Za-z0-9]{20,}'
|
||||
entropy_min: 3.5
|
||||
confidence: medium
|
||||
- regex: '[A-Za-z0-9]{32,}'
|
||||
entropy_min: 4.0
|
||||
confidence: low
|
||||
verify:
|
||||
method: GET
|
||||
url: ""
|
||||
headers: {}
|
||||
valid_status: []
|
||||
invalid_status: []
|
||||
20
providers/octoai.yaml
Normal file
20
providers/octoai.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
format_version: 1
|
||||
name: octoai
|
||||
display_name: OctoAI
|
||||
tier: 2
|
||||
last_verified: "2026-04-05"
|
||||
keywords:
|
||||
- "octoai"
|
||||
- "octo.ai"
|
||||
- "OCTOAI_TOKEN"
|
||||
- "OCTOAI_API_KEY"
|
||||
patterns:
|
||||
- regex: '[A-Za-z0-9\-_\.]{40,}'
|
||||
entropy_min: 4.0
|
||||
confidence: low
|
||||
verify:
|
||||
method: GET
|
||||
url: ""
|
||||
headers: {}
|
||||
valid_status: []
|
||||
invalid_status: []
|
||||
25
providers/sambanova.yaml
Normal file
25
providers/sambanova.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
format_version: 1
|
||||
name: sambanova
|
||||
display_name: SambaNova
|
||||
tier: 2
|
||||
last_verified: "2026-04-05"
|
||||
keywords:
|
||||
- "sambanova"
|
||||
- "sambanova.ai"
|
||||
- "SAMBANOVA_API_KEY"
|
||||
- "sambastudio"
|
||||
- "api.sambanova.ai"
|
||||
patterns:
|
||||
- regex: '[a-f0-9\-]{36}'
|
||||
entropy_min: 3.5
|
||||
confidence: low
|
||||
- regex: '[A-Za-z0-9]{40,}'
|
||||
entropy_min: 4.0
|
||||
confidence: low
|
||||
verify:
|
||||
method: GET
|
||||
url: https://api.sambanova.ai/v1/models
|
||||
headers:
|
||||
Authorization: "Bearer {KEY}"
|
||||
valid_status: [200]
|
||||
invalid_status: [401, 403]
|
||||
Reference in New Issue
Block a user