/v1/chat/completions,用于 GPT 系列,如 openai/gpt-4.1。/v1/responses,同样适用于 GPT 系列,如 openai/gpt-5.4-mini。/anthropic/v1/messages,用于 Claude 系列,如 anthropic/claude-sonnet-4.6。/gemini/v1beta/models,用于 Gemini 系列,如 google/gemini-3.1-pro-preview。OpenAIAnthropicGeminiOpenAI Response 需在配置页额外开启 Response 模式。
| 协议 | API 地址 |
|---|---|
| OpenAI Chat / Response | https://api.tokenhot.ai/v1 |
| Claude | https://api.tokenhot.ai |
| Gemini | https://api.tokenhot.ai |
确认右上角开关处于 开启(ON) 状态,否则该服务商不会显示在模型选择器中。
https://api.tokenhot.ai| 参数名 | 类型 | 值 |
|---|---|---|
responseModalities | JSON | ["IMAGE"] |
imageConfig | JSON | {"aspectRatio": "1:1", "imageSize": "1K"} |
imageSize 改为 "2K" 即可。