tokencostauto 0.1.100__py3-none-any.whl → 0.1.104__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12965,13 +12965,14 @@
12965
12965
  "input_cost_per_token": 2e-06,
12966
12966
  "output_cost_per_token": 8e-06,
12967
12967
  "output_cost_per_reasoning_token": 3e-06,
12968
- "litellm_provider": "perplexity",
12969
- "mode": "chat",
12968
+ "citation_cost_per_token": 2e-06,
12970
12969
  "search_context_cost_per_query": {
12971
12970
  "search_context_size_low": 0.005,
12972
12971
  "search_context_size_medium": 0.005,
12973
12972
  "search_context_size_high": 0.005
12974
12973
  },
12974
+ "litellm_provider": "perplexity",
12975
+ "mode": "chat",
12975
12976
  "supports_reasoning": true,
12976
12977
  "supports_web_search": true
12977
12978
  },
@@ -15687,5 +15688,81 @@
15687
15688
  "supported_endpoints": [
15688
15689
  "/v1/responses"
15689
15690
  ]
15691
+ },
15692
+ "openrouter/mistralai/mistral-small-3.1-24b-instruct": {
15693
+ "max_tokens": 32000,
15694
+ "input_cost_per_token": 1e-07,
15695
+ "output_cost_per_token": 3e-07,
15696
+ "litellm_provider": "openrouter",
15697
+ "mode": "chat",
15698
+ "supports_tool_choice": true
15699
+ },
15700
+ "openrouter/mistralai/mistral-small-3.2-24b-instruct": {
15701
+ "max_tokens": 32000,
15702
+ "input_cost_per_token": 1e-07,
15703
+ "output_cost_per_token": 3e-07,
15704
+ "litellm_provider": "openrouter",
15705
+ "mode": "chat",
15706
+ "supports_tool_choice": true
15707
+ },
15708
+ "azure/o3-pro": {
15709
+ "max_tokens": 100000,
15710
+ "max_input_tokens": 200000,
15711
+ "max_output_tokens": 100000,
15712
+ "input_cost_per_token": 2e-05,
15713
+ "output_cost_per_token": 8e-05,
15714
+ "input_cost_per_token_batches": 1e-05,
15715
+ "output_cost_per_token_batches": 4e-05,
15716
+ "litellm_provider": "azure",
15717
+ "mode": "chat",
15718
+ "supported_endpoints": [
15719
+ "/v1/chat/completions",
15720
+ "/v1/batch",
15721
+ "/v1/responses"
15722
+ ],
15723
+ "supported_modalities": [
15724
+ "text",
15725
+ "image"
15726
+ ],
15727
+ "supported_output_modalities": [
15728
+ "text"
15729
+ ],
15730
+ "supports_function_calling": true,
15731
+ "supports_parallel_function_calling": false,
15732
+ "supports_vision": true,
15733
+ "supports_prompt_caching": false,
15734
+ "supports_response_schema": true,
15735
+ "supports_reasoning": true,
15736
+ "supports_tool_choice": true
15737
+ },
15738
+ "azure/o3-pro-2025-06-10": {
15739
+ "max_tokens": 100000,
15740
+ "max_input_tokens": 200000,
15741
+ "max_output_tokens": 100000,
15742
+ "input_cost_per_token": 2e-05,
15743
+ "output_cost_per_token": 8e-05,
15744
+ "input_cost_per_token_batches": 1e-05,
15745
+ "output_cost_per_token_batches": 4e-05,
15746
+ "litellm_provider": "azure",
15747
+ "mode": "chat",
15748
+ "supported_endpoints": [
15749
+ "/v1/chat/completions",
15750
+ "/v1/batch",
15751
+ "/v1/responses"
15752
+ ],
15753
+ "supported_modalities": [
15754
+ "text",
15755
+ "image"
15756
+ ],
15757
+ "supported_output_modalities": [
15758
+ "text"
15759
+ ],
15760
+ "supports_function_calling": true,
15761
+ "supports_parallel_function_calling": false,
15762
+ "supports_vision": true,
15763
+ "supports_prompt_caching": false,
15764
+ "supports_response_schema": true,
15765
+ "supports_reasoning": true,
15766
+ "supports_tool_choice": true
15690
15767
  }
15691
15768
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tokencostauto
3
- Version: 0.1.100
3
+ Version: 0.1.104
4
4
  Summary: To calculate token and translated USD cost of string and message calls to OpenAI, for example when used by AI agents
5
5
  Author-email: Trisha Pan <trishaepan@gmail.com>, Alex Reibman <areibman@gmail.com>, Pratyush Shukla <ps4534@nyu.edu>, Thiago MadPin <madpin@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/madpin/tokencostaudo
@@ -0,0 +1,9 @@
1
+ tokencostauto/__init__.py,sha256=-4d_ryFH62SgNXPXA8vGPFZoAKtOBjnsg37EB_RkZG8,289
2
+ tokencostauto/constants.py,sha256=_82MlTkTrdrwzyRosQD7d3JdgNP9KAUM-cZo8DE00P0,3395
3
+ tokencostauto/costs.py,sha256=tXsgrTypq-dCHaHtoXcg2XepezWsAvZpl9gEsv_53iE,10679
4
+ tokencostauto/model_prices.json,sha256=TQwrPMX7Ssn4VsMCd7SiyOkTnZcwieq87PiXSFMqKIc,562221
5
+ tokencostauto-0.1.104.dist-info/licenses/LICENSE,sha256=4PLv_CD6Ughnsvg_nM2XeTqGwVK6lQVR77kVWbPq-0U,1065
6
+ tokencostauto-0.1.104.dist-info/METADATA,sha256=X_A28oBDsTzKb_QJBrTsD5VZKlrTSW44oxN_GrAyG2Y,204076
7
+ tokencostauto-0.1.104.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
+ tokencostauto-0.1.104.dist-info/top_level.txt,sha256=szZQTUJRotfIaeZCDsOgvofIkLt2ak88RP13oI51-TU,14
9
+ tokencostauto-0.1.104.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- tokencostauto/__init__.py,sha256=-4d_ryFH62SgNXPXA8vGPFZoAKtOBjnsg37EB_RkZG8,289
2
- tokencostauto/constants.py,sha256=_82MlTkTrdrwzyRosQD7d3JdgNP9KAUM-cZo8DE00P0,3395
3
- tokencostauto/costs.py,sha256=tXsgrTypq-dCHaHtoXcg2XepezWsAvZpl9gEsv_53iE,10679
4
- tokencostauto/model_prices.json,sha256=2tm5giElPWeuZt2jD1P_-jm42a6VIUlg9JLIpfzE-DQ,559726
5
- tokencostauto-0.1.100.dist-info/licenses/LICENSE,sha256=4PLv_CD6Ughnsvg_nM2XeTqGwVK6lQVR77kVWbPq-0U,1065
6
- tokencostauto-0.1.100.dist-info/METADATA,sha256=s1HiIibyzmgbOeKxJBQ3opMu7sTn0e_TT7QaznuVSUE,204076
7
- tokencostauto-0.1.100.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
- tokencostauto-0.1.100.dist-info/top_level.txt,sha256=szZQTUJRotfIaeZCDsOgvofIkLt2ak88RP13oI51-TU,14
9
- tokencostauto-0.1.100.dist-info/RECORD,,