Scaleway available models
The Scaleway models routable through this free, OpenAI-compatible gateway, with the exact ids you can pin. Scaleway offers free trial credits rather than a standing free tier.
| Model id | Pin it as |
|---|---|
| llama-3.3-70b-instruct | scaleway/llama-3.3-70b-instruct |
| mistral-small-3.2-24b-instruct-2506 | scaleway/mistral-small-3.2-24b-instruct-2506 |
The first id listed is what "model": "auto" reaches for on this provider. Availability changes, so read the live list with GET /api/v1/models before hardcoding.
Calling Scaleway
curl https://dreamprompting.com/api/v1/chat/completions \
-H "Authorization: Bearer YOUR_FREE_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "scaleway/llama-3.3-70b-instruct",
"messages": [{"role": "user", "content": "Hello."}]
}'
Get the key on the account page with a Google sign-in and no credit card. Drop the provider prefix and send "model": "auto" to let the gateway pick a healthy provider instead, which is the better default when you care more about the answer arriving than about which company served it. Full parameters are in the API reference.
Other providers
Looking for the wider landscape rather than what is callable here? See all AI models for the full 279-model index by lab.