feat: add Ambient as an OpenAI-compatible provider

Register Ambient (api.ambient.xyz) in providers.json.
This commit is contained in:
Gregory 2026-02-23 12:35:34 -05:00
parent 64d1de0552
commit 59de4f7c10

View file

@ -90,5 +90,9 @@
"headers": {
"api-subscription-key": "{api_key}"
}
},
"ambient": {
"base_url": "https://api.ambient.xyz/v1",
"api_key_env": "AMBIENT_API_KEY"
}
}