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/ambient/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/ambient/models/ambient/large.toml
Original file line number Diff line number Diff line change
@@ -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"]
5 changes: 5 additions & 0 deletions providers/ambient/provider.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "Ambient"
env = ["AMBIENT_API_KEY"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we add a logo?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @rekram1-node, sure thing 👍

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added

npm = "@ai-sdk/openai-compatible"
doc = "https://docs.ambient.xyz"
api = "https://api.ambient.xyz/v1"