/** * This file was auto-generated by Fern from our API Definition. */ import * as MixedbreadAI from "../index"; export interface ModelNotFoundError { type?: "model_not_found_error"; url?: string; message?: string; details?: MixedbreadAI.MxbaiApiErrorDetails; }