From dbbeb9dca92ba47278299eb54b29ad86921def61 Mon Sep 17 00:00:00 2001 From: HatcherLabs Date: Mon, 1 Jun 2026 23:02:10 +0300 Subject: [PATCH] feat: add acedata model recommendations --- dist/index.js | 150 +++++++++++++++++++++++++++++++++++++++++ dist/index.mjs | 150 +++++++++++++++++++++++++++++++++++++++++ package-lock.json | 4 +- package.json | 2 +- src/constants/index.ts | 150 +++++++++++++++++++++++++++++++++++++++++ 5 files changed, 453 insertions(+), 3 deletions(-) diff --git a/dist/index.js b/dist/index.js index a42af9b..55a3e23 100644 --- a/dist/index.js +++ b/dist/index.js @@ -278,6 +278,156 @@ var HATCHER_HOSTED_MODEL_RECOMMENDATIONS = [ context: "256K", description: "Multimodal MiMo model for image-aware analysis, OCR, charts, and visual context." }, + { + id: "acedata/claude-opus-4-8", + name: "Claude Opus 4.8 (AceData)", + provider: "AceData", + category: "premium", + costTier: "premium", + context: "1M", + description: "Partner-hosted Claude Opus through AceData for deeper reasoning and agent workflows.", + warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses." + }, + { + id: "acedata/claude-opus-4-7", + name: "Claude Opus 4.7 (AceData)", + provider: "AceData", + category: "premium", + costTier: "premium", + context: "1M", + description: "Partner-hosted Claude Opus option through AceData for high-value reasoning tasks.", + warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses." + }, + { + id: "acedata/claude-sonnet-4-6", + name: "Claude Sonnet 4.6 (AceData)", + provider: "AceData", + category: "balanced", + costTier: "high", + context: "1M", + description: "Partner-hosted Claude Sonnet through AceData for reliable agent planning, writing, and research.", + warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses." + }, + { + id: "acedata/claude-haiku-4-5-20251001", + name: "Claude Haiku 4.5 (AceData)", + provider: "AceData", + category: "fast", + costTier: "low", + context: "200K", + description: "Fast Claude option through AceData for extraction, classification, and lightweight chat.", + warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses." + }, + { + id: "acedata/gpt-5.5", + name: "GPT-5.5 (AceData)", + provider: "AceData", + category: "premium", + costTier: "high", + context: "1.05M", + description: "Partner-hosted OpenAI-compatible GPT-5.5 through AceData, with OpenRouter fallback when needed.", + warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses." + }, + { + id: "acedata/gpt-5.4-pro", + name: "GPT-5.4 Pro (AceData)", + provider: "AceData", + category: "premium", + costTier: "high", + context: "1.05M", + description: "AceData-hosted OpenAI-compatible premium model for complex multi-step workflows.", + warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses." + }, + { + id: "acedata/gpt-5.4", + name: "GPT-5.4 (AceData)", + provider: "AceData", + category: "advanced", + costTier: "high", + context: "1.05M", + description: "AceData-hosted OpenAI-compatible GPT model for advanced agent and research tasks.", + warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses." + }, + { + id: "acedata/gpt-5.2", + name: "GPT-5.2 (AceData)", + provider: "AceData", + category: "advanced", + costTier: "high", + context: "1.05M", + description: "AceData-hosted OpenAI-compatible model for long-context analysis and general automation.", + warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses." + }, + { + id: "acedata/gpt-5.1", + name: "GPT-5.1 (AceData)", + provider: "AceData", + category: "balanced", + costTier: "medium", + context: "400K", + description: "AceData-hosted GPT option for daily agent conversations and structured tool use.", + warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses." + }, + { + id: "acedata/gpt-5-mini", + name: "GPT-5 Mini (AceData)", + provider: "AceData", + category: "fast", + costTier: "low", + context: "400K", + description: "Lower-cost AceData-hosted GPT model for quick replies, extraction, and routine tasks.", + warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses." + }, + { + id: "acedata/gemini-3.1-pro", + name: "Gemini 3.1 Pro (AceData)", + provider: "AceData", + category: "premium", + costTier: "high", + context: "1M", + description: "AceData-hosted Gemini Pro option for broad research and long-context analysis.", + warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses." + }, + { + id: "acedata/gemini-2.5-pro", + name: "Gemini 2.5 Pro (AceData)", + provider: "AceData", + category: "balanced", + costTier: "medium", + context: "1M", + description: "AceData-hosted Gemini Pro model for research, summarization, and multimodal-adjacent workflows.", + warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses." + }, + { + id: "acedata/gemini-2.5-flash", + name: "Gemini 2.5 Flash (AceData)", + provider: "AceData", + category: "fast", + costTier: "low", + context: "1M", + description: "Fast AceData-hosted Gemini option for high-throughput agent research and summaries.", + warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses." + }, + { + id: "acedata/deepseek-v3.2-exp", + name: "DeepSeek V3.2 Exp (AceData)", + provider: "AceData", + category: "fast", + costTier: "low", + context: "128K", + description: "AceData-hosted DeepSeek model for low-cost technical analysis and tool loops.", + warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses." + }, + { + id: "acedata/deepseek-r1", + name: "DeepSeek R1 (AceData)", + provider: "AceData", + category: "advanced", + costTier: "medium", + context: "128K", + description: "AceData-hosted reasoning model for analysis-heavy prompts.", + warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses." + }, { id: "google/gemini-2.5-flash", name: "Gemini 2.5 Flash", diff --git a/dist/index.mjs b/dist/index.mjs index b16b357..6010fda 100644 --- a/dist/index.mjs +++ b/dist/index.mjs @@ -227,6 +227,156 @@ var HATCHER_HOSTED_MODEL_RECOMMENDATIONS = [ context: "256K", description: "Multimodal MiMo model for image-aware analysis, OCR, charts, and visual context." }, + { + id: "acedata/claude-opus-4-8", + name: "Claude Opus 4.8 (AceData)", + provider: "AceData", + category: "premium", + costTier: "premium", + context: "1M", + description: "Partner-hosted Claude Opus through AceData for deeper reasoning and agent workflows.", + warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses." + }, + { + id: "acedata/claude-opus-4-7", + name: "Claude Opus 4.7 (AceData)", + provider: "AceData", + category: "premium", + costTier: "premium", + context: "1M", + description: "Partner-hosted Claude Opus option through AceData for high-value reasoning tasks.", + warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses." + }, + { + id: "acedata/claude-sonnet-4-6", + name: "Claude Sonnet 4.6 (AceData)", + provider: "AceData", + category: "balanced", + costTier: "high", + context: "1M", + description: "Partner-hosted Claude Sonnet through AceData for reliable agent planning, writing, and research.", + warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses." + }, + { + id: "acedata/claude-haiku-4-5-20251001", + name: "Claude Haiku 4.5 (AceData)", + provider: "AceData", + category: "fast", + costTier: "low", + context: "200K", + description: "Fast Claude option through AceData for extraction, classification, and lightweight chat.", + warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses." + }, + { + id: "acedata/gpt-5.5", + name: "GPT-5.5 (AceData)", + provider: "AceData", + category: "premium", + costTier: "high", + context: "1.05M", + description: "Partner-hosted OpenAI-compatible GPT-5.5 through AceData, with OpenRouter fallback when needed.", + warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses." + }, + { + id: "acedata/gpt-5.4-pro", + name: "GPT-5.4 Pro (AceData)", + provider: "AceData", + category: "premium", + costTier: "high", + context: "1.05M", + description: "AceData-hosted OpenAI-compatible premium model for complex multi-step workflows.", + warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses." + }, + { + id: "acedata/gpt-5.4", + name: "GPT-5.4 (AceData)", + provider: "AceData", + category: "advanced", + costTier: "high", + context: "1.05M", + description: "AceData-hosted OpenAI-compatible GPT model for advanced agent and research tasks.", + warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses." + }, + { + id: "acedata/gpt-5.2", + name: "GPT-5.2 (AceData)", + provider: "AceData", + category: "advanced", + costTier: "high", + context: "1.05M", + description: "AceData-hosted OpenAI-compatible model for long-context analysis and general automation.", + warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses." + }, + { + id: "acedata/gpt-5.1", + name: "GPT-5.1 (AceData)", + provider: "AceData", + category: "balanced", + costTier: "medium", + context: "400K", + description: "AceData-hosted GPT option for daily agent conversations and structured tool use.", + warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses." + }, + { + id: "acedata/gpt-5-mini", + name: "GPT-5 Mini (AceData)", + provider: "AceData", + category: "fast", + costTier: "low", + context: "400K", + description: "Lower-cost AceData-hosted GPT model for quick replies, extraction, and routine tasks.", + warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses." + }, + { + id: "acedata/gemini-3.1-pro", + name: "Gemini 3.1 Pro (AceData)", + provider: "AceData", + category: "premium", + costTier: "high", + context: "1M", + description: "AceData-hosted Gemini Pro option for broad research and long-context analysis.", + warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses." + }, + { + id: "acedata/gemini-2.5-pro", + name: "Gemini 2.5 Pro (AceData)", + provider: "AceData", + category: "balanced", + costTier: "medium", + context: "1M", + description: "AceData-hosted Gemini Pro model for research, summarization, and multimodal-adjacent workflows.", + warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses." + }, + { + id: "acedata/gemini-2.5-flash", + name: "Gemini 2.5 Flash (AceData)", + provider: "AceData", + category: "fast", + costTier: "low", + context: "1M", + description: "Fast AceData-hosted Gemini option for high-throughput agent research and summaries.", + warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses." + }, + { + id: "acedata/deepseek-v3.2-exp", + name: "DeepSeek V3.2 Exp (AceData)", + provider: "AceData", + category: "fast", + costTier: "low", + context: "128K", + description: "AceData-hosted DeepSeek model for low-cost technical analysis and tool loops.", + warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses." + }, + { + id: "acedata/deepseek-r1", + name: "DeepSeek R1 (AceData)", + provider: "AceData", + category: "advanced", + costTier: "medium", + context: "128K", + description: "AceData-hosted reasoning model for analysis-heavy prompts.", + warning: "Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses." + }, { id: "google/gemini-2.5-flash", name: "Gemini 2.5 Flash", diff --git a/package-lock.json b/package-lock.json index 874335c..341ea42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hatcherlabs/shared", - "version": "1.4.8", + "version": "1.4.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hatcherlabs/shared", - "version": "1.4.8", + "version": "1.4.9", "devDependencies": { "tsup": "^8.3.5", "typescript": "^5.7.2" diff --git a/package.json b/package.json index 6eb0c4b..e9863a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hatcherlabs/shared", - "version": "1.4.8", + "version": "1.4.9", "description": "Shared types and constants for HatcherLabs platform", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/src/constants/index.ts b/src/constants/index.ts index 280ea0d..627349f 100644 --- a/src/constants/index.ts +++ b/src/constants/index.ts @@ -223,6 +223,156 @@ export const HATCHER_HOSTED_MODEL_RECOMMENDATIONS: HostedModelRecommendation[] = context: '256K', description: 'Multimodal MiMo model for image-aware analysis, OCR, charts, and visual context.', }, + { + id: 'acedata/claude-opus-4-8', + name: 'Claude Opus 4.8 (AceData)', + provider: 'AceData', + category: 'premium', + costTier: 'premium', + context: '1M', + description: 'Partner-hosted Claude Opus through AceData for deeper reasoning and agent workflows.', + warning: 'Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses.', + }, + { + id: 'acedata/claude-opus-4-7', + name: 'Claude Opus 4.7 (AceData)', + provider: 'AceData', + category: 'premium', + costTier: 'premium', + context: '1M', + description: 'Partner-hosted Claude Opus option through AceData for high-value reasoning tasks.', + warning: 'Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses.', + }, + { + id: 'acedata/claude-sonnet-4-6', + name: 'Claude Sonnet 4.6 (AceData)', + provider: 'AceData', + category: 'balanced', + costTier: 'high', + context: '1M', + description: 'Partner-hosted Claude Sonnet through AceData for reliable agent planning, writing, and research.', + warning: 'Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses.', + }, + { + id: 'acedata/claude-haiku-4-5-20251001', + name: 'Claude Haiku 4.5 (AceData)', + provider: 'AceData', + category: 'fast', + costTier: 'low', + context: '200K', + description: 'Fast Claude option through AceData for extraction, classification, and lightweight chat.', + warning: 'Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses.', + }, + { + id: 'acedata/gpt-5.5', + name: 'GPT-5.5 (AceData)', + provider: 'AceData', + category: 'premium', + costTier: 'high', + context: '1.05M', + description: 'Partner-hosted OpenAI-compatible GPT-5.5 through AceData, with OpenRouter fallback when needed.', + warning: 'Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses.', + }, + { + id: 'acedata/gpt-5.4-pro', + name: 'GPT-5.4 Pro (AceData)', + provider: 'AceData', + category: 'premium', + costTier: 'high', + context: '1.05M', + description: 'AceData-hosted OpenAI-compatible premium model for complex multi-step workflows.', + warning: 'Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses.', + }, + { + id: 'acedata/gpt-5.4', + name: 'GPT-5.4 (AceData)', + provider: 'AceData', + category: 'advanced', + costTier: 'high', + context: '1.05M', + description: 'AceData-hosted OpenAI-compatible GPT model for advanced agent and research tasks.', + warning: 'Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses.', + }, + { + id: 'acedata/gpt-5.2', + name: 'GPT-5.2 (AceData)', + provider: 'AceData', + category: 'advanced', + costTier: 'high', + context: '1.05M', + description: 'AceData-hosted OpenAI-compatible model for long-context analysis and general automation.', + warning: 'Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses.', + }, + { + id: 'acedata/gpt-5.1', + name: 'GPT-5.1 (AceData)', + provider: 'AceData', + category: 'balanced', + costTier: 'medium', + context: '400K', + description: 'AceData-hosted GPT option for daily agent conversations and structured tool use.', + warning: 'Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses.', + }, + { + id: 'acedata/gpt-5-mini', + name: 'GPT-5 Mini (AceData)', + provider: 'AceData', + category: 'fast', + costTier: 'low', + context: '400K', + description: 'Lower-cost AceData-hosted GPT model for quick replies, extraction, and routine tasks.', + warning: 'Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses.', + }, + { + id: 'acedata/gemini-3.1-pro', + name: 'Gemini 3.1 Pro (AceData)', + provider: 'AceData', + category: 'premium', + costTier: 'high', + context: '1M', + description: 'AceData-hosted Gemini Pro option for broad research and long-context analysis.', + warning: 'Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses.', + }, + { + id: 'acedata/gemini-2.5-pro', + name: 'Gemini 2.5 Pro (AceData)', + provider: 'AceData', + category: 'balanced', + costTier: 'medium', + context: '1M', + description: 'AceData-hosted Gemini Pro model for research, summarization, and multimodal-adjacent workflows.', + warning: 'Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses.', + }, + { + id: 'acedata/gemini-2.5-flash', + name: 'Gemini 2.5 Flash (AceData)', + provider: 'AceData', + category: 'fast', + costTier: 'low', + context: '1M', + description: 'Fast AceData-hosted Gemini option for high-throughput agent research and summaries.', + warning: 'Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses.', + }, + { + id: 'acedata/deepseek-v3.2-exp', + name: 'DeepSeek V3.2 Exp (AceData)', + provider: 'AceData', + category: 'fast', + costTier: 'low', + context: '128K', + description: 'AceData-hosted DeepSeek model for low-cost technical analysis and tool loops.', + warning: 'Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses.', + }, + { + id: 'acedata/deepseek-r1', + name: 'DeepSeek R1 (AceData)', + provider: 'AceData', + category: 'advanced', + costTier: 'medium', + context: '128K', + description: 'AceData-hosted reasoning model for analysis-heavy prompts.', + warning: 'Uses estimated AI Credits because AceData exposes costs in their usage console, not in chat responses.', + }, { id: 'google/gemini-2.5-flash', name: 'Gemini 2.5 Flash',