diff --git a/providers/ambient/logo.svg b/providers/ambient/logo.svg new file mode 100644 index 000000000..2b272f435 --- /dev/null +++ b/providers/ambient/logo.svg @@ -0,0 +1,3 @@ + + + diff --git a/providers/ambient/models/ambient/large.toml b/providers/ambient/models/ambient/large.toml new file mode 100644 index 000000000..697643393 --- /dev/null +++ b/providers/ambient/models/ambient/large.toml @@ -0,0 +1,22 @@ +name = "Ambient Large" +family = "glm" +release_date = "2025-10" +last_updated = "2025-10" +attachment = false +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 0.35 +output = 1.71 + +[limit] +context = 202_752 +output = 131_072 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/ambient/provider.toml b/providers/ambient/provider.toml new file mode 100644 index 000000000..10fc94985 --- /dev/null +++ b/providers/ambient/provider.toml @@ -0,0 +1,5 @@ +name = "Ambient" +env = ["AMBIENT_API_KEY"] +npm = "@ai-sdk/openai-compatible" +doc = "https://docs.ambient.xyz" +api = "https://api.ambient.xyz/v1"