| get_model_info | R Documentation |
Returns the full metadata for a single model as a list. Useful for framework internals to auto-configure parameters (e.g., max_tokens, context_window).
get_model_info(provider, model_id)
provider |
The name of the provider. |
model_id |
The model ID string. |
A list containing all available metadata for the model, or NULL if not found.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.