diff --git a/providers/zeldoc/logo.svg b/providers/zeldoc/logo.svg new file mode 100644 index 000000000..7030faf5d --- /dev/null +++ b/providers/zeldoc/logo.svg @@ -0,0 +1,3 @@ + + + diff --git a/providers/zeldoc/models/z-code.toml b/providers/zeldoc/models/z-code.toml new file mode 100644 index 000000000..220982a1c --- /dev/null +++ b/providers/zeldoc/models/z-code.toml @@ -0,0 +1,21 @@ +name = "Z-Code" +release_date = "2026-04-15" +last_updated = "2026-04-15" +attachment = true +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 0 +output = 0 + +[limit] +context = 1_000_000 +output = 128_000 + +[modalities] +input = ["text", "image", "pdf"] +output = ["text"] diff --git a/providers/zeldoc/provider.toml b/providers/zeldoc/provider.toml new file mode 100644 index 000000000..2e7488cf3 --- /dev/null +++ b/providers/zeldoc/provider.toml @@ -0,0 +1,5 @@ +name = "Zeldoc" +env = ["ZELDOC_API_KEY"] +npm = "@ai-sdk/openai-compatible" +api = "https://api.zeldoc.ai/v1" +doc = "https://docs.zeldoc.ai"