feat: add Inception provider for Mercury models (#6029)
Signed-off-by: Kenan Hasanaliyev <kenan@kenans-mbp.local.meter> Co-authored-by: Kenan Hasanaliyev <kenan@kenans-mbp.local.meter>
This commit is contained in:
committed by
GitHub
parent
7455ed576b
commit
8d183e3615
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"name": "inception",
|
||||||
|
"engine": "openai",
|
||||||
|
"display_name": "Inception",
|
||||||
|
"description": "Mercury models from Inception leveraging diffusion for lightning speeds",
|
||||||
|
"api_key_env": "INCEPTION_API_KEY",
|
||||||
|
"base_url": "https://api.inceptionlabs.ai",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "mercury-coder",
|
||||||
|
"context_limit": 128000
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"supports_streaming": true
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user