export const REGION_BASE_HOSTS: Record<string, string> = {
	'ap-southeast-1': 'https://dashscope-intl.aliyuncs.com',
	'us-east-1': 'https://dashscope-us.aliyuncs.com',
	'cn-beijing': 'https://dashscope.aliyuncs.com',
	'cn-hongkong': 'https://cn-hongkong.dashscope.aliyuncs.com',
};

export const COMPATIBLE_MODE_SUFFIX = '/compatible-mode/v1';
