Skip to content

Commit

Permalink
fix model cost map fireworks embeddings
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Sep 21, 2024
1 parent be3fec8 commit b98b5ab
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions litellm/model_prices_and_context_window_backup.json
Original file line number Diff line number Diff line change
Expand Up @@ -5508,44 +5508,44 @@
"max_input_tokens": 8192,
"input_cost_per_token": 0.000000008,
"output_cost_per_token": 0.000000,
"litellm_provider": "fireworks_ai",
"mode": "fireworks_ai-embedding-models",
"litellm_provider": "fireworks_ai-embedding-models",
"mode": "embedding",
"source": "https://fireworks.ai/pricing"
},
"fireworks_ai/nomic-ai/nomic-embed-text-v1": {
"max_tokens": 8192,
"max_input_tokens": 8192,
"input_cost_per_token": 0.000000008,
"output_cost_per_token": 0.000000,
"litellm_provider": "fireworks_ai",
"mode": "fireworks_ai-embedding-models",
"litellm_provider": "fireworks_ai-embedding-models",
"mode": "embedding",
"source": "https://fireworks.ai/pricing"
},
"fireworks_ai/WhereIsAI/UAE-Large-V1": {
"max_tokens": 512,
"max_input_tokens": 512,
"input_cost_per_token": 0.000000016,
"output_cost_per_token": 0.000000,
"litellm_provider": "fireworks_ai",
"mode": "fireworks_ai-embedding-models",
"litellm_provider": "fireworks_ai-embedding-models",
"mode": "embedding",
"source": "https://fireworks.ai/pricing"
},
"fireworks_ai/thenlper/gte-large": {
"max_tokens": 512,
"max_input_tokens": 512,
"input_cost_per_token": 0.000000016,
"output_cost_per_token": 0.000000,
"litellm_provider": "fireworks_ai",
"mode": "fireworks_ai-embedding-models",
"litellm_provider": "fireworks_ai-embedding-models",
"mode": "embedding",
"source": "https://fireworks.ai/pricing"
},
"fireworks_ai/thenlper/gte-base": {
"max_tokens": 512,
"max_input_tokens": 512,
"input_cost_per_token": 0.000000008,
"output_cost_per_token": 0.000000,
"litellm_provider": "fireworks_ai",
"mode": "fireworks_ai-embedding-models",
"litellm_provider": "fireworks_ai-embedding-models",
"mode": "embedding",
"source": "https://fireworks.ai/pricing"
},
"fireworks-ai-up-to-16b": {
Expand Down
20 changes: 10 additions & 10 deletions model_prices_and_context_window.json
Original file line number Diff line number Diff line change
Expand Up @@ -5508,44 +5508,44 @@
"max_input_tokens": 8192,
"input_cost_per_token": 0.000000008,
"output_cost_per_token": 0.000000,
"litellm_provider": "fireworks_ai",
"mode": "fireworks_ai-embedding-models",
"litellm_provider": "fireworks_ai-embedding-models",
"mode": "embedding",
"source": "https://fireworks.ai/pricing"
},
"fireworks_ai/nomic-ai/nomic-embed-text-v1": {
"max_tokens": 8192,
"max_input_tokens": 8192,
"input_cost_per_token": 0.000000008,
"output_cost_per_token": 0.000000,
"litellm_provider": "fireworks_ai",
"mode": "fireworks_ai-embedding-models",
"litellm_provider": "fireworks_ai-embedding-models",
"mode": "embedding",
"source": "https://fireworks.ai/pricing"
},
"fireworks_ai/WhereIsAI/UAE-Large-V1": {
"max_tokens": 512,
"max_input_tokens": 512,
"input_cost_per_token": 0.000000016,
"output_cost_per_token": 0.000000,
"litellm_provider": "fireworks_ai",
"mode": "fireworks_ai-embedding-models",
"litellm_provider": "fireworks_ai-embedding-models",
"mode": "embedding",
"source": "https://fireworks.ai/pricing"
},
"fireworks_ai/thenlper/gte-large": {
"max_tokens": 512,
"max_input_tokens": 512,
"input_cost_per_token": 0.000000016,
"output_cost_per_token": 0.000000,
"litellm_provider": "fireworks_ai",
"mode": "fireworks_ai-embedding-models",
"litellm_provider": "fireworks_ai-embedding-models",
"mode": "embedding",
"source": "https://fireworks.ai/pricing"
},
"fireworks_ai/thenlper/gte-base": {
"max_tokens": 512,
"max_input_tokens": 512,
"input_cost_per_token": 0.000000008,
"output_cost_per_token": 0.000000,
"litellm_provider": "fireworks_ai",
"mode": "fireworks_ai-embedding-models",
"litellm_provider": "fireworks_ai-embedding-models",
"mode": "embedding",
"source": "https://fireworks.ai/pricing"
},
"fireworks-ai-up-to-16b": {
Expand Down

0 comments on commit b98b5ab

Please sign in to comment.