{t("opencode.npmPackageHint", { defaultValue: "Select the AI SDK package that matches your provider.", })}
{t("opencode.baseUrlHint", { defaultValue: "The base URL for the API endpoint. Leave empty to use the default endpoint for official SDKs.", })}
{t("opencode.noExtraOptions", { defaultValue: "暂无额外选项", })}
) : ({t("opencode.extraOptionsHint", { defaultValue: "配置额外的 SDK 选项,如 timeout、setCacheKey 等。值会自动解析类型(数字、布尔值等)。", })}
{t("opencode.noModels", { defaultValue: "No models configured. Click Add to add a model.", })}
) : ({t("opencode.noModelExtraFields", { defaultValue: "模型属性 (variants, cost 等),点击 + 添加", })}
) : ( Object.entries(getModelExtraFields(model)).map( ([fKey, fValue]) => ({t("opencode.noModelOptions", { defaultValue: "模型选项,点击 + 添加", })}
) : ( Object.entries(model.options || {}).map( ([optKey, optValue]) => ({t("opencode.modelsHint", { defaultValue: "Configure available models. Model ID is the API identifier, Display Name is shown in the UI.", })}