feat(02-04): add Lepton, Modal, Cerebrium, Novita provider YAMLs
- Lepton AI generic-format with keyword anchors - Modal dual token (token_id ak-, token_secret as-) medium confidence - Cerebrium generic-format with keyword anchors - NovitaAI with live verify endpoint (api.novita.ai/v3/openai/models) - Dual-located in providers/ and pkg/providers/definitions/
This commit is contained in:
20
pkg/providers/definitions/cerebrium.yaml
Normal file
20
pkg/providers/definitions/cerebrium.yaml
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
format_version: 1
|
||||||
|
name: cerebrium
|
||||||
|
display_name: Cerebrium
|
||||||
|
tier: 2
|
||||||
|
last_verified: "2026-04-05"
|
||||||
|
keywords:
|
||||||
|
- "cerebrium"
|
||||||
|
- "cerebrium.ai"
|
||||||
|
- "CEREBRIUM_API_KEY"
|
||||||
|
- "api.cortex.cerebrium.ai"
|
||||||
|
patterns:
|
||||||
|
- 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/lepton.yaml
Normal file
20
pkg/providers/definitions/lepton.yaml
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
format_version: 1
|
||||||
|
name: lepton
|
||||||
|
display_name: Lepton AI (DGX Cloud Lepton)
|
||||||
|
tier: 2
|
||||||
|
last_verified: "2026-04-05"
|
||||||
|
keywords:
|
||||||
|
- "lepton"
|
||||||
|
- "lepton.ai"
|
||||||
|
- "LEPTON_API_TOKEN"
|
||||||
|
- "dgx-cloud-lepton"
|
||||||
|
patterns:
|
||||||
|
- regex: '[A-Za-z0-9]{32,}'
|
||||||
|
entropy_min: 4.0
|
||||||
|
confidence: low
|
||||||
|
verify:
|
||||||
|
method: GET
|
||||||
|
url: ""
|
||||||
|
headers: {}
|
||||||
|
valid_status: []
|
||||||
|
invalid_status: []
|
||||||
25
pkg/providers/definitions/modal.yaml
Normal file
25
pkg/providers/definitions/modal.yaml
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
format_version: 1
|
||||||
|
name: modal
|
||||||
|
display_name: Modal
|
||||||
|
tier: 2
|
||||||
|
last_verified: "2026-04-05"
|
||||||
|
keywords:
|
||||||
|
- "modal"
|
||||||
|
- "modal.com"
|
||||||
|
- "MODAL_TOKEN_ID"
|
||||||
|
- "MODAL_TOKEN_SECRET"
|
||||||
|
- "ak-"
|
||||||
|
- "as-"
|
||||||
|
patterns:
|
||||||
|
- regex: 'ak-[A-Za-z0-9]{20,}'
|
||||||
|
entropy_min: 3.5
|
||||||
|
confidence: medium
|
||||||
|
- regex: 'as-[A-Za-z0-9]{20,}'
|
||||||
|
entropy_min: 3.5
|
||||||
|
confidence: medium
|
||||||
|
verify:
|
||||||
|
method: GET
|
||||||
|
url: ""
|
||||||
|
headers: {}
|
||||||
|
valid_status: []
|
||||||
|
invalid_status: []
|
||||||
21
pkg/providers/definitions/novita.yaml
Normal file
21
pkg/providers/definitions/novita.yaml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
format_version: 1
|
||||||
|
name: novita
|
||||||
|
display_name: NovitaAI
|
||||||
|
tier: 2
|
||||||
|
last_verified: "2026-04-05"
|
||||||
|
keywords:
|
||||||
|
- "novita"
|
||||||
|
- "novita.ai"
|
||||||
|
- "NOVITA_API_KEY"
|
||||||
|
- "api.novita.ai"
|
||||||
|
patterns:
|
||||||
|
- regex: '[A-Za-z0-9_\-]{32,}'
|
||||||
|
entropy_min: 4.0
|
||||||
|
confidence: low
|
||||||
|
verify:
|
||||||
|
method: GET
|
||||||
|
url: https://api.novita.ai/v3/openai/models
|
||||||
|
headers:
|
||||||
|
Authorization: "Bearer {KEY}"
|
||||||
|
valid_status: [200]
|
||||||
|
invalid_status: [401, 403]
|
||||||
20
providers/cerebrium.yaml
Normal file
20
providers/cerebrium.yaml
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
format_version: 1
|
||||||
|
name: cerebrium
|
||||||
|
display_name: Cerebrium
|
||||||
|
tier: 2
|
||||||
|
last_verified: "2026-04-05"
|
||||||
|
keywords:
|
||||||
|
- "cerebrium"
|
||||||
|
- "cerebrium.ai"
|
||||||
|
- "CEREBRIUM_API_KEY"
|
||||||
|
- "api.cortex.cerebrium.ai"
|
||||||
|
patterns:
|
||||||
|
- regex: '[A-Za-z0-9]{32,}'
|
||||||
|
entropy_min: 4.0
|
||||||
|
confidence: low
|
||||||
|
verify:
|
||||||
|
method: GET
|
||||||
|
url: ""
|
||||||
|
headers: {}
|
||||||
|
valid_status: []
|
||||||
|
invalid_status: []
|
||||||
20
providers/lepton.yaml
Normal file
20
providers/lepton.yaml
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
format_version: 1
|
||||||
|
name: lepton
|
||||||
|
display_name: Lepton AI (DGX Cloud Lepton)
|
||||||
|
tier: 2
|
||||||
|
last_verified: "2026-04-05"
|
||||||
|
keywords:
|
||||||
|
- "lepton"
|
||||||
|
- "lepton.ai"
|
||||||
|
- "LEPTON_API_TOKEN"
|
||||||
|
- "dgx-cloud-lepton"
|
||||||
|
patterns:
|
||||||
|
- regex: '[A-Za-z0-9]{32,}'
|
||||||
|
entropy_min: 4.0
|
||||||
|
confidence: low
|
||||||
|
verify:
|
||||||
|
method: GET
|
||||||
|
url: ""
|
||||||
|
headers: {}
|
||||||
|
valid_status: []
|
||||||
|
invalid_status: []
|
||||||
25
providers/modal.yaml
Normal file
25
providers/modal.yaml
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
format_version: 1
|
||||||
|
name: modal
|
||||||
|
display_name: Modal
|
||||||
|
tier: 2
|
||||||
|
last_verified: "2026-04-05"
|
||||||
|
keywords:
|
||||||
|
- "modal"
|
||||||
|
- "modal.com"
|
||||||
|
- "MODAL_TOKEN_ID"
|
||||||
|
- "MODAL_TOKEN_SECRET"
|
||||||
|
- "ak-"
|
||||||
|
- "as-"
|
||||||
|
patterns:
|
||||||
|
- regex: 'ak-[A-Za-z0-9]{20,}'
|
||||||
|
entropy_min: 3.5
|
||||||
|
confidence: medium
|
||||||
|
- regex: 'as-[A-Za-z0-9]{20,}'
|
||||||
|
entropy_min: 3.5
|
||||||
|
confidence: medium
|
||||||
|
verify:
|
||||||
|
method: GET
|
||||||
|
url: ""
|
||||||
|
headers: {}
|
||||||
|
valid_status: []
|
||||||
|
invalid_status: []
|
||||||
21
providers/novita.yaml
Normal file
21
providers/novita.yaml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
format_version: 1
|
||||||
|
name: novita
|
||||||
|
display_name: NovitaAI
|
||||||
|
tier: 2
|
||||||
|
last_verified: "2026-04-05"
|
||||||
|
keywords:
|
||||||
|
- "novita"
|
||||||
|
- "novita.ai"
|
||||||
|
- "NOVITA_API_KEY"
|
||||||
|
- "api.novita.ai"
|
||||||
|
patterns:
|
||||||
|
- regex: '[A-Za-z0-9_\-]{32,}'
|
||||||
|
entropy_min: 4.0
|
||||||
|
confidence: low
|
||||||
|
verify:
|
||||||
|
method: GET
|
||||||
|
url: https://api.novita.ai/v3/openai/models
|
||||||
|
headers:
|
||||||
|
Authorization: "Bearer {KEY}"
|
||||||
|
valid_status: [200]
|
||||||
|
invalid_status: [401, 403]
|
||||||
Reference in New Issue
Block a user