-
chat()is now compatible with mostchat_functions (#699).chat_aws_bedrock(),chat_databricks(),chat_deepseek(),chat_github(),chat_groq(),chat_ollama(),chat_openrouter(),chat_perplexity(), andchat_vllm()now support aparamsargument that accepts common model parameters fromparams().- The
deployment_idargument inchat_azure_openai()was deprecated and replaced withmodelto better align with other providers.
-
chat_openai()now correctly mapsmax_tokensandtop_kfromparams()to the OpenAI API parameters (#699).