-
{t('aiProviders.sections.model')}
+
{t('aiProviders.sections.model')}
{typeInfo?.showBaseUrl && (
-
+
setBaseUrl(e.target.value)}
placeholder={apiProtocol === 'anthropic-messages' ? "https://api.example.com/anthropic" : "https://api.example.com/v1"}
- className="h-[40px] rounded-xl font-mono text-[13px] bg-white dark:bg-[#1a1a19] border-black/10 dark:border-white/10 focus-visible:ring-2 focus-visible:ring-blue-500/50 shadow-sm"
+ className={currentInputClasses}
/>
)}
{showModelIdField && (
-
+
setModelId(e.target.value)}
placeholder={typeInfo?.modelIdPlaceholder || 'provider/model-id'}
- className="h-[40px] rounded-xl font-mono text-[13px] bg-white dark:bg-[#1a1a19] border-black/10 dark:border-white/10 focus-visible:ring-2 focus-visible:ring-blue-500/50 shadow-sm"
+ className={currentInputClasses}
/>
)}
{account.vendorId === 'custom' && (
-
+