Interface: NosanaMarketsApi
Properties
| Property | Type |
|---|---|
get | (market) => Promise<{ address: string; client: boolean; gpu_types: string[]; lowest_vram?: number; max_usd_uptime_reward_per_day?: number; name: string; network_fee_percentage: number; nodes?: unknown[]; nos_job_price_per_second: number; nos_reward_per_second: number; premium_community_relation: string | null; required_images: string[]; required_remote_resources: ( | { model: string; type: "Ollama"; } | { IAM: { access_key_id: string; secret_access_key: string; }; type: "S3" | "HF" | "Ollama"; url: string; } | { type: "S3" | "HF" | "Ollama"; url: string; })[]; sft: string; slug: string; type: "PREMIUM" | "COMMUNITY" | "OTHER"; usd_reward_per_hour: unknown; }> |
getRequiredResources | (market) => Promise<{ required_images: string[]; required_remote_resources: ( | { model: string; type: "Ollama"; } | { buckets?: object[]; files?: string[]; IAM: { access_key_id: string; secret_access_key: string; }; type: "S3" | "HF" | "Ollama"; url?: string; } | { buckets?: object[]; files?: string[]; type: "S3" | "HF" | "Ollama"; url?: string; })[]; }> |
list | () => Promise<object[]> |