Versions in this module Expand all Collapse all v0 v0.1.3 Jul 4, 2026 v0.1.1 Jun 25, 2026 Changes in this version + const ChinaAnthropicBase + const CodingChinaOpenAIBase + const CodingInternationalOpenAIBase + const GeneralChinaOpenAIBase + const GeneralInternationalOpenAIBase + const InternationalAnthropicBase + const ProviderCoding + const ProviderGeneral + func AppendKeyMismatchHint(err error, providerID, secret string) error + func KeyMismatchHint(plan Plan, secret string) string + func ResolveAnthropicBase(region Region) string + func ResolveOpenAIBase(plan Plan, region Region, override string) (string, error) + type Plan string + const PlanCoding + const PlanGeneral + func PlanForProvider(providerID string) (Plan, bool) + type Region string + const RegionChina + const RegionInternational + func NormalizeRegion(region string) (Region, error)