Skip to content
Open
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
3 changes: 3 additions & 0 deletions providers/latitude/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions providers/latitude/models/deepseek-r1-distill-14b.toml
Original file line number Diff line number Diff line change
@@ -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"]
22 changes: 22 additions & 0 deletions providers/latitude/models/gemma-2-27b.toml
Original file line number Diff line number Diff line change
@@ -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"]
22 changes: 22 additions & 0 deletions providers/latitude/models/llama-3.1-8b.toml
Original file line number Diff line number Diff line change
@@ -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"]
22 changes: 22 additions & 0 deletions providers/latitude/models/qwen-2.5-7b.toml
Original file line number Diff line number Diff line change
@@ -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"]
22 changes: 22 additions & 0 deletions providers/latitude/models/qwen-2.5-vl-7b.toml
Original file line number Diff line number Diff line change
@@ -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"]
22 changes: 22 additions & 0 deletions providers/latitude/models/qwen2.5-coder-32b.toml
Original file line number Diff line number Diff line change
@@ -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"]
22 changes: 22 additions & 0 deletions providers/latitude/models/qwen3-32b.toml
Original file line number Diff line number Diff line change
@@ -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"]
5 changes: 5 additions & 0 deletions providers/latitude/provider.toml
Original file line number Diff line number Diff line change
@@ -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"