Skip to content

Commit

Permalink
(feat) add azure/gpt-4-0125-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Feb 8, 2024
1 parent 4cb7759 commit e143eac
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions litellm/model_prices_and_context_window_backup.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,15 @@
"output_cost_per_pixel": 0.0,
"litellm_provider": "openai"
},
"azure/gpt-4-0125-preview": {
"max_tokens": 128000,
"max_input_tokens": 128000,
"max_output_tokens": 4096,
"input_cost_per_token": 0.00001,
"output_cost_per_token": 0.00003,
"litellm_provider": "azure",
"mode": "chat"
},
"azure/gpt-4-1106-preview": {
"max_tokens": 128000,
"max_input_tokens": 128000,
Expand Down
9 changes: 9 additions & 0 deletions model_prices_and_context_window.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,15 @@
"output_cost_per_pixel": 0.0,
"litellm_provider": "openai"
},
"azure/gpt-4-0125-preview": {
"max_tokens": 128000,
"max_input_tokens": 128000,
"max_output_tokens": 4096,
"input_cost_per_token": 0.00001,
"output_cost_per_token": 0.00003,
"litellm_provider": "azure",
"mode": "chat"
},
"azure/gpt-4-1106-preview": {
"max_tokens": 128000,
"max_input_tokens": 128000,
Expand Down

0 comments on commit e143eac

Please sign in to comment.