Krrish Dholakia
|
bc0023a409
|
feat(google_ai_studio_endpoints.py): support pass-through endpoint for all google ai studio requests
New Feature
|
2024-08-17 10:46:59 -07:00 |
|
Krrish Dholakia
|
a92dcdd2d6
|
fix(litellm_logging.py): fix price information logging to s3
|
2024-08-16 16:42:38 -07:00 |
|
Krrish Dholakia
|
178139f18d
|
feat(litellm_logging.py): support logging model price information to s3 logs
|
2024-08-16 16:21:34 -07:00 |
|
lidongming
|
e1f53fcc80
|
Fix incorrect message length check in cost calculator
|
2024-08-15 16:59:38 +08:00 |
|
Krrish Dholakia
|
ef8fb23334
|
fix(cost_calculator.py): fix cost calc
|
2024-08-12 16:47:15 -07:00 |
|
Krrish Dholakia
|
22e2840daa
|
fix(cost_calculator.py): handle openai usage pydantic object
Fixes https://github.com/BerriAI/litellm/issues/5165
|
2024-08-12 15:45:21 -07:00 |
|
Krrish Dholakia
|
aad0bbb08c
|
fix(cost_calculator.py): respect litellm.suppress_debug_info for cost calc
Fixes https://github.com/BerriAI/litellm/issues/4818#issuecomment-2263795765
|
2024-08-01 12:27:09 -07:00 |
|
Krrish Dholakia
|
46634af06f
|
fix(utils.py): fix model registeration to model cost map
Fixes https://github.com/BerriAI/litellm/issues/4972
|
2024-07-30 18:15:00 -07:00 |
|
Krrish Dholakia
|
6d5aedc48d
|
feat(databricks.py): support vertex mistral cost tracking
|
2024-07-27 20:22:35 -07:00 |
|
Krrish Dholakia
|
959c627dd3
|
fix(litellm_logging.py): log response_cost=0 for failed calls
Fixes https://github.com/BerriAI/litellm/issues/4604
|
2024-07-15 19:25:56 -07:00 |
|
Krrish Dholakia
|
2163434ff3
|
fix(llm_cost_calc/google.py): fix google embedding cost calculation
Fixes https://github.com/BerriAI/litellm/issues/4630
|
2024-07-11 11:55:48 -07:00 |
|
Krish Dholakia
|
127f08ee67
|
Merge branch 'main' into litellm_tts_pricing
|
2024-07-06 14:57:34 -07:00 |
|
Krrish Dholakia
|
f62884da14
|
fix(cost_calculator.py): fix completion_response check
|
2024-07-06 12:28:46 -07:00 |
|
Krrish Dholakia
|
6e43cdcb17
|
feat(litellm_logging.py): support cost tracking for tts calls
|
2024-07-05 22:09:08 -07:00 |
|
Krrish Dholakia
|
407639cc7d
|
fix(cost_calculator.py): support openai+azure tts calls
|
2024-07-05 20:58:08 -07:00 |
|
Krrish Dholakia
|
0001683036
|
fix(cost_calculator.py): handle unexpected error in cost_calculator.py
|
2024-06-28 14:53:00 -07:00 |
|
Krish Dholakia
|
869275585a
|
Merge branch 'main' into litellm_response_cost_headers
|
2024-06-27 21:33:09 -07:00 |
|
Krrish Dholakia
|
94c069e869
|
fix(cost_calculator.py): infer provider name if not given
Fixes https://github.com/BerriAI/litellm/issues/4452
|
2024-06-27 18:41:04 -07:00 |
|
Krrish Dholakia
|
f533e1da09
|
fix(utils.py): return 'response_cost' in completion call
Closes https://github.com/BerriAI/litellm/issues/4335
|
2024-06-26 17:55:57 -07:00 |
|
spdustin@gmail.com
|
4acc2d50ad
|
fix: use per-token costs for claude via vertex_ai
|
2024-06-21 11:21:36 -05:00 |
|
Krish Dholakia
|
71716bec48
|
Merge pull request #4295 from BerriAI/litellm_gemini_pricing_2
Vertex AI - character based cost calculation
|
2024-06-19 19:17:09 -07:00 |
|
Krrish Dholakia
|
16da21e839
|
feat(llm_cost_calc/google.py): do character based cost calculation for vertex ai
Calculate cost for vertex ai responses using characters in query/response
Closes https://github.com/BerriAI/litellm/issues/4165
|
2024-06-19 17:18:42 -07:00 |
|
Ishaan Jaff
|
863c53e7e9
|
fix add cost tracking for ft:gpt-4o-2024-05-1
|
2024-06-19 16:59:06 -07:00 |
|
Krrish Dholakia
|
df753a8ab2
|
fix(cost_calculator.py): fix time import
|
2024-06-17 20:27:18 -07:00 |
|
Krrish Dholakia
|
f597aa432b
|
feat(cost_calculator.py): add cost calculating for dynamic context window (vertex ai / google ai studio)
|
2024-06-17 12:38:10 -07:00 |
|
Krrish Dholakia
|
4f91205530
|
refactor(utils.py): refactor Logging to it's own class. Cut down utils.py to <10k lines.
Easier debugging
Reference: https://github.com/BerriAI/litellm/issues/4206
|
2024-06-15 10:57:20 -07:00 |
|
Ishaan Jaff
|
43eef61aa7
|
fix azure cost tracking
|
2024-06-10 21:09:55 -07:00 |
|
Krrish Dholakia
|
f3a845eff9
|
build(model_prices_and_context_window.json): update together ai model pricing - account for new categories
|
2024-06-08 19:56:35 -07:00 |
|
Krrish Dholakia
|
b26c3c7d22
|
fix(cost_calculator.py): fixes tgai unmapped model pricing
Fixes error where tgai helper function returned None. Enforces stronger type hints, refactors code, adds more unit testing.
|
2024-06-08 19:43:57 -07:00 |
|
Krrish Dholakia
|
52a2f5150c
|
fix(utils.py): fix cost calculation for openai-compatible streaming object
|
2024-06-04 10:36:25 -07:00 |
|