| foundry_models | R Documentation |
List model deployments available through the Microsoft Foundry v1 data-plane
API, or retrieve metadata for one deployment by name. Use the deployment name
shown in the Foundry portal as the model value in foundry_response() and
other v1 helpers.
foundry_models(
model = NULL,
api_key = NULL,
token = NULL,
endpoint = NULL,
api_version = NULL
)
model |
Character. Optional deployment name to retrieve. |
api_key |
Character. Optional API key override. |
token |
Character. Optional bearer token override. |
endpoint |
Character. Optional endpoint override. |
api_version |
Character. Optional API version query value. |
A tibble with model or deployment metadata and the raw model object in a list-column.
## Not run:
# Requires a configured Azure endpoint and credentials.
# Replace gpt-5-nano with an existing deployment name.
foundry_models()
foundry_models("gpt-5-nano")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.