You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -9,8 +9,8 @@ A comprehensive Python library for counting tokens across 300+ Large Language Mo
9
9
## Features
10
10
11
11
12
-
-**🎯 Production Ready v1.0.0**: Comprehensive support for 300+ models across 32+ providers including OpenAI, Anthropic, Google, Meta, Mistral, Microsoft, Amazon, Nvidia, IBM, Salesforce, BigCode, and many more
13
-
-**Comprehensive Multi-LLM Support**: Count tokens for 279 models across 32 providers including OpenAI, Anthropic, Google, Meta, Mistral, Microsoft, Amazon, Nvidia, IBM, Salesforce, BigCode, and many more
12
+
-**🎯 Production Ready v1.0.1**: Comprehensive support for 300+ models across 34+ providers including OpenAI, Anthropic, Google, Meta, Mistral, Microsoft, Amazon, Nvidia, IBM, Salesforce, BigCode, Databricks, Voyage AI, and many more
13
+
-**Comprehensive Multi-LLM Support**: Count tokens for 300+ models across 34 providers including OpenAI, Anthropic, Google, Meta, Mistral, Microsoft, Amazon, Nvidia, IBM, Salesforce, BigCode, Databricks, Voyage AI, and many more
14
14
-**Accurate Tokenization**: Uses official tokenizers (tiktoken for OpenAI) and optimized approximations for all other providers
15
15
-**Chat Message Support**: Count tokens in chat/conversation format with proper message overhead calculation
16
16
-**Cost Estimation**: Estimate API costs based on token counts and current pricing
@@ -174,8 +174,16 @@ A comprehensive Python library for counting tokens across 300+ Large Language Mo
174
174
- Multi-language code generation and understanding
description = "A comprehensive Python library for counting tokens across 300+ LLM models from 32+ providers including OpenAI, Anthropic, Google, Meta, Mistral, and more"
0 commit comments