Last active
April 14, 2026 18:45
-
-
Save faparicior/ebdafc3fe4ed1d6208ef15915da930f6 to your computer and use it in GitHub Desktop.
bifrost-pricing-local-models
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "vllm/Qwen/Qwen3.5-35B-A3B-FP8": { | |
| "provider": "vllm", | |
| "base_model": "Qwen/Qwen3.5-35B-A3B-FP8", | |
| "input_cost_per_token": 0.00000015, | |
| "output_cost_per_token": 0.00000060, | |
| "mode": "chat" | |
| }, | |
| "vllm/qwen3.5-122": { | |
| "provider": "vllm", | |
| "base_model": "qwen3.5-122", | |
| "input_cost_per_token": 0.00000040, | |
| "output_cost_per_token": 0.00000120, | |
| "mode": "chat" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment