テスト
テスト
![[テスト]ロシアでのChatGPT Plusのサブスクリプション料金 (2026年ガイド)](/_next/image/?url=https%3A%2F%2Fresource.cometapi.com%2FCleanShot20260330162223%402x.png&w=3840&q=75)
from openai import OpenAI
client = OpenAI(
api_key="YOUR_COMETAPI_KEY",
base_url="https://api.cometapi.com/v1",
)
response = client.chat.completions.create(
model="gpt-5-mini",
messages=[{"role": "user", "content": "Build this workflow."}],
)
print(response.choices[0].message.content)テスト
数分で無料スタート。無料トライアルクレジット付き。クレジットカード不要。