Scaleway Generative APIs

Verified 💳 Trial Credits

European cloud provider offering managed generative AI APIs. Host to Mistral, Llama, and Qwen models with full GDPR compliance and data sovereignty.

European GDPR Compliant Sovereign Cloud Managed API
Get API Key Suggest Edit
1179

Overview

Provider Type

Trial Credits

API Endpoint

https://api.scaleway.ai/v1

Free Tier Highlights

60 RPM

Why Choose Scaleway Generative APIs?

Scaleway Generative APIs stands out for its unique features and capabilities. With a developer-friendly API and comprehensive documentation, you can integrate AI capabilities into your applications within minutes.

Quick Start Guide

1

Sign up at https://console.scaleway.com/

2

Go to Generative APIs

3

Generate API Key

4

Select Model

5

Configure OpenAI client

Available Models

Model Name ID Context Capabilities
Mistral Large
mistral-large
32 000 tokens
Reasoning Multilingual
Llama 3.1 70B
llama-3.1-70b
128 000 tokens
-
Llama 3.1 8B
llama-3.1-8b
128 000 tokens
-

Integration Examples

Ready-to-use code snippets for your applications.

main.py
from openai import OpenAI

client = OpenAI(
    api_key="YOUR_SCALEWAY_KEY",
    base_url="https://api.scaleway.ai/v1"
)

response = client.chat.completions.create(
    model="mistral-large",
    messages=[
        {"role": "user", "content": "What is GDPR compliance?"}
    ]
)

print(response.choices[0].message.content)

Free Tier Pricing & Limits

Rate Limit

Requests per minute

60 Requests per minute

Daily Quota

Requests per day

Credit-based

Token Limit

Tokens per minute

1 000 000 free tokens (trial)

Monthly Quota

Per month limit

One-time trial

Free Credits

One-time

1M tokens

Use Cases

GDPR-sensitive applications

European startup ecosystem

Public sector projects

Healthcare/Finance in EU

Limitations & Considerations

1M token trial is finite

Region-specific availability

Billing account required

Smaller ecosystem than AWS/GCP

Community Hub

Live

Join the discussion, share tips, and rate Scaleway Generative APIs.

Quick Reactions

Add Discussion

Comments are moderated. Be helpful and respectful.

Recent Activity

0 comments

Ready to Get Started?

Join thousands of developers using Scaleway Generative APIs

Start Building Now