mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
Add Scaleway provider (#9254)
Co-authored-by: Quentin Champenois <qchampenois@scaleway.com>
This commit is contained in:
committed by
GitHub
parent
552154af71
commit
cd68f068f3
@@ -0,0 +1,109 @@
|
||||
{
|
||||
"name": "scaleway",
|
||||
"engine": "openai",
|
||||
"display_name": "Scaleway",
|
||||
"description": "Scaleway Generative APIs - European cloud provider offering open-source AI models",
|
||||
"api_key_env": "SCW_SECRET_KEY",
|
||||
"base_url": "https://api.scaleway.ai/v1/chat/completions",
|
||||
"models": [
|
||||
{
|
||||
"name": "qwen/qwen3.5-397b-a17b",
|
||||
"context_limit": 256000,
|
||||
"input_token_cost": 0.000000648,
|
||||
"output_token_cost": 0.00000389,
|
||||
"currency": "USD"
|
||||
},
|
||||
{
|
||||
"name": "qwen/qwen3.6-35b-a3b",
|
||||
"context_limit": 256000,
|
||||
"input_token_cost": 0.00000270,
|
||||
"output_token_cost": 0.00001622,
|
||||
"currency": "USD"
|
||||
},
|
||||
{
|
||||
"name": "qwen/qwen3-235b-a22b-instruct-2507",
|
||||
"context_limit": 256000,
|
||||
"input_token_cost": 0.00000081,
|
||||
"output_token_cost": 0.00000243,
|
||||
"currency": "USD"
|
||||
},
|
||||
{
|
||||
"name": "qwen/qwen3-coder-30b-a3b-instruct",
|
||||
"context_limit": 128000,
|
||||
"input_token_cost": 0.000000216,
|
||||
"output_token_cost": 0.000000864,
|
||||
"currency": "USD"
|
||||
},
|
||||
{
|
||||
"name": "meta/llama-3.3-70b-instruct",
|
||||
"context_limit": 128000,
|
||||
"input_token_cost": 0.000000972,
|
||||
"output_token_cost": 0.000000972,
|
||||
"currency": "USD"
|
||||
},
|
||||
{
|
||||
"name": "mistralai/mistral-medium-2505",
|
||||
"context_limit": 256000,
|
||||
"input_token_cost": 0.00000175,
|
||||
"output_token_cost": 0.00000873,
|
||||
"currency": "USD"
|
||||
},
|
||||
{
|
||||
"name": "mistralai/devstral-2-123b-instruct-2512",
|
||||
"context_limit": 200000,
|
||||
"input_token_cost": 0.000000432,
|
||||
"output_token_cost": 0.00000216,
|
||||
"currency": "USD"
|
||||
},
|
||||
{
|
||||
"name": "mistralai/mistral-small-3.2-24b-instruct-2506",
|
||||
"context_limit": 128000,
|
||||
"input_token_cost": 0.000000162,
|
||||
"output_token_cost": 0.000000378,
|
||||
"currency": "USD"
|
||||
},
|
||||
{
|
||||
"name": "mistralai/voxtral-small-24b-2507",
|
||||
"context_limit": 32000,
|
||||
"input_token_cost": 0.000000162,
|
||||
"output_token_cost": 0.000000378,
|
||||
"currency": "USD"
|
||||
},
|
||||
{
|
||||
"name": "mistralai/pixtral-12b-2409",
|
||||
"context_limit": 128000,
|
||||
"input_token_cost": 0.000000216,
|
||||
"output_token_cost": 0.000000216,
|
||||
"currency": "USD"
|
||||
},
|
||||
{
|
||||
"name": "google/gemma-4-26b-a4b-it",
|
||||
"context_limit": 256000,
|
||||
"input_token_cost": 0.00000027,
|
||||
"output_token_cost": 0.00000054,
|
||||
"currency": "USD"
|
||||
},
|
||||
{
|
||||
"name": "google/gemma-3-27b-it",
|
||||
"context_limit": 40000,
|
||||
"input_token_cost": 0.00000027,
|
||||
"output_token_cost": 0.00000054,
|
||||
"currency": "USD"
|
||||
},
|
||||
{
|
||||
"name": "hcompany/holo2-30b-a3b",
|
||||
"context_limit": 22000,
|
||||
"input_token_cost": 0.000000324,
|
||||
"output_token_cost": 0.000000756,
|
||||
"currency": "USD"
|
||||
},
|
||||
{
|
||||
"name": "openai/gpt-oss-120b",
|
||||
"context_limit": 128000,
|
||||
"input_token_cost": 0.000000162,
|
||||
"output_token_cost": 0.000000648,
|
||||
"currency": "USD"
|
||||
}
|
||||
],
|
||||
"supports_streaming": true
|
||||
}
|
||||
Reference in New Issue
Block a user