- 12 Tier 1 providers now carry success_codes, failure_codes, rate_limit_codes
- {{KEY}} template in headers or URL (double-brace canonical form)
- metadata_paths added where provider APIs return useful metadata
- Anthropic switched to POST /v1/messages with minimal body
- Perplexity gains JSON body, content-type header
- Inflection verify URL left empty (no public endpoint)
- Dual-location sync preserved: providers/ mirrors pkg/providers/definitions/
26 lines
512 B
YAML
26 lines
512 B
YAML
format_version: 1
|
|
name: together
|
|
display_name: Together AI
|
|
tier: 2
|
|
last_verified: "2026-04-05"
|
|
keywords:
|
|
- "together"
|
|
- "togetherai"
|
|
- "TOGETHER_API_KEY"
|
|
- "api.together.xyz"
|
|
- "api.together.ai"
|
|
patterns:
|
|
- regex: '[a-f0-9]{64}'
|
|
entropy_min: 3.5
|
|
confidence: low
|
|
verify:
|
|
method: GET
|
|
url: https://api.together.xyz/v1/models
|
|
headers:
|
|
Authorization: "Bearer {{KEY}}"
|
|
success_codes: [200]
|
|
failure_codes: [401, 403]
|
|
rate_limit_codes: [429]
|
|
metadata_paths:
|
|
first_model: "0.id"
|