feat(03-02): add search and embeddings Tier 3 providers
- Perplexity (pplx- prefix, high confidence) - You.com (keyword-only) - Voyage AI (pa- prefix, medium confidence) - Jina AI (jina_ prefix, high confidence) - Unstructured.io (keyword-only) - AssemblyAI (hex32, low confidence)
This commit is contained in:
17
providers/unstructured.yaml
Normal file
17
providers/unstructured.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
format_version: 1
|
||||
name: unstructured
|
||||
display_name: Unstructured.io
|
||||
tier: 3
|
||||
last_verified: "2026-04-05"
|
||||
keywords:
|
||||
- "unstructured"
|
||||
- "UNSTRUCTURED_API_KEY"
|
||||
- "api.unstructured.io"
|
||||
- "unstructuredio"
|
||||
verify:
|
||||
method: GET
|
||||
url: https://api.unstructured.io/general/v0/general
|
||||
headers:
|
||||
unstructured-api-key: "{KEY}"
|
||||
valid_status: [200, 400]
|
||||
invalid_status: [401, 403]
|
||||
Reference in New Issue
Block a user