Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 693 Bytes

using-models-api.mdx

File metadata and controls

27 lines (22 loc) · 693 Bytes
meta content tags dates
title description
Using Models API
This page explains how to use the Models API
h1 paragraph
Using Models API
This page explains how to use the Models API
generative-apis ai-data embeddings-api
validation posted
2025-03-11
2024-09-02

Scaleway Generative APIs are designed as drop-in replacement for the OpenAI APIs. The Models API allows you to easily list the various AI models available at Scaleway.

List models

Lists the available models, and provides basic information about each one.

Request sample:

curl -s \
     --url "https://api.scaleway.ai/v1/models" \
     --header "Authorization: Bearer ${SCW_SECRET_KEY}"