Marc Abramowitz
ee98b1b355
Work with custom LANGSMITH_BASE_URL
...
This allows working with a custom Langsmith base URL. For example,
I can use this to test against a local Langsmith instance, running on
my laptop with Docker by adding this to the proxy config:
```yaml
litellm_settings:
success_callback: ["langsmith"]
environment_variables:
LANGSMITH_BASE_URL: "http://localhost:1984 "
LANGSMITH_PROJECT: "litellm-proxy"
```
2024-05-16 17:13:01 -07:00
Ishaan Jaff
60ea7f529a
docs - alerting
2024-05-16 16:59:01 -07:00
Ishaan Jaff
730dd1db2c
docs - setting alert types
2024-05-16 16:57:54 -07:00
Ishaan Jaff
4be6dd7a73
Merge pull request #3694 from BerriAI/litellm_allow_setting_anthropic_beta
...
[Feat] Support Anthropic `tools-2024-05-16` - Set Custom Anthropic Custom Headers
2024-05-16 15:48:26 -07:00
Krrish Dholakia
7b7b2d276f
docs(billing.md): update lago screenshot
2024-05-16 15:30:33 -07:00
Krrish Dholakia
c579f758fc
docs(billing.md): improve proxy billing tutorial
2024-05-16 15:27:23 -07:00
Ishaan Jaff
a8c7a335c2
docs - Setting anthropic-beta
Header in Requests
2024-05-16 14:55:29 -07:00
Krrish Dholakia
f52cd2b9ab
docs(billing.md): add tutorial on billing with litellm + lago to docs
2024-05-16 14:13:39 -07:00
Krrish Dholakia
840027f001
docs(lago.md): add lago usage-based billing quick-start to docs
2024-05-16 13:24:04 -07:00
Ishaan Jaff
c98cb19ba1
add gpt-4o to openai vision docs
2024-05-16 12:43:40 -07:00
Ishaan Jaff
c6e91daad7
Merge pull request #3543 from kmheckel/main
...
Updated Ollama cost models to include LLaMa3 and Mistral/Mixtral Instruct series
2024-05-15 20:50:50 -07:00
Krrish Dholakia
3a2dcb0600
docs(langfuse_integration.md): cleanup docs
2024-05-15 07:37:04 -07:00
Krrish Dholakia
beb9bf6b7e
docs(vertex.md): add gemini 1.5 flash to vertex docs
2024-05-14 22:26:56 -07:00
Krrish Dholakia
943432c758
docs(prod.md): add 'disable load_dotenv' tutorial to docs
2024-05-14 19:13:22 -07:00
Krish Dholakia
8e59bbd573
Revert "Logfire Integration"
2024-05-14 17:38:47 -07:00
Ishaan Jaff
f674559d57
fix - cost tracking api
2024-05-14 16:15:40 -07:00
Ishaan Jaff
6690eeb377
docs - use discord alerting
2024-05-14 14:43:21 -07:00
Ishaan Jaff
630432826a
Merge pull request #3626 from BerriAI/litellm_reset_spend_per_team_api_key
...
feat - reset spend per team, api_key [Only Master Key]
2024-05-14 11:49:07 -07:00
Ishaan Jaff
481894a433
docs - global/spend/reset
2024-05-14 11:47:43 -07:00
alisalim17
2ddcb9bfd9
Merge remote-tracking branch 'upstream/main'
2024-05-14 22:32:57 +04:00
Ishaan Jaff
a3fb6e8c34
Merge pull request #3266 from antonioloison/litellm_add_disk_cache
...
[Feature] Add cache to disk
2024-05-14 09:24:01 -07:00
Ishaan Jaff
b5ea981951
docs - alerting test /health/services
2024-05-14 07:47:33 -07:00
alisalim17
bac6b3beb7
Merge remote-tracking branch 'upstream/main'
2024-05-14 18:42:20 +04:00
Krish Dholakia
4a33152694
Merge branch 'main' into abramowi/customizable-slack-report-frequency
2024-05-13 22:01:21 -07:00
Ishaan Jaff
12dd26e0a6
docs - slack alerting
2024-05-13 21:30:16 -07:00
Krrish Dholakia
55b4d0f75a
docs(routing.md): add default_fallbacks to routing.md docs
2024-05-13 21:28:15 -07:00
Krrish Dholakia
973af78e79
docs(openai.md): add gpt-4o example
2024-05-13 21:19:09 -07:00
Marc Abramowitz
3ba515aa70
Add info about daily reports to alerting.md
2024-05-13 21:05:59 -07:00
Ishaan Jaff
663fd58d42
Merge pull request #3625 from BerriAI/litellm_router_default_fallbacks
...
Default routing fallbacks
2024-05-13 20:47:54 -07:00
Krrish Dholakia
6a7136fe9e
docs(exception_mapping.md): cleanup docs
2024-05-13 18:17:02 -07:00
Krrish Dholakia
fa6143d59c
docs(exception_mapping.md): add watsonx exception mapping to docs
2024-05-13 18:16:05 -07:00
Krrish Dholakia
c38607ac69
docs(cost_tracking.md): update response object for spend tracking doc
2024-05-13 17:58:33 -07:00
Marc Abramowitz
e82061aaa7
Document SLACK_DAILY_REPORT_FREQUENCY
...
in `docs/my-website/docs/proxy/alerting.md`
2024-05-13 17:10:41 -07:00
Ishaan Jaff
7b3f695e5d
Merge pull request #3619 from BerriAI/litellm_show_spend_reports
...
[Feat] - `/global/spend/report`
2024-05-13 16:06:02 -07:00
Ishaan Jaff
3fd668c3f3
docs - spend per team
2024-05-13 15:48:26 -07:00
Ishaan Jaff
acb1f225ac
Merge pull request #3603 from alexanderepstein/langfuse_turn_off_messaging
...
feat(langfuse.py): Allow for individual call message/response redaction
2024-05-13 15:21:41 -07:00
Krrish Dholakia
c572175e21
docs(input.md): add mistral to input param docs
2024-05-13 13:50:49 -07:00
Ishaan Jaff
9b7679ec29
docs - cooldown deployment
2024-05-13 12:50:59 -07:00
Ishaan Jaff
124568b76f
docs - router show cooldown_time
2024-05-13 12:49:51 -07:00
Ishaan Jaff
e82c00622e
Merge pull request #3587 from BerriAI/litellm_proxy_use_batch_completions_model_csv
...
[Feat] Use csv values for proxy batch completions (OpenAI Python compatible)
2024-05-13 07:55:12 -07:00
Alex Epstein
f6e46a38d0
feat(langfuse.py): Allow for individual call message/response redaction
2024-05-12 22:38:29 -04:00
Krrish Dholakia
361c45686c
docs(token_auth.md): add end user cost tracking to jwt auth docs
2024-05-11 21:28:31 -07:00
Ishaan Jaff
a712fb36ba
fix mark (BETA) Azure Content Safety
2024-05-11 17:51:21 -07:00
Ishaan Jaff
6660ff6244
docs - using batch completions with python
2024-05-11 14:37:32 -07:00
Ishaan Jaff
9910e0c91c
feat - support model as csv on proxy
2024-05-11 14:27:20 -07:00
Ishaan Jaff
886195fd15
Merge pull request #3581 from BerriAI/litellm_log_metadata_langfuse_traces
...
[Feat] - log metadata on traces + allow users to log metadata when `existing_trace_id` exists
2024-05-11 14:19:48 -07:00
Ishaan Jaff
173c425938
docs - debug langfuse
2024-05-11 14:12:17 -07:00
Ishaan Jaff
b71f35de72
Merge pull request #3585 from BerriAI/litellm_router_batch_comp
...
[Litellm Proxy + litellm.Router] - Pass the same message/prompt to N models
2024-05-11 13:51:45 -07:00
Ishaan Jaff
b2b0fffa62
docs link to litellm batch completions
2024-05-11 13:45:32 -07:00
Ishaan Jaff
9136aa5a5a
docs - batch completion litellm proxy
2024-05-11 13:42:41 -07:00