Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update model_prices_and_context_window.json #8757

Merged
merged 1 commit into from
Mar 10, 2025

Conversation

mounta11n
Copy link
Contributor

fix mistral/mistral-small from 1$/3$ per million tokens to -> 0.1$/0.3$ per million tokens

cave: azure_ai and bedrock still show 1$/3$ for input/output cost per million - i dont have knowledge about azure and bedrock prices, but looks like wrong values as well. please check

Title

Relevant issues

Type

📖 Documentation

Changes

wrong:

        "max_tokens": 8191,
        "max_input_tokens": 32000,
        "max_output_tokens": 8191,
        "input_cost_per_token": 0.000001,
        "output_cost_per_token": 0.000003,
        "litellm_provider": "mistral",
        "supports_function_calling": true,
        "mode": "chat",
	@@ -1955,8 +1955,8 @@
        "max_tokens": 8191,
        "max_input_tokens": 32000,
        "max_output_tokens": 8191,
        "input_cost_per_token": 0.000001,
        "output_cost_per_token": 0.000003,
        "litellm_provider": "mistral",
        "supports_function_calling": true,
        "mode": "chat",

correct:

        "max_tokens": 8191,
        "max_input_tokens": 32000,
        "max_output_tokens": 8191,
        "input_cost_per_token": 0.0000001,
        "output_cost_per_token": 0.0000003,
        "litellm_provider": "mistral",
        "supports_function_calling": true,
        "mode": "chat",
	@@ -1955,8 +1955,8 @@
        "max_tokens": 8191,
        "max_input_tokens": 32000,
        "max_output_tokens": 8191,
        "input_cost_per_token": 0.0000001,
        "output_cost_per_token": 0.0000003,
        "litellm_provider": "mistral",
        "supports_function_calling": true,
        "mode": "chat",

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix mistral/mistral-small from 1$/3$ per million tokens to -> 0.1$/0.3$ per million tokens

cave: azure_ai and bedrock still show 1$/3$ for input/output cost per million - i dont have knowledge about azure and bedrock prices, but looks like wrong values as well. **please check**
Copy link

vercel bot commented Feb 24, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
litellm ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 24, 2025 10:22am

Copy link
Contributor

@ishaan-jaff ishaan-jaff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ishaan-jaff
Copy link
Contributor

Note: We need to start syncing out pricing with the provider pricing pages

@ishaan-jaff ishaan-jaff merged commit 398020a into BerriAI:main Mar 10, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants