Skip to content

Add Ambient provider#984

Open
ambient-gregory wants to merge 2 commits intoanomalyco:devfrom
ambient-gregory:dev
Open

Add Ambient provider#984
ambient-gregory wants to merge 2 commits intoanomalyco:devfrom
ambient-gregory:dev

Conversation

@ambient-gregory
Copy link

Adds Ambient as an OpenAI-compatible model provider. Ambient is a Solana-compatible network that replaces traditional Proof-of-Work with Proof of Logits (PoL) — verified LLM inference as useful work.

Currently serving GLM 4.6 as ambient/large:

  • 202K context, 131K max output
  • Reasoning, tool calling, structured output
  • $0.35/M input, $1.71/M output

Docs: https://docs.ambient.xyz
API: https://api.ambient.xyz/v1 (OpenAI-compatible)

@@ -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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants