llama-stack-mirror/docs/docs/providers
Matthew Farrellee 0066d986c5
feat: use SecretStr for inference provider auth credentials (#3724)
# What does this PR do?

use SecretStr for OpenAIMixin providers

- RemoteInferenceProviderConfig now has auth_credential: SecretStr
- the default alias is api_key (most common name)
- some providers override to use api_token (RunPod, vLLM, Databricks)
- some providers exclude it (Ollama, TGI, Vertex AI)

addresses #3517 

## Test Plan

ci w/ new tests
2025-10-10 07:32:50 -07:00
..
agents chore: fix precommit (#3663) 2025-10-02 14:51:41 -07:00
batches chore: fix precommit (#3663) 2025-10-02 14:51:41 -07:00
datasetio docs: fix broken links (#3540) 2025-09-24 14:16:31 -07:00
eval docs: fix broken links (#3540) 2025-09-24 14:16:31 -07:00
external docs!: adjust external provider docs (#3484) 2025-10-03 15:48:41 +02:00
files docs: API docstrings cleanup for better documentation rendering (#3661) 2025-10-06 10:46:33 -07:00
inference feat: use SecretStr for inference provider auth credentials (#3724) 2025-10-10 07:32:50 -07:00
post_training docs: fix broken links (#3540) 2025-09-24 14:16:31 -07:00
safety feat: add refresh_models support to inference adapters (default: false) (#3719) 2025-10-07 15:19:56 +02:00
scoring docs: fix broken links (#3540) 2025-09-24 14:16:31 -07:00
telemetry fix(logging): disable console telemetry sink by default (#3623) 2025-09-30 14:58:05 -07:00
tool_runtime docs: fix broken links (#3540) 2025-09-24 14:16:31 -07:00
vector_io docs: fix broken links (#3540) 2025-09-24 14:16:31 -07:00
index.mdx docs: fix broken links (#3540) 2025-09-24 14:16:31 -07:00
openai.mdx feat(openai_movement)!: Change URL structures to kill /openai/v1 (part 2) (#3605) 2025-09-29 22:57:37 -07:00