The Meta Llama developer docs URL (https://llama.developer.meta.com/docs/overview)
IS now reachable (200 OK; was 400 in the parent session). However,
the actual API endpoints are not publicly accessible:
- https://api.meta.ai/v1/chat/completions -> 404 (no public surface)
- https://llama-api.meta.com -> (no response)
- https://api.llama.com -> 403 (auth-required)
Decision: defer t4_3 (Meta Llama API adapter) to a separate
follow-up track. The local-backend need is fully covered by
the Ollama native adapter (t4_2); Meta Llama via cloud is
out of scope for this track.
The follow-up track would require:
1. A public Meta OpenAI-compat API URL (not yet available)
2. Test target with a real key
3. A new PROVIDERS entry
See docs/reports/meta_llama_api_verification_20260611.md
for the full probe results and reasoning.