|
| 1 | + |
| 2 | +INSERT INTO otel_2.model_costs_source (model, prompt_cost_per_1k, completion_cost_per_1k) VALUES |
| 3 | +('ai21/jamba-instruct', 0.00100, 0.00400), |
| 4 | +('ai21/jamba-1-5-large', 0.00250, 0.01000), |
| 5 | +('anthropic/claude-3-5-haiku', 0.00080, 0.00400), |
| 6 | +('anthropic/claude-3-5-sonnet', 0.00300, 0.01500), |
| 7 | +('anthropic/claude-3-opus', 0.01500, 0.07500), |
| 8 | +('anthropic/claude-3-sonnet', 0.00300, 0.01500), |
| 9 | +('anthropic/claude-3-haiku', 0.00025, 0.00125), |
| 10 | +('openai/gpt-4o', 0.00500, 0.01500), |
| 11 | +('openai/gpt-4o-mini', 0.00015, 0.00060), |
| 12 | +('openai/gpt-4.1', 0.01000, 0.03000), |
| 13 | +('openai/gpt-4o-realtime', 0.01500, 0.06000), |
| 14 | +('openai/gpt-3.5-turbo', 0.00050, 0.00150), |
| 15 | +('perplexity/sonar', 0.00010, 0.00040), |
| 16 | +('perplexity/sonar-pro', 0.00050, 0.00150), |
| 17 | +('mistral/mistral-large', 0.00300, 0.01200), |
| 18 | +('mistral/mistral-small', 0.00020, 0.00060), |
| 19 | +('groq/llama-3.1-8b-instant', 0.00005, 0.00010), |
| 20 | +('groq/llama-3.1-70b-versatile', 0.00059, 0.00079), |
| 21 | +('google/gemini-1.5-pro', 0.00125, 0.00500), |
| 22 | +('google/gemini-1.5-flash', 0.000075, 0.00030); |
| 23 | + |
| 24 | +SYSTEM RELOAD DICTIONARY otel_2.model_costs_dict; |
0 commit comments