mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-10 20:22:26 +00:00
add sonar pricings (#8476)
* add sonar pricings * Update model_prices_and_context_window.json * Update model_prices_and_context_window.json * Update model_prices_and_context_window_backup.json
This commit is contained in:
@@ -8196,6 +8196,24 @@
|
||||
"deprecation_date": "2025-02-22",
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"perplexity/sonar": {
|
||||
"max_tokens": 127072,
|
||||
"max_input_tokens": 127072,
|
||||
"max_output_tokens": 127072,
|
||||
"input_cost_per_token": 0.000001,
|
||||
"output_cost_per_token": 0.000001,
|
||||
"litellm_provider": "perplexity",
|
||||
"mode": "chat"
|
||||
},
|
||||
"perplexity/sonar-pro": {
|
||||
"max_tokens": 200000,
|
||||
"max_input_tokens": 200000,
|
||||
"max_output_tokens": 8096,
|
||||
"input_cost_per_token": 0.000003,
|
||||
"output_cost_per_token": 0.000015,
|
||||
"litellm_provider": "perplexity",
|
||||
"mode": "chat"
|
||||
},
|
||||
"perplexity/pplx-7b-chat": {
|
||||
"max_tokens": 8192,
|
||||
"max_input_tokens": 8192,
|
||||
@@ -9068,4 +9086,4 @@
|
||||
"output_cost_per_second": 0.00,
|
||||
"litellm_provider": "assemblyai"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8196,6 +8196,24 @@
|
||||
"deprecation_date": "2025-02-22",
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"perplexity/sonar": {
|
||||
"max_tokens": 127072,
|
||||
"max_input_tokens": 127072,
|
||||
"max_output_tokens": 127072,
|
||||
"input_cost_per_token": 0.000001,
|
||||
"output_cost_per_token": 0.000001,
|
||||
"litellm_provider": "perplexity",
|
||||
"mode": "chat"
|
||||
},
|
||||
"perplexity/sonar-pro": {
|
||||
"max_tokens": 200000,
|
||||
"max_input_tokens": 200000,
|
||||
"max_output_tokens": 8096,
|
||||
"input_cost_per_token": 0.000003,
|
||||
"output_cost_per_token": 0.000015,
|
||||
"litellm_provider": "perplexity",
|
||||
"mode": "chat"
|
||||
},
|
||||
"perplexity/pplx-7b-chat": {
|
||||
"max_tokens": 8192,
|
||||
"max_input_tokens": 8192,
|
||||
@@ -9068,4 +9086,4 @@
|
||||
"output_cost_per_second": 0.00,
|
||||
"litellm_provider": "assemblyai"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user