/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../../../index"; import * as OctoAI from "../../../../api/index"; import * as core from "../../../../core"; export declare const BaseEngine: core.serialization.Schema; export declare namespace BaseEngine { type Raw = "text/llama-2-7b" | "text/llama-2-13b" | "text/llama-2-70b" | "text/llama-3-8b" | "text/llama-3-70b" | "text/codellama-7b" | "text/codellama-13b" | "text/codellama-34b" | "text/codellama-70b" | "text/mistral-7b" | "text/mistral-nemo" | "text/mixtral-8x7b" | "text/llama-3.1-8b" | "text/llama-3.1-70b" | "text/llama-3.1-405b" | "image/controlnet-sd15" | "image/controlnet-sdxl" | "image/stable-diffusion-v1-5" | "image/stable-diffusion-xl-v1-0" | "image/stable-diffusion-v3-medium" | "image/stable-diffusion-ssd" | "image/flux-dev" | "image/flux-schnell" | "audio/tortoise-tts" | "audio/rvc" | "video/svd"; }