Commit Graph

190 Commits

Author SHA1 Message Date
Ishaan Jaff 7b60fae6f9 feat - add cost tracking for OpenAI Fine tuned models 2024-05-16 17:24:15 -07:00
Ishaan Jaff e9358684fb feat add gemini-1.5-flash-latest 2024-05-16 13:48:51 -07:00
Ishaan Jaff 881812d5de 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
Paul Gauthier e0152c0b61 cloned gpt-4o models into openrouter/openai 2024-05-15 06:20:51 -07:00
Krrish Dholakia 6de358cf21 build(model_prices_and_context_window.json): support new gemini 1.5 preview models 2024-05-14 18:40:14 -07:00
Krrish Dholakia 4e30d7cf5e build(model_prices_and_context_window.json): add gemini 1.5 flash model info 2024-05-14 17:30:31 -07:00
Krrish Dholakia 5dc3f157a6 build(model_prices_and_context_window.json): fix gpt-4o max tokens 2024-05-13 12:11:15 -07:00
Connor Doyle 5da5021918 Update model_prices_and_context_window.json 2024-05-13 11:51:54 -07:00
Connor Doyle a4380f67a9 Add gpt-4o metadata
#3612
2024-05-13 11:12:17 -07:00
Krrish Dholakia 094f20121a build(model_prices_and_context_window.json): add bedrock cohere command r pricing 2024-05-11 21:38:53 -07:00
Kade Heckel 54c57450ab Update model_prices_and_context_window.json
fixed typo with ollama/llama3 token cost (now set to 0)
2024-05-09 16:03:22 +01:00
Merlinvt 265d777894 fixes 2 2024-05-09 15:27:14 +02:00
Merlinvt ccdd2046af fixes 2024-05-09 15:20:32 +02:00
Merlinvt fc51a3631e add additional models from openrouter 2024-05-09 15:16:34 +02:00
Kade Heckel 256107c999 Added Ollama LLMs for LLaMa and Mistral 2024-05-09 12:06:51 +01:00
Kade Heckel dde2e3249a Update model_prices_and_context_window.json
Added Mistral and Mixtral Chat entries for Ollama.
2024-05-09 11:01:25 +01:00
Paul Gauthier 9162f9c2c5 Added costs & context json 2024-05-07 11:44:55 -07:00
Ishaan Jaff e91f0382d7 feat - update gemini-1.5-pro pricing 2024-05-07 07:56:52 -07:00
Ishaan Jaff fbe412a3a6 feat - add amazon.titan-embed-text-v2 2024-05-03 15:58:05 -07:00
Justin Watts 77098e31e4 Update model_prices_and_context_window.json 2024-05-02 13:21:36 -07:00
Justin Watts 39670cd84a Add Vision Support for Claude 3 Family
modified the model info table to add "supports_vision": true, for the claude 3 family (haiku, sonnet, and opus)
2024-05-02 13:09:17 -07:00
Paul Gauthier 500ac36bd9 Added cost & context metadata for openrouter/anthropic/claude-3-opus 2024-05-01 10:43:40 -07:00
Krrish Dholakia 398d503590 build(model_prices_and_context_window.json): add bedrock llama3 pricing 2024-04-30 11:36:29 -07:00
Krrish Dholakia dc5c175406 build(model_prices_and_context_window.json): add token-based replicate costs to model cost map 2024-04-29 08:20:44 -07:00
Krrish Dholakia 7315bfd5de build(model_prices_and_context_window.json): add anthropic tool use system prompt tokens
anthropic adds a system prompt when making tool calls - this adds to the cost of a tool call with anthropic
2024-04-23 20:01:24 -07:00
Krrish Dholakia ab24f61099 fix(utils.py): fix mistral api tool calling response 2024-04-23 19:59:11 -07:00
Krrish Dholakia 305d526140 build(model_prices_and_context_window.json): add claude 3 supporting function calling as true flag 2024-04-23 15:38:42 -07:00
Paul Gauthier 0a021a6fa2 Added openrouter/meta-llama/llama-3-70b-instruct context and cost metadata
Per https://openrouter.ai/models/meta-llama/llama-3-70b-instruct

Meta: Llama 3 70B Instruct
meta-llama/llama-3-70b-instruct

Updated Apr 18
8,192 context
$0.8/M input tkns
$0.8/M output tkns
2024-04-22 15:07:58 -07:00
Ishaan Jaff 12bf4346ec feat - add llama3 on groq 2024-04-19 14:34:38 -07:00
Krish Dholakia bcdf24e5aa Merge pull request #3102 from BerriAI/litellm_vertex_ai_fixes
fix(vertex_ai.py): fix faulty async call tool calling check
2024-04-17 19:16:36 -07:00
Lucca Zenobio 387ed26db3 add mixtral 2024-04-17 21:54:12 -03:00
Krrish Dholakia 32d94feddd refactor(utils.py): make it clearer how vertex ai params are handled '
'
2024-04-17 16:20:56 -07:00
Krrish Dholakia 7656bd1c3f build(model_prices_and_context_window.json): add gemini 1.5 pro latest to model cost map 2024-04-16 18:44:06 -07:00
Krrish Dholakia 96e995f53b docs(openai.md): add gpt-4-turbo to vision docs 2024-04-16 17:43:01 -07:00
David Manouchehri e74f25b8bb (feat): Add Claude v3 Opus on Amazon Bedrock. 2024-04-16 18:02:24 +00:00
Krish Dholakia 523b94acfd Merge pull request #2817 from ryanwclark1/gpt4turbopreview
Update: gpt-4-turbo-preview pricing and context.  Included in docs.
2024-04-16 07:35:52 -07:00
Krrish Dholakia 04dfe01660 build(model_prices_and_context_window.json): add output vector size for openai models 2024-04-16 07:16:53 -07:00
Krish Dholakia d9b3368146 Merge pull request #2999 from Dev-Khant/add-vertexai-text-embedding
add vertex_ai/text-embedding-preview-0409
2024-04-16 07:03:23 -07:00
Ishaan Jaff 351baf42b5 view models that support_vision 2024-04-15 18:07:03 -07:00
Ishaan Jaff a15f61cc05 Merge pull request #3029 from BerriAI/litellm_add_groq_tool_calling
Feat - add groq tool calling + testing
2024-04-15 08:49:52 -07:00
Krrish Dholakia ab1e26ad89 build(model_prices_and_context_window.json): add vertex ai claude 3 opus 2024-04-15 08:45:33 -07:00
Ishaan Jaff 5606971bbb add "supports_function_calling": true for grow 2024-04-15 08:18:56 -07:00
Dev Khant 531eef359d add vertex_ai/text-embedding-preview-0409 2024-04-13 13:00:12 +05:30
David Manouchehri 7f137bc909 Feature: add gemini-1.0-pro-001 and gemini-1.0-pro-002 to models list 2024-04-10 21:48:56 +00:00
Krish Dholakia 6d8d8e9909 Merge pull request #2914 from cheahjs/feat/vertex-gemini-1.5.pro-public-preview
feat: add gemini-1.5-pro-preview-0409 to vertex ai
2024-04-09 18:08:25 -07:00
Ventz Petkov 17111d2f47 Update model_prices_and_context_window.json
Added support for `gpt-4-turbo-2024-04-09` and `gpt-4-turbo`
2024-04-09 16:02:35 -04:00
Jun Siang Cheah ea86913e1c feat: add gemini-1.5-pro-preview-0409 to vertex ai 2024-04-09 17:02:56 +01:00
Ishaan Jaff 4c7f38fca9 add voyage2 embeddings 2024-04-09 07:43:22 -07:00
Krrish Dholakia e424a294a5 build(model_prices_and_context_window.json): add pricing for bedrock mistral paris region 2024-04-06 09:23:09 -07:00
Ishaan Jaff 2174b240d8 Merge pull request #2861 from BerriAI/litellm_add_azure_command_r_plust
[FEAT] add azure command-r-plus
2024-04-05 15:13:35 -07:00