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:
salvacybersec
2026-04-05 14:41:33 +03:00
parent a9ee75eb45
commit 7ad9588212
12 changed files with 236 additions and 0 deletions

View 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]