it's free*.ai

OVHcloud AI Endpoints

OVHcloud AI Endpoints はフランスホスティングの欧州サーバーレス推論です。ovhcloud.com/en/public-cloud/ai-endpoints/catalog/ の公開カタログは19のオンラインモデルを掲げ、うち7つが€0:NVIDIA Riva TTS(英/独/西/伊)、Qwen3Guard-Gen 0.6B と 8B、そして Stable Diffusion XL。

OVHcloud AI Endpoints はフランスホスティングの欧州サーバーレス推論です。ovhcloud.com/en/public-cloud/ai-endpoints/catalog/ の公開カタログは19のオンラインモデルを掲げ、うち7つが€0:NVIDIA Riva TTS(英/独/西/伊)、Qwen3Guard-Gen 0.6B と 8B、そして Stable Diffusion XL。

Llama 3.3 70B、GPT-OSS 20B/120B、Qwen 3.5/3.6 はキー取得後に従量課金ですが、キーがなくても毎分2回で呼べます。Public Cloud プロジェクトを登録すると毎分400回に上がり、課金が始まります。OpenAI互換アドレスは oai.endpoints.kepler.ai.cloud.ovh.net/v1。プロンプトは学習に使わないと明言しています。

無料モデル
7
最大コンテキスト
262K
無料プラン
7モデルが€0
条件
不要 — アカウントなし

エンドポイント

ベースURLhttps://oai.endpoints.kepler.ai.cloud.ovh.net/v1
環境変数OVH_AI_ENDPOINTS_ACCESS_TOKEN
レート制限2 requests/minute anonymous; 400 requests/minute with a key

コード例

npm install openai
import OpenAI from 'openai'

const client = new OpenAI({
  baseURL: 'https://oai.endpoints.kepler.ai.cloud.ovh.net/v1',
  apiKey: process.env.OVH_AI_ENDPOINTS_ACCESS_TOKEN
})

const response = await client.chat.completions.create({
  model: 'Meta-Llama-3_3-70B-Instruct',
  messages: [{ role: 'user', content: 'Explain closures in one paragraph.' }]
})

console.log(response.choices[0].message.content)

知っておくべきこと

無料で利用できるモデル7