diff --git a/pricing_table.md b/pricing_table.md index de964a1..66323d3 100644 --- a/pricing_table.md +++ b/pricing_table.md @@ -1028,4 +1028,6 @@ | groq/meta-llama/llama-4-maverick-17b-128e-instruct | $0.2 | $0.6 | 131,072 | 8192 | | groq/mistral-saba-24b | $0.79 | $0.79 | 32,000 | 32000 | | groq/qwen-qwq-32b | $0.29 | $0.39 | 128,000 | 128000 | -| groq/playai-tts | -- | -- | 10,000 | 10000 | \ No newline at end of file +| groq/playai-tts | -- | -- | 10,000 | 10000 | +| featherless_ai/featherless-ai/Qwerky-72B | -- | -- | 32,768 | 4096 | +| featherless_ai/featherless-ai/Qwerky-QwQ-32B | -- | -- | 32,768 | 4096 | \ No newline at end of file diff --git a/tokencost/model_prices.json b/tokencost/model_prices.json index 3c46215..edc5bef 100644 --- a/tokencost/model_prices.json +++ b/tokencost/model_prices.json @@ -13345,5 +13345,19 @@ "input_cost_per_character": 5e-05, "litellm_provider": "groq", "mode": "audio_speech" + }, + "featherless_ai/featherless-ai/Qwerky-72B": { + "max_tokens": 32768, + "max_input_tokens": 32768, + "max_output_tokens": 4096, + "litellm_provider": "featherless_ai", + "mode": "chat" + }, + "featherless_ai/featherless-ai/Qwerky-QwQ-32B": { + "max_tokens": 32768, + "max_input_tokens": 32768, + "max_output_tokens": 4096, + "litellm_provider": "featherless_ai", + "mode": "chat" } } \ No newline at end of file