export declare const TEXT_MODELS: readonly ["llama-2-13b-chat", "llama-2-70b-chat", "codellama-7b-instruct", "codellama-13b-instruct", "codellama-34b-instruct", "codellama-70b-instruct", "mistral-7b-instruct", "mixtral-8x7b-instruct", "nous-hermes-2-mixtral-8x7b-dpo", "nous-hermes-2-mistral-7b-dpo"]; export declare const DEFAULT_TEXT_GEN_API = "https://text.octoai.run/v1"; export declare const DEFAULT_BASE_API = "https://api.octoai.cloud/v1"; export declare const SECURELINK_TEXT_GEN_API = "https://text.securelink.octo.ai/v1"; export declare const SECURELINK_BASE_API = "https://api.securelink.octo.ai/v1";