diff --git a/docs/my-website/img/release_notes/unified_responses_api_rn.png b/docs/my-website/img/release_notes/unified_responses_api_rn.png new file mode 100644 index 0000000000..60ede0e211 Binary files /dev/null and b/docs/my-website/img/release_notes/unified_responses_api_rn.png differ diff --git a/docs/my-website/img/scim_integration.png b/docs/my-website/img/scim_integration.png new file mode 100644 index 0000000000..2cfeb872bf Binary files /dev/null and b/docs/my-website/img/scim_integration.png differ diff --git a/docs/my-website/release_notes/v1.67.0-stable/index.md b/docs/my-website/release_notes/v1.67.0-stable/index.md index cd81a51ec7..cb7938fce5 100644 --- a/docs/my-website/release_notes/v1.67.0-stable/index.md +++ b/docs/my-website/release_notes/v1.67.0-stable/index.md @@ -1,5 +1,5 @@ --- -title: v1.67.0-stable - Unified Responses API +title: v1.67.0-stable - SCIM Integration slug: v1.67.0-stable date: 2025-04-19T10:00:00 authors: @@ -21,12 +21,19 @@ import TabItem from '@theme/TabItem'; ## Key Highlights -- **Team and Tag based usage tracking**: You can now see usage and spend by team and tag at 1M+ spend logs. - **SCIM Integration**: Enables identity providers (Okta, Azure AD, OneLogin, etc.) to automate user and team (group) provisioning, updates, and deprovisioning +- **Team and Tag based usage tracking**: You can now see usage and spend by team and tag at 1M+ spend logs. - **Unified Responses API**: Support for calling Anthropic, Gemini, Groq, etc. via OpenAI's new Responses API. Let's dive in. +## SCIM Integration + + + +This release adds SCIM support to LiteLLM. This allows your SSO provider (Okta, Azure AD, etc) to automatically create/delete users, teams, and memberships on LiteLLM. This means that when you remove a team on your SSO provider, your SSO provider will automatically delete the corresponding team on LiteLLM. + +[Read more](../../docs/tutorials/scim_litellm) ## Team and Tag based usage tracking @@ -41,6 +48,16 @@ This release improves team and tag based usage tracking at 1m+ spend logs, makin [Read more](#management-endpoints--ui) +## Unified Responses API + +This release allows you to call Azure OpenAI, Anthropic, AWS Bedrock, and Google Vertex AI models via the POST /v1/responses endpoint on LiteLLM. This means you can now use popular tools like [OpenAI Codex](https://docs.litellm.ai/docs/tutorials/openai_codex) with your own models. + + + + +[Read more](https://docs.litellm.ai/docs/response_api) + + ## New Models / Updated Models - **OpenAI**