it's free*.ai

LLM7.io

LLM7.io は独立系のゲートウェイです:https://api.llm7.io/v1 を取って、プレースホルダーキー “unused” で呼べます —— アカウントもメールも不要。そこが売りです。

LLM7.io は独立系のゲートウェイです:https://api.llm7.io/v1 を取って、プレースホルダーキー “unused” で呼べます —— アカウントもメールも不要。そこが売りです。

匿名トラフィックは毎分10リクエストで、turboセットに限ります:gpt-oss、Gemma 4 31B、MiniMax M2.7、Codestral、Mistral Nemo。token.llm7.io で無料トークンを取れば毎分40回になり、idも増えます。最初のテストにちょうどいい。

無料モデル
5
最大コンテキスト
1M
無料プラン
分10回(トークンで40回)
条件
不要 — アカウントなし

エンドポイント

ベースURLhttps://api.llm7.io/v1
環境変数LLM7_API_KEY
レート制限10 requests/minute anonymous, 40 requests/minute with a token

コード例

npm install openai
import OpenAI from 'openai'

const client = new OpenAI({
  baseURL: 'https://api.llm7.io/v1',
  apiKey: process.env.LLM7_API_KEY
})

const response = await client.chat.completions.create({
  model: 'gpt-oss',
  messages: [{ role: 'user', content: 'Explain closures in one paragraph.' }]
})

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

知っておくべきこと

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