import type { DeepInfraChatModelId } from './deepinfra-chat-options';

// Use the same model IDs as chat
export type DeepInfraCompletionModelId = DeepInfraChatModelId;
