Skip to content

codex,AI 工具

截止 26 年 5 月,现在 codex 比 claude code 流行多了。

codex 接入其他模型

用 PayPal 免费领取 ChatGPT plus

方案 1 失败


日本日区获取免费的 plus 试用权限。没看到免费领取的地方。日区免费领取的渠道被堵住了。

方案 2 失败

javascript
(async function () {
	try {
		const t = await (await fetch("/api/auth/session")).json();
		if (!t.accessToken) {
			alert("请先登录 ChatGPT!");
			return;
		}
		const p = {
			plan_name: "chatgptteamplan",
			team_plan_data: { workspace_name: "Sam Altman", price_interval: "month", seat_quantity: 5 },
			billing_details: { country: "FR", currency: "EUR" },
			promo_campaign: { promo_campaign_id: "team-1-month-free", is_coupon_from_query_param: !0 },
			checkout_ui_mode: "custom",
		};
		const r = await fetch("https://chatgpt.com/backend-api/payments/checkout", {
			method: "POST",
			headers: { Authorization: "Bearer " + t.accessToken, "Content-Type": "application/json" },
			body: JSON.stringify(p),
		});
		const d = await r.json();
		d.checkout_session_id
			? (window.location.href = "https://chatgpt.com/checkout/openai_ie/" + d.checkout_session_id)
			: alert("提取失败:" + (d.detail || JSON.stringify(d)));
	} catch (e) {
		alert("发生错误:" + e);
	}
})();

方案 3

方案 4 批量注册


这个方案太复杂了。

ChatGPT promoCode 促销码

在 X 内直接找 ChatGPT promoCodeChatGPT Plus promoCode 活动。但是感觉大部分都用不了,没办法。

生成支付链接

自动领取 bug team

特殊渠道 plus

pro20 代充

200 美元 = 1,354.70 人民币,务必找到 900 左右的 pro20 代充。

贡献者

The avatar of contributor named as ruan-cat ruan-cat

页面历史

最近更新