tokencostauto 0.1.426__tar.gz → 0.1.428__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tokencostauto
3
- Version: 0.1.426
3
+ Version: 0.1.428
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
@@ -11,7 +11,7 @@ tokencostauto = ["model_prices.json"]
11
11
  [project]
12
12
 
13
13
  name = "tokencostauto"
14
- version = "0.1.426"
14
+ version = "0.1.428"
15
15
 
16
16
  authors = [
17
17
  { name = "Trisha Pan", email = "trishaepan@gmail.com" },
@@ -1818,14 +1818,13 @@
1818
1818
  "supports_tool_choice": true
1819
1819
  },
1820
1820
  "groq/gemma-7b-it": {
1821
- "deprecation_date": "2024-12-18",
1822
- "input_cost_per_token": 7e-08,
1821
+ "input_cost_per_token": 5e-08,
1823
1822
  "litellm_provider": "groq",
1824
1823
  "max_input_tokens": 8192,
1825
1824
  "max_output_tokens": 8192,
1826
1825
  "max_tokens": 8192,
1827
1826
  "mode": "chat",
1828
- "output_cost_per_token": 7e-08,
1827
+ "output_cost_per_token": 8e-08,
1829
1828
  "supports_function_calling": true,
1830
1829
  "supports_response_schema": false,
1831
1830
  "supports_tool_choice": true
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tokencostauto
3
- Version: 0.1.426
3
+ Version: 0.1.428
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
File without changes