Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5817,16 +5817,6 @@
"supports_response_schema": true,
"supports_tool_choice": true
},
"groq/llama3-8b-8192": {
"max_tokens": 8192,
"max_input_tokens": 8192,
"max_output_tokens": 8192,
"input_cost_per_token": 5e-08,
"output_cost_per_token": 8e-08,
"litellm_provider": "groq",
"mode": "chat",
"supports_tool_choice": true
},
"groq/llama-3.2-1b-preview": {
"max_tokens": 8192,
"max_input_tokens": 8192,
Expand Down Expand Up @@ -5907,17 +5897,6 @@
"supports_tool_choice": true,
"deprecation_date": "2025-04-14"
},
"groq/llama3-70b-8192": {
"max_tokens": 8192,
"max_input_tokens": 8192,
"max_output_tokens": 8192,
"input_cost_per_token": 5.9e-07,
"output_cost_per_token": 7.9e-07,
"litellm_provider": "groq",
"mode": "chat",
"supports_response_schema": true,
"supports_tool_choice": true
},
"groq/llama-3.1-8b-instant": {
"max_tokens": 8192,
"max_input_tokens": 128000,
Expand Down Expand Up @@ -9905,6 +9884,28 @@
"supports_tool_choice": true,
"supports_prompt_caching": true
},
"vertex_ai/openai/gpt-oss-20b-maas": {
"max_tokens": 32768,
"max_input_tokens": 131072,
"max_output_tokens": 32768,
"input_cost_per_token": 0.075e-06,
"output_cost_per_token": 0.30e-06,
"litellm_provider": "vertex_ai-openai_models",
"mode": "chat",
"supports_reasoning": true,
"source": "https://console.cloud.google.com/vertex-ai/publishers/openai/model-garden/gpt-oss-120b-maas"
},
"vertex_ai/openai/gpt-oss-120b-maas": {
"max_tokens": 32768,
"max_input_tokens": 131072,
"max_output_tokens": 32768,
"input_cost_per_token": 0.15e-06,
"output_cost_per_token": 0.60e-06,
"litellm_provider": "vertex_ai-openai_models",
"mode": "chat",
"supports_reasoning": true,
"source": "https://console.cloud.google.com/vertex-ai/publishers/openai/model-garden/gpt-oss-120b-maas"
},
"vertex_ai/qwen/qwen3-coder-480b-a35b-instruct-maas": {
"max_tokens": 32768,
"max_input_tokens": 262144,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ This page lists all models that Opik supports for automatic cost tracking. Cost

## Overview

Opik supports cost tracking for **333 models** across **7 providers**:
Opik supports cost tracking for **331 models** across **7 providers**:

- **[AWS Bedrock](#aws-bedrock)**: 105 models
- **[Anthropic](#anthropic)**: 16 models
- **[Anthropic on Vertex AI](#anthropic-on-vertex-ai)**: 19 models
- **[Google AI](#google-ai)**: 31 models
- **[Google Vertex AI](#google-vertex-ai)**: 37 models
- **[Groq](#groq)**: 28 models
- **[Groq](#groq)**: 26 models
- **[OpenAI](#openai)**: 97 models

<h2 id="aws-bedrock">AWS Bedrock</h2>
Expand Down Expand Up @@ -295,7 +295,7 @@ Gemini models hosted in Google Vertex AI • [Learn more](https://cloud.google.c

Models hosted by Groq • [Learn more](https://groq.com)

**28 models supported**
**26 models supported**

<details>
<summary>View all Groq models</summary>
Expand All @@ -316,8 +316,6 @@ Models hosted by Groq • [Learn more](https://groq.com)
- `llama-3.3-70b-versatile`
- `llama-guard-3-8b`
- `llama2-70b-4096`
- `llama3-70b-8192`
- `llama3-8b-8192`
- `llama3-groq-70b-8192-tool-use-preview`
- `llama3-groq-8b-8192-tool-use-preview`
- `meta-llama/llama-4-maverick-17b-128e-instruct`
Expand Down