Presidentlin's picture
x
6a3d687
raw
history blame
13.9 kB
import { Provider } from "@/App";
export const mockData: Provider[] = [
{
provider: "OpenAI",
uri: "https://openai.com/api/pricing/",
models: [
{ name: "o1-preview", inputPrice: 15.0, outputPrice: 60.0 },
{ name: "o1-preview-cache-input", inputPrice: 7.5, outputPrice: 60.0 },
{ name: "o1-mini", inputPrice: 3.0, outputPrice: 12.0 },
{ name: "o1-mini-cache-input", inputPrice: 1.5, outputPrice: 12.0 },
{ name: "GPT-4 Turbo", inputPrice: 10.0, outputPrice: 30.0 },
{ name: "GPT-4 Turbo Batch", inputPrice: 5.0, outputPrice: 15.0 },
{ name: "GPT-4o", inputPrice: 2.5, outputPrice: 10.0 },
{ name: "gpt-4o-2024-08-06", inputPrice: 2.5, outputPrice: 10.0 },
{ name: "GPT-4o Batch", inputPrice: 2.5, outputPrice: 7.5 },
{ name: "gpt-4o-2024-08-06 Batch", inputPrice: 1.25, outputPrice: 5.0 },
{ name: "GPT-3.5 Turbo", inputPrice: 0.5, outputPrice: 1.5 },
{ name: "GPT-3.5 Turbo Batch", inputPrice: 0.25, outputPrice: 0.75 },
{ name: "GPT-4o Mini", inputPrice: 0.15, outputPrice: 0.6 },
{ name: "GPT-4o Mini Batch", inputPrice: 0.075, outputPrice: 0.3 },
{ name: "GPT-4o Mini Cache Input", inputPrice: 0.075, outputPrice: 0.6 },
],
},
{
provider: "Anthropic",
uri: "https://www.anthropic.com/pricing",
models: [
{ name: "Claude 3 Opus", inputPrice: 15.0, outputPrice: 75.0 },
{ name: "Claude 3.5 Sonnet", inputPrice: 3.0, outputPrice: 15.0 },
{ name: "Claude 3 Haiku", inputPrice: 0.25, outputPrice: 1.25 },
{ name: "Claude 3.5 Haiku", inputPrice: 1.0, outputPrice: 5.0 },
],
},
{
provider: "AI21 Labs",
uri: "https://www.ai21.com/pricing",
models: [
{ name: "Jamba 1.5 Mini", inputPrice: 0.2, outputPrice: 0.4 },
{ name: "Jamba 1.5 Large", inputPrice: 2.0, outputPrice: 8.0 },
],
},
{
provider: "Liquid",
uri: "https://www.liquid.ai/liquid-foundation-models",
models: [{ name: "lfm-40b", inputPrice: 1.0, outputPrice: 2.0 }],
},
{
provider: "Google",
uri: "https://ai.google.dev/pricing?hl=en",
models: [
{ name: "Gemini 1.5 Pro 128K", inputPrice: 1.25, outputPrice: 5.0 },
{ name: "Gemini 1.5 Pro 2M", inputPrice: 2.5, outputPrice: 10.0 },
{ name: "Gemini 1.5 Flash 128K", inputPrice: 0.075, outputPrice: 0.3 },
{ name: "Gemini 1.5 Flash 1M", inputPrice: 0.15, outputPrice: 0.6 },
{
name: "Gemini 1.5 Flash 8B 128K",
inputPrice: 0.0375,
outputPrice: 0.15,
},
{ name: "Gemini 1.5 Flash 8B 1M", inputPrice: 0.075, outputPrice: 0.3 },
],
},
{
provider: "Cohere",
uri: "https://cohere.com/pricing",
models: [
{ name: "command-r-plus", inputPrice: 3.0, outputPrice: 15.0 },
{ name: "command-r", inputPrice: 0.5, outputPrice: 1.5 },
{ name: "command-r-plus-08-2024", inputPrice: 2.5, outputPrice: 10.0 },
{ name: "command-r-08-2024", inputPrice: 0.15, outputPrice: 0.6 },
],
},
{
provider: "Mistral",
uri: "https://docs.mistral.ai/platform/pricing",
models: [
{ name: "Mistral Large 2", inputPrice: 2.0, outputPrice: 6.0 },
{ name: "Mistral Small 24.09", inputPrice: 0.2, outputPrice: 0.6 },
{ name: "Mistral Nemo", inputPrice: 0.15, outputPrice: 0.15 },
{ name: "Mistral Codestral", inputPrice: 0.2, outputPrice: 0.6 },
{ name: "Mistral Pixtral", inputPrice: 0.15, outputPrice: 0.15 },
{ name: "Mistral Embed", inputPrice: 0.1, outputPrice: 0.1 },
{
name: "Mistral Ministral 3B",
inputPrice: 0.04,
outputPrice: 0.04,
},
{ name: "Mistral Ministral 8B", inputPrice: 0.1, outputPrice: 0.1 },
],
},
{
provider: "Reka",
uri: "https://www.reka.ai/reka-deploy",
models: [
{ name: "Reka Core", inputPrice: 2.0, outputPrice: 2.0 },
{ name: "Reka Flash", inputPrice: 0.2, outputPrice: 0.8 },
{ name: "Reka Edge", inputPrice: 0.1, outputPrice: 0.1 },
{ name: "Reka Spark", inputPrice: 0.05, outputPrice: 0.05 },
],
},
{
provider: "X.AI",
uri: "https://x.ai/api",
models: [{ name: "Grok Beta", inputPrice: 5.0, outputPrice: 15.0 }],
},
{
provider: "DeepSpeek",
uri: "https://platform.deepseek.com/api-docs/pricing/",
models: [
{ name: "DeepSeek V2", inputPrice: 0.14, outputPrice: 0.28 },
{ name: "DeepSeek Coder V2", inputPrice: 0.14, outputPrice: 0.28 },
],
},
{
provider: "01.ai",
uri: "https://platform.01.ai/docs#models-and-pricing",
models: [
{ name: "Yi Large", inputPrice: 3.0, outputPrice: 3.0 },
{ name: "Yi Large Function Caliing", inputPrice: 3.0, outputPrice: 3.0 },
{ name: "Yi Large Turbo", inputPrice: 0.19, outputPrice: 0.19 },
{ name: "Yi Vision", inputPrice: 0.19, outputPrice: 0.19 },
],
},
{
provider: "Together.AI",
uri: "https://www.together.ai/pricing",
models: [
{ name: "Llama 3.1 8B Instruct Lite", inputPrice: 0.1, outputPrice: 0.1 },
{
name: "Llama 3.1 8B Instruct Turbo",
inputPrice: 0.18,
outputPrice: 0.18,
},
{ name: "Llama 3.1 8B Reference", inputPrice: 0.2, outputPrice: 0.2 },
{
name: "Llama 3.1 70B Instruct Turbo",
inputPrice: 0.88,
outputPrice: 0.88,
},
{
name: "Llama 3.1 70B Instruct Lite",
inputPrice: 0.54,
outputPrice: 0.54,
},
{ name: "Llama 3.1 70B Reference", inputPrice: 0.9, outputPrice: 0.9 },
{
name: "Llama 3.1 405B Instruct Turbo",
inputPrice: 5.0,
outputPrice: 5.0,
},
{ name: "Gemma 2 Instruct 27B", inputPrice: 0.8, outputPrice: 0.8 },
{ name: "Gemma 2 Instruct 9B", inputPrice: 0.3, outputPrice: 0.3 },
{ name: "Mixtral 8x22B", inputPrice: 1.2, outputPrice: 1.2 },
{ name: "Mixtral 8x7B", inputPrice: 0.6, outputPrice: 0.6 },
{ name: "Mistral 7B", inputPrice: 0.2, outputPrice: 0.2 },
{ name: "Qwen 2 Instruct 72B", inputPrice: 0.9, outputPrice: 0.9 },
{ name: "Snowflake Arctic Instruct", inputPrice: 2.4, outputPrice: 2.4 },
{ name: "DBRX", inputPrice: 1.2, outputPrice: 1.2 },
],
},
{
provider: "Fireworks",
uri: "https://fireworks.ai/pricing",
models: [
{ name: "Llama 3 70B", inputPrice: 0.9, outputPrice: 0.9 },
{ name: "Mixtral 8x7B", inputPrice: 0.5, outputPrice: 0.5 },
{ name: "DeepSeek Coder V2 Instruct", inputPrice: 2.7, outputPrice: 2.7 },
{
name: "DeepSeek Coder V2 Lite Instruct",
inputPrice: 0.2,
outputPrice: 0.2,
},
{ name: "Llama 3.1 8B", inputPrice: 0.2, outputPrice: 0.2 },
{ name: "Llama 3.1 70B", inputPrice: 0.9, outputPrice: 0.9 },
{ name: "Llama 3.1 405B", inputPrice: 3.0, outputPrice: 3.0 },
],
},
{
provider: "Hyperbolic",
uri: "https://hyperbolic.xyz/pricing",
models: [
{ name: "Llama 3.1 8B (BF16)", inputPrice: 0.1, outputPrice: 0.1 },
{ name: "Llama 3.2 3B (BF16)", inputPrice: 0.1, outputPrice: 0.1 },
{ name: "Llama 3.1 70B (BF16)", inputPrice: 0.4, outputPrice: 0.4 },
{ name: "Llama 3 70B (BF16)", inputPrice: 0.4, outputPrice: 0.4 },
{ name: "Hermes 3 70B (BF16)", inputPrice: 0.4, outputPrice: 0.4 },
{ name: "Llama 3.1 405B (BF16)", inputPrice: 4.0, outputPrice: 4.0 },
{ name: "DeepSeek V2.5 (BF16)", inputPrice: 2.0, outputPrice: 2.0 },
{ name: "Qwen 2.5 72B (BF16)", inputPrice: 0.4, outputPrice: 0.4 },
{ name: "Qwen 2.5-Coder 32B (BF16)", inputPrice: 0.2, outputPrice: 0.2 },
{ name: "Llama 3.2 3B (BF16)", inputPrice: 0.1, outputPrice: 0.1 },
{ name: "Llama 3.1 405B Base (FP8)", inputPrice: 2.0, outputPrice: 2.0 },
{ name: "Pixtral 12B (BF16)", inputPrice: 0.1, outputPrice: 0.1 },
{
name: "Qwen2-VL-7B-Instruct (BF16)",
inputPrice: 0.1,
outputPrice: 0.1,
},
{
name: "Qwen2-VL-72B-Instruct (BF16)",
inputPrice: 0.4,
outputPrice: 0.4,
},
],
},
{
provider: "Groq",
uri: "https://wow.groq.com/",
models: [
{ name: "Llama 3 8B 8K", inputPrice: 0.05, outputPrice: 0.08 },
{ name: "Llama 3 70B 8K", inputPrice: 0.59, outputPrice: 0.79 },
{ name: "Llama 3 8B 8192 Tool Use", inputPrice: 0.19, outputPrice: 0.19 },
{
name: "Llama 3 70B 8192 Tool Use",
inputPrice: 0.89,
outputPrice: 0.89,
},
{
name: "Mixtral 8x7B 32k Instruct",
inputPrice: 0.24,
outputPrice: 0.24,
},
{ name: "Gemma 7B Instruct", inputPrice: 0.07, outputPrice: 0.07 },
{ name: "Gemma 2 9B Instruct", inputPrice: 0.2, outputPrice: 0.2 },
],
},
{
provider: "Cerebras",
uri: "https://cerebras.ai/blog/introducing-cerebras-inference-ai-at-instant-speed",
models: [{ name: "Llama 3 70b", inputPrice: 0.6, outputPrice: 0.6 }],
},
{
provider: "Replicate",
uri: "https://replicate.com/pricing",
models: [
{ name: "Llama 3 70B", inputPrice: 0.65, outputPrice: 2.75 },
{ name: "Mixtral 8x7B", inputPrice: 0.3, outputPrice: 1.0 },
{ name: "Llama 3.1 405B", inputPrice: 9.5, outputPrice: 9.5 },
],
},
{
provider: "Perplexity",
uri: "https://docs.perplexity.ai/docs/pricing",
models: [
{
name: "Llama 3 Sonar Large 32K Online",
inputPrice: 1.0,
outputPrice: 1.0,
},
{
name: "Llama 3 Sonar Large 32K Chat",
inputPrice: 1.0,
outputPrice: 1.0,
},
{
name: "Llama 3.1 Sonar Large 128K Online",
inputPrice: 1.0,
outputPrice: 1.0,
},
{
name: "Llama 3.1 Sonar Large 128K Chat",
inputPrice: 1.0,
outputPrice: 1.0,
},
{ name: "Llama 3 70B Instruct", inputPrice: 1.0, outputPrice: 1.0 },
{ name: "Llama 3.1 70B Instruct", inputPrice: 1.0, outputPrice: 1.0 },
{ name: "Mixtral 8x7B Instruct", inputPrice: 0.6, outputPrice: 0.6 },
{
name: "Llama 3 Sonar Small 32K Online",
inputPrice: 0.2,
outputPrice: 0.2,
},
{
name: "Llama 3 Sonar Small 32K Chat",
inputPrice: 0.2,
outputPrice: 0.2,
},
{
name: "Llama 3.1 Sonar Small 128K Online",
inputPrice: 0.2,
outputPrice: 0.2,
},
{
name: "Llama 3.1 Sonar Small 128K Chat",
inputPrice: 0.2,
outputPrice: 0.2,
},
{ name: "Llama 3 8B Instruct", inputPrice: 0.2, outputPrice: 0.2 },
{ name: "Llama 3.1 8B Instruct", inputPrice: 0.2, outputPrice: 0.2 },
],
},
{
provider: "Anyscale",
uri: "https://www.anyscale.com/pricing-detail",
models: [
{ name: "Mixtral 8x7B", inputPrice: 0.5, outputPrice: 0.5 },
{ name: "Llama 3 70B", inputPrice: 1.0, outputPrice: 1.0 },
],
},
{
provider: "IBM WatsonX",
uri: "https://www.ibm.com/products/watsonx-ai/foundation-models",
models: [
{ name: "Granite 20B Multilingual", inputPrice: 0.6, outputPrice: 0.6 },
{ name: "Granite 13B Chat", inputPrice: 0.6, outputPrice: 0.6 },
{ name: "Granite 13B Instruct", inputPrice: 0.6, outputPrice: 0.6 },
{ name: "Granite 34B Code Instruct", inputPrice: 0.6, outputPrice: 0.6 },
{ name: "Granite 20B Code Instruct", inputPrice: 0.6, outputPrice: 0.6 },
{ name: "Granite 8B Code Instruct", inputPrice: 0.6, outputPrice: 0.6 },
{ name: "Granite 3B Code Instruct", inputPrice: 0.6, outputPrice: 0.6 },
{ name: "Granite 8B Japanese", inputPrice: 0.6, outputPrice: 0.6 },
{ name: "Granite 7B Lab", inputPrice: 0.6, outputPrice: 0.6 },
],
},
{
provider: "Novita AI",
uri: "https://novita.ai/model-api/pricing",
models: [
{ name: "Llama 3 8B Instruct", inputPrice: 0.06, outputPrice: 0.06 },
{ name: "Llama 3 70B Instruct", inputPrice: 0.55, outputPrice: 0.76 },
{ name: "Llama 3.1 8B Instruct", inputPrice: 0.1, outputPrice: 0.1 },
{ name: "Llama 3.1 70B Instruct", inputPrice: 0.55, outputPrice: 0.76 },
{ name: "Llama 3.1 405B Instruct", inputPrice: 3.0, outputPrice: 5.0 },
{ name: "Gemma 2 9B IT", inputPrice: 0.08, outputPrice: 0.08 },
{ name: "Airoboros L2 70B", inputPrice: 0.5, outputPrice: 0.5 },
{ name: "Hermes 2 Pro Llama 3 8B", inputPrice: 0.14, outputPrice: 0.14 },
{ name: "Mistral 7B Instruct", inputPrice: 0.07, outputPrice: 0.07 },
{ name: "Dolphin Mixtral 8x22B", inputPrice: 0.9, outputPrice: 0.9 },
{ name: "L3 70B Euryale v2.1", inputPrice: 1.48, outputPrice: 1.48 },
{ name: "Midnight Rose 70B", inputPrice: 0.8, outputPrice: 0.8 },
{ name: "Mythomax L2 13B", inputPrice: 0.12, outputPrice: 0.12 },
{ name: "Nous Hermes Llama2 13B", inputPrice: 0.17, outputPrice: 0.17 },
{
name: "Nous Hermes 2 Mixtral 8x7B DPO",
inputPrice: 0.27,
outputPrice: 0.27,
},
{ name: "LZLV 70B", inputPrice: 0.58, outputPrice: 0.78 },
{
name: "OpenHermes 2.5 Mistral 7B",
inputPrice: 0.17,
outputPrice: 0.17,
},
{ name: "WizardLM 2 8x22B", inputPrice: 0.64, outputPrice: 0.64 },
],
},
{
provider: "Writer",
uri: "https://dev.writer.com/home/pricing",
models: [
{ name: "Palmyra X 003 Instruct", inputPrice: 7.5, outputPrice: 22.5 },
{ name: "Palmyra Med 32K", inputPrice: 5.0, outputPrice: 12.0 },
{ name: "Palmyra Fin 32K", inputPrice: 5.0, outputPrice: 12.0 },
{ name: "Palmyra Med", inputPrice: 4.0, outputPrice: 10.0 },
{ name: "Palmyra X 32K Instruct", inputPrice: 1.0, outputPrice: 2.0 },
{ name: "Palmyra X 002 Instruct", inputPrice: 1.0, outputPrice: 2.0 },
{ name: "Palmyra X 002 32K", inputPrice: 1.0, outputPrice: 2.0 },
],
},
];