diff --git a/providers/latitude/logo.svg b/providers/latitude/logo.svg new file mode 100644 index 00000000..631a05fd --- /dev/null +++ b/providers/latitude/logo.svg @@ -0,0 +1,3 @@ + + + diff --git a/providers/latitude/models/deepseek-r1-distill-14b.toml b/providers/latitude/models/deepseek-r1-distill-14b.toml new file mode 100644 index 00000000..a1e3efad --- /dev/null +++ b/providers/latitude/models/deepseek-r1-distill-14b.toml @@ -0,0 +1,22 @@ +name = "DeepSeek R1 Distill 14B" +family = "deepseek-thinking" +release_date = "2025-01-20" +last_updated = "2025-01-20" +attachment = false +reasoning = true +temperature = true +tool_call = false +structured_output = false +open_weights = true + +[cost] +input = 1.44 +output = 1.44 + +[limit] +context = 64_000 +output = 8_192 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/latitude/models/gemma-2-27b.toml b/providers/latitude/models/gemma-2-27b.toml new file mode 100644 index 00000000..dbe29e15 --- /dev/null +++ b/providers/latitude/models/gemma-2-27b.toml @@ -0,0 +1,22 @@ +name = "Gemma 2 27B" +family = "gemma" +release_date = "2024-06-27" +last_updated = "2024-06-27" +attachment = false +reasoning = false +temperature = true +tool_call = true +structured_output = false +open_weights = true + +[cost] +input = 0.45 +output = 0.45 + +[limit] +context = 8_192 +output = 8_192 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/latitude/models/llama-3.1-8b.toml b/providers/latitude/models/llama-3.1-8b.toml new file mode 100644 index 00000000..c8aef0a1 --- /dev/null +++ b/providers/latitude/models/llama-3.1-8b.toml @@ -0,0 +1,22 @@ +name = "Llama 3.1 8B" +family = "llama" +release_date = "2024-07-24" +last_updated = "2024-07-24" +attachment = false +reasoning = false +temperature = true +tool_call = true +structured_output = false +open_weights = true + +[cost] +input = 0.16 +output = 0.16 + +[limit] +context = 128_000 +output = 8_192 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/latitude/models/qwen-2.5-7b.toml b/providers/latitude/models/qwen-2.5-7b.toml new file mode 100644 index 00000000..891a509d --- /dev/null +++ b/providers/latitude/models/qwen-2.5-7b.toml @@ -0,0 +1,22 @@ +name = "Qwen 2.5 7B" +family = "qwen" +release_date = "2024-09-19" +last_updated = "2024-09-19" +attachment = false +reasoning = false +temperature = true +tool_call = true +structured_output = false +open_weights = true + +[cost] +input = 0.27 +output = 0.27 + +[limit] +context = 131_072 +output = 8_192 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/latitude/models/qwen-2.5-vl-7b.toml b/providers/latitude/models/qwen-2.5-vl-7b.toml new file mode 100644 index 00000000..d8da63c0 --- /dev/null +++ b/providers/latitude/models/qwen-2.5-vl-7b.toml @@ -0,0 +1,22 @@ +name = "Qwen 2.5 VL 7B" +family = "qwen" +release_date = "2024-10-31" +last_updated = "2024-10-31" +attachment = true +reasoning = false +temperature = true +tool_call = false +structured_output = false +open_weights = true + +[cost] +input = 0.36 +output = 0.36 + +[limit] +context = 32_768 +output = 8_192 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/latitude/models/qwen2.5-coder-32b.toml b/providers/latitude/models/qwen2.5-coder-32b.toml new file mode 100644 index 00000000..0833c2b9 --- /dev/null +++ b/providers/latitude/models/qwen2.5-coder-32b.toml @@ -0,0 +1,22 @@ +name = "Qwen 2.5 Coder 32B" +family = "qwen" +release_date = "2024-11-12" +last_updated = "2024-11-12" +attachment = false +reasoning = false +temperature = true +tool_call = true +structured_output = false +open_weights = true + +[cost] +input = 0.72 +output = 0.72 + +[limit] +context = 131_072 +output = 8_192 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/latitude/models/qwen3-32b.toml b/providers/latitude/models/qwen3-32b.toml new file mode 100644 index 00000000..f6187682 --- /dev/null +++ b/providers/latitude/models/qwen3-32b.toml @@ -0,0 +1,22 @@ +name = "Qwen3 32B" +family = "qwen" +release_date = "2025-04-29" +last_updated = "2025-04-29" +attachment = false +reasoning = false +temperature = true +tool_call = true +structured_output = false +open_weights = true + +[cost] +input = 0.45 +output = 0.90 + +[limit] +context = 131_072 +output = 8_192 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/latitude/provider.toml b/providers/latitude/provider.toml new file mode 100644 index 00000000..2bfea295 --- /dev/null +++ b/providers/latitude/provider.toml @@ -0,0 +1,5 @@ +name = "Latitude" +env = ["LATITUDE_API_KEY"] +npm = "@ai-sdk/openai-compatible" +api = "https://api.lsh.ai/v1" +doc = "https://api.lsh.ai/docs"