mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
docs fix
This commit is contained in:
parent
4610d1d43c
commit
c158f83cff
1 changed files with 13 additions and 3 deletions
|
|
@ -139,6 +139,16 @@ This feature improves reliability by:
|
|||
|
||||
---
|
||||
|
||||
## New Providers and Endpoints
|
||||
|
||||
### New LLM API Endpoints
|
||||
|
||||
|| Endpoint | Method | Description | Documentation |
|
||||
|| -------- | ------ | ----------- | ------------- |
|
||||
|| `/messages` | POST | Claude Code support with tool search, web search, and end-user tracking | [Docs](../../docs/providers/anthropic) |
|
||||
|
||||
---
|
||||
|
||||
## New Models / Updated Models
|
||||
|
||||
#### New Model Support
|
||||
|
|
@ -313,9 +323,9 @@ This feature improves reliability by:
|
|||
|
||||
---
|
||||
|
||||
## Logging / Guardrail / Prompt Management Integrations
|
||||
## AI Integrations
|
||||
|
||||
#### Features
|
||||
### Logging
|
||||
|
||||
- **[OpenTelemetry](../../docs/proxy/logging#opentelemetry)**
|
||||
- Update semantic conventions to 1.38 (gen_ai attributes) - [PR #18793](https://github.com/BerriAI/litellm/pull/18793)
|
||||
|
|
@ -335,7 +345,7 @@ This feature improves reliability by:
|
|||
- Preserve llm_provider-* headers in error responses - [PR #19020](https://github.com/BerriAI/litellm/pull/19020)
|
||||
- Fix turn_off_message_logging not redacting request messages in proxy_server_request field - [PR #18897](https://github.com/BerriAI/litellm/pull/18897)
|
||||
|
||||
#### Guardrails
|
||||
### Guardrails
|
||||
|
||||
- **[Grayswan](../../docs/proxy/guardrails/grayswan)**
|
||||
- Implement fail-open option (default: True) - [PR #18266](https://github.com/BerriAI/litellm/pull/18266)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue