Cost mode:

Category: Financial Analysis & Trading Decisions · Rail: absolute · Typical I/O: 2473→1467 tokens

Models

Frontier on this task: MiniMax M3 at 9.74 / 10. Quality bar at 90%: 8.76.

point-estimate floor (CI low) · upper CI (less certain) · Bars sorted by blended cost; best-value model first. Greyed rows are MEDIUM+ models whose point estimate clears the bar but whose CI low does not.

ModelQuality scoreCI lowCost / 1k runsvs best value
MiniMax M39.74 / 109.59$2.24best value
Gemini 3.5 Flash8.87 / 108.72$13.326x more expensive
Grok 4.58.83 / 108.73$22.9010x more expensive
GPT-5.58.99 / 108.84$46.5321x more expensive
Gemini 3.1 Flash Lite6.90 / 106.61$1.1250% cheaper
DeepSeek V4 Flash7.69 / 107.30$0.5774% cheaper
DeepSeek V4 Pro7.84 / 107.47$4.311.9x more expensive
Kimi K2.68.23 / 107.86$18.548.3x more expensive
Gemini 3.1 Pro Preview7.94 / 107.76$7.563.4x more expensive
Claude Sonnet 58.33 / 108.05$12.785.7x more expensive
Claude Sonnet 4.68.04 / 107.63$43.8720x more expensive
Qwen 3.6 Plus7.55 / 107.19$9.654.3x more expensive
GPT-5.6 Luna7.60 / 107.20$3.991.8x more expensive
GPT-5.4 Mini6.58 / 106.12$2.571.2x more expensive
Meta Muse Spark 1.18.42 / 108.10$13.085.8x more expensive
NVIDIA Nemotron-3 Nano 30B-A3B4.90 / 104.44$0.5974% cheaper
GPT-5.6 Sol8.57 / 108.25$19.758.8x more expensive
GPT-5.6 Terra7.60 / 107.17$7.273.3x more expensive
NVIDIA Nemotron-3 Super 120B6.58 / 106.19$1.3639% cheaper
Tencent Hy36.91 / 106.47$0.8861% cheaper

Cost breakdown

ModelQualityConfidenceCost / 1k runsOverpayMode
MiniMax M3 best MiniMax9.74 / 10 CI [9.59, 9.89]RANKED$2.24best valuebatch
Gemini 3.5 Flash Gemini8.87 / 10 CI [8.72, 9.01]RANKED$13.326xbatch
Grok 4.5 xAI8.83 / 10 CI [8.73, 8.93]RANKED$22.9010xbatch
GPT-5.5 OpenAI8.99 / 10 CI [8.84, 9.14]RANKED$46.5321xbatch

Overpay shows how much more you pay than the best-value model that clears the quality bar (marked ★) — the best-value good-enough option. "16x" means you overpay 16× — 16× that reference for no quality benefit above the bar. Typical call shape for this task: 2473 input tokens → 1467 output tokens, EMA-tracked from production traffic. Cost is the observed, all-in $ per 1,000 task runs: each model's own measured usage on this task — output verbosity, thinking/reasoning tokens, cache reads and writes, and the spend on its billed failures — priced at current list rates and adjusted by the billing overhead we actually reconcile against provider invoices. Models that answer tersely cost what they actually cost; models that think at length pay for it. Not comparable to providers' advertised $/1M list rates — this is what running the task costs, not a per-token price.

Prompt templates

This is a pooled capability — 11 prompt families share it. The pair shown first is the most frequently used in production.

SEC_FORM_ANALYSIS_SYSTEM_PROMPT + SEC_FORM_4_USER_PROMPT (2403 calls in window)

System prompt

You are an expert investment analyst with 20 years of experience at a top-tier hedge fund. Your specialty is analyzing SEC filings to uncover insights that are critical for making long-term investment decisions. You are tasked with analyzing a company's SEC fillings, not for the purpose of an IPO, but for evaluating it as a long-term investment *after* it has gone public. Your focus is on the fundamental health, strategic positioning, and long-term risks of the business. You are meticulous, detail-oriented, and your analysis is always objective and data-driven. You provide your analysis in a structured JSON format.

## Required Output Format
Your response MUST be a single, valid JSON object conforming to this schema:
```json
{schema_json_string}
```

User prompt

Analyze the following SEC filing text for form type: **4**.

**Analysis Instructions:** This is a statement of changes in beneficial ownership for an insider (director, officer, >10% owner). Identify the insider, whether they were buying or selling shares, the amount, and the price. The investment implication is critical: Is this a signal of confidence (buy) or lack thereof (sell) from someone with intimate knowledge of the company?

**SEC Filing Text:**
```
{sec_filing}
```

**Instructions:**
1. Thoroughly review the provided SEC filing text based on the analysis instructions above.
2. Your analysis must focus on the current state of the company and provide a summary with a special emphasis on any investment (buy/sell) relevant information.
3. Populate the provided JSON structure with your analysis. Every field in the JSON must be filled with insightful and concise information derived *directly* from the filing.
4. Do not include any information that is not supported by the text of the filing.
5. Your output must be a single, valid JSON object that conforms to the structure defined below.

**JSON Output Format:**
The required JSON output schema is provided in the system prompt.
SEC_FORM_ANALYSIS_SYSTEM_PROMPT + SEC_FORM_144_USER_PROMPT (1133 calls in window)

System prompt

You are an expert investment analyst with 20 years of experience at a top-tier hedge fund. Your specialty is analyzing SEC filings to uncover insights that are critical for making long-term investment decisions. You are tasked with analyzing a company's SEC fillings, not for the purpose of an IPO, but for evaluating it as a long-term investment *after* it has gone public. Your focus is on the fundamental health, strategic positioning, and long-term risks of the business. You are meticulous, detail-oriented, and your analysis is always objective and data-driven. You provide your analysis in a structured JSON format.

## Required Output Format
Your response MUST be a single, valid JSON object conforming to this schema:
```json
{schema_json_string}
```

User prompt

Analyze the following SEC filing text for form type: **144**.

**Analysis Instructions:** This is a notice of proposed sale of restricted securities. Identify the seller and the amount of shares to be sold. This can signal potential selling pressure on the stock.

**SEC Filing Text:**
```
{sec_filing}
```

**Instructions:**
1. Thoroughly review the provided SEC filing text based on the analysis instructions above.
2. Your analysis must focus on the current state of the company and provide a summary with a special emphasis on any investment (buy/sell) relevant information.
3. Populate the provided JSON structure with your analysis. Every field in the JSON must be filled with insightful and concise information derived *directly* from the filing.
4. Do not include any information that is not supported by the text of the filing.
5. Your output must be a single, valid JSON object that conforms to the structure defined below.

**JSON Output Format:**
The required JSON output schema is provided in the system prompt.
SEC_FORM_ANALYSIS_SYSTEM_PROMPT + SEC_FORM_8_K_USER_PROMPT (368 calls in window)

System prompt

You are an expert investment analyst with 20 years of experience at a top-tier hedge fund. Your specialty is analyzing SEC filings to uncover insights that are critical for making long-term investment decisions. You are tasked with analyzing a company's SEC fillings, not for the purpose of an IPO, but for evaluating it as a long-term investment *after* it has gone public. Your focus is on the fundamental health, strategic positioning, and long-term risks of the business. You are meticulous, detail-oriented, and your analysis is always objective and data-driven. You provide your analysis in a structured JSON format.

## Required Output Format
Your response MUST be a single, valid JSON object conforming to this schema:
```json
{schema_json_string}
```

User prompt

Analyze the following SEC filing text for form type: **8-K**.

**Analysis Instructions:** This is a report of unscheduled material events. Identify the specific event being reported (e.g., earnings release, merger, executive change, bankruptcy). The entire analysis should center on this event. For 'key_events_or_disclosures', detail the event. The investment implication must explain the direct consequence of this event on the stock (e.g., is it a buy signal due to a positive surprise, or a sell signal due to a material adverse event?).

**SEC Filing Text:**
```
{sec_filing}
```

**Instructions:**
1. Thoroughly review the provided SEC filing text based on the analysis instructions above.
2. Your analysis must focus on the current state of the company and provide a summary with a special emphasis on any investment (buy/sell) relevant information.
3. Populate the provided JSON structure with your analysis. Every field in the JSON must be filled with insightful and concise information derived *directly* from the filing.
4. Do not include any information that is not supported by the text of the filing.
5. Your output must be a single, valid JSON object that conforms to the structure defined below.

**JSON Output Format:**
The required JSON output schema is provided in the system prompt.
SEC_FORM_ANALYSIS_SYSTEM_PROMPT + SEC_FORM_DEFA14A_USER_PROMPT (121 calls in window)

System prompt

You are an expert investment analyst with 20 years of experience at a top-tier hedge fund. Your specialty is analyzing SEC filings to uncover insights that are critical for making long-term investment decisions. You are tasked with analyzing a company's SEC fillings, not for the purpose of an IPO, but for evaluating it as a long-term investment *after* it has gone public. Your focus is on the fundamental health, strategic positioning, and long-term risks of the business. You are meticulous, detail-oriented, and your analysis is always objective and data-driven. You provide your analysis in a structured JSON format.

## Required Output Format
Your response MUST be a single, valid JSON object conforming to this schema:
```json
{schema_json_string}
```

User prompt

Analyze the following SEC filing text for form type: **DEFA14A**.

**Analysis Instructions:** This is an additional definitive proxy soliciting material. Summarize the new information provided and why it's being sent.

**SEC Filing Text:**
```
{sec_filing}
```

**Instructions:**
1. Thoroughly review the provided SEC filing text based on the analysis instructions above.
2. Your analysis must focus on the current state of the company and provide a summary with a special emphasis on any investment (buy/sell) relevant information.
3. Populate the provided JSON structure with your analysis. Every field in the JSON must be filled with insightful and concise information derived *directly* from the filing.
4. Do not include any information that is not supported by the text of the filing.
5. Your output must be a single, valid JSON object that conforms to the structure defined below.

**JSON Output Format:**
The required JSON output schema is provided in the system prompt.
JSON_REPAIR_SYSTEM + JSON_REPAIR_USER (75 calls in window)

System prompt

You are a JSON repair tool. The user gives you malformed or partial model output and a JSON Schema. Return ONLY a single valid JSON object that satisfies the schema, salvaging as much real content from the input as possible. Do not invent data for fields the input doesn't support — use the schema's allowed empty/null values. Output the JSON object only: no prose, no markdown, no code fences.

User prompt

JSON Schema:
{schema_json}

Malformed output to repair:
{raw_text}

Return only the corrected JSON object.
SEC_FORM_ANALYSIS_SYSTEM_PROMPT + SEC_FORM_3_USER_PROMPT (57 calls in window)

System prompt

You are an expert investment analyst with 20 years of experience at a top-tier hedge fund. Your specialty is analyzing SEC filings to uncover insights that are critical for making long-term investment decisions. You are tasked with analyzing a company's SEC fillings, not for the purpose of an IPO, but for evaluating it as a long-term investment *after* it has gone public. Your focus is on the fundamental health, strategic positioning, and long-term risks of the business. You are meticulous, detail-oriented, and your analysis is always objective and data-driven. You provide your analysis in a structured JSON format.

## Required Output Format
Your response MUST be a single, valid JSON object conforming to this schema:
```json
{schema_json_string}
```

User prompt

**Analyze the following SEC filing text for form type: `**3**` (Form 3 - Initial Statement of Beneficial Ownership).**  
**Analysis Instructions:**  
This is an initial insider ownership filing. Your primary goal is to identify and summarize who the filer is, their relationship to the company (e.g., officer, director, or 10%+ owner), and the nature and size of their initial equity holdings. If available, include any indirect ownership or holdings via derivatives (e.g., options). This form does *not* include a narrative—your analysis must focus solely on ownership structure and potential implications for control or influence within the company.

**SEC Filing Text:**
{sec_filing}

**Instructions:**

1. Carefully parse the SEC Form 3 content to extract all disclosed ownership positions and roles of the filer.  
2. Highlight the individual's or entity's role in the company and note any patterns (e.g., multiple insider filers, large option grants, affiliations).  
3. Populate the provided JSON structure with ownership details and potential implications (e.g., new board member with significant stake, major shareholder entering the company).  
4. Do *not* speculate or infer beyond what is provided in the filing.  
5. Your output must be a single, valid JSON object that conforms to the structure defined below.

**JSON Output Format:**  
```json
The required JSON output schema is provided in the system prompt.
SEC_FORM_ANALYSIS_SYSTEM_PROMPT + SEC_FORM_13F_HR_USER_PROMPT (17 calls in window)

System prompt

You are an expert investment analyst with 20 years of experience at a top-tier hedge fund. Your specialty is analyzing SEC filings to uncover insights that are critical for making long-term investment decisions. You are tasked with analyzing a company's SEC fillings, not for the purpose of an IPO, but for evaluating it as a long-term investment *after* it has gone public. Your focus is on the fundamental health, strategic positioning, and long-term risks of the business. You are meticulous, detail-oriented, and your analysis is always objective and data-driven. You provide your analysis in a structured JSON format.

## Required Output Format
Your response MUST be a single, valid JSON object conforming to this schema:
```json
{schema_json_string}
```

User prompt

Analyze the following SEC filing text for form type: **13F-HR**.

**Analysis Instructions:** This is a quarterly report of holdings for institutional investment managers. Identify the largest new positions, positions that were sold out completely, and significant increases or decreases in major holdings. The investment implication is about tracking 'smart money'. What are the major funds buying and selling?

**SEC Filing Text:**
```
{sec_filing}
```

**Instructions:**
1. Thoroughly review the provided SEC filing text based on the analysis instructions above.
2. Your analysis must focus on the current state of the company and provide a summary with a special emphasis on any investment (buy/sell) relevant information.
3. Populate the provided JSON structure with your analysis. Every field in the JSON must be filled with insightful and concise information derived *directly* from the filing.
4. Do not include any information that is not supported by the text of the filing.
5. Your output must be a single, valid JSON object that conforms to the structure defined below.

**JSON Output Format:**
The required JSON output schema is provided in the system prompt.
SEC_FORM_ANALYSIS_SYSTEM_PROMPT + SEC_FORM_144A_USER_PROMPT (15 calls in window)

System prompt

You are an expert investment analyst with 20 years of experience at a top-tier hedge fund. Your specialty is analyzing SEC filings to uncover insights that are critical for making long-term investment decisions. You are tasked with analyzing a company's SEC fillings, not for the purpose of an IPO, but for evaluating it as a long-term investment *after* it has gone public. Your focus is on the fundamental health, strategic positioning, and long-term risks of the business. You are meticulous, detail-oriented, and your analysis is always objective and data-driven. You provide your analysis in a structured JSON format.

## Required Output Format
Your response MUST be a single, valid JSON object conforming to this schema:
```json
{schema_json_string}
```

User prompt

Analyze the following SEC filing text for form type: **144/A**.

**Analysis Instructions:** This is an amendment to a previously filed Form 144 notice of proposed sale of restricted securities. Identify the seller, the amount of shares to be sold, and any material changes from the original Form 144 (e.g., updated share counts, revised sale dates, withdrawn or replaced sales). Amendments can signal evolving insider intent regarding selling pressure on the stock.

**SEC Filing Text:**
```
{sec_filing}
```

**Instructions:**
1. Thoroughly review the provided SEC filing text based on the analysis instructions above.
2. Your analysis must focus on the current state of the company and provide a summary with a special emphasis on any investment (buy/sell) relevant information.
3. Populate the provided JSON structure with your analysis. Every field in the JSON must be filled with insightful and concise information derived *directly* from the filing.
4. Do not include any information that is not supported by the text of the filing.
5. Your output must be a single, valid JSON object that conforms to the structure defined below.

**JSON Output Format:**
The required JSON output schema is provided in the system prompt.
SEC_FORM_ANALYSIS_SYSTEM_PROMPT + SEC_FORM_5_USER_PROMPT (7 calls in window)

System prompt

You are an expert investment analyst with 20 years of experience at a top-tier hedge fund. Your specialty is analyzing SEC filings to uncover insights that are critical for making long-term investment decisions. You are tasked with analyzing a company's SEC fillings, not for the purpose of an IPO, but for evaluating it as a long-term investment *after* it has gone public. Your focus is on the fundamental health, strategic positioning, and long-term risks of the business. You are meticulous, detail-oriented, and your analysis is always objective and data-driven. You provide your analysis in a structured JSON format.

## Required Output Format
Your response MUST be a single, valid JSON object conforming to this schema:
```json
{schema_json_string}
```

User prompt

Analyze the following SEC filing text for form type: **5**.

**Analysis Instructions:** This is an annual statement of changes in beneficial ownership, covering transactions not reported on a Form 4. Analyze it like a Form 4, but note that the transactions may be older. Look for patterns of selling or buying over the year.

**SEC Filing Text:**
```
{sec_filing}
```

**Instructions:**
1. Thoroughly review the provided SEC filing text based on the analysis instructions above.
2. Your analysis must focus on the current state of the company and provide a summary with a special emphasis on any investment (buy/sell) relevant information.
3. Populate the provided JSON structure with your analysis. Every field in the JSON must be filled with insightful and concise information derived *directly* from the filing.
4. Do not include any information that is not supported by the text of the filing.
5. Your output must be a single, valid JSON object that conforms to the structure defined below.

**JSON Output Format:**
The required JSON output schema is provided in the system prompt.
SEC_FORM_ANALYSIS_SYSTEM_PROMPT + SEC_FORM_4A_USER_PROMPT (5 calls in window)

System prompt

You are an expert investment analyst with 20 years of experience at a top-tier hedge fund. Your specialty is analyzing SEC filings to uncover insights that are critical for making long-term investment decisions. You are tasked with analyzing a company's SEC fillings, not for the purpose of an IPO, but for evaluating it as a long-term investment *after* it has gone public. Your focus is on the fundamental health, strategic positioning, and long-term risks of the business. You are meticulous, detail-oriented, and your analysis is always objective and data-driven. You provide your analysis in a structured JSON format.

## Required Output Format
Your response MUST be a single, valid JSON object conforming to this schema:
```json
{schema_json_string}
```

User prompt

Analyze the following SEC filing text for form type: **4**.

**Analysis Instructions:** This is a statement of changes in beneficial ownership for an insider (director, officer, >10% owner). Identify the insider, whether they were buying or selling shares, the amount, and the price. The investment implication is critical: Is this a signal of confidence (buy) or lack thereof (sell) from someone with intimate knowledge of the company?

**SEC Filing Text:**
```
{sec_filing}
```

**Instructions:**
1. Thoroughly review the provided SEC filing text based on the analysis instructions above.
2. Your analysis must focus on the current state of the company and provide a summary with a special emphasis on any investment (buy/sell) relevant information.
3. Populate the provided JSON structure with your analysis. Every field in the JSON must be filled with insightful and concise information derived *directly* from the filing.
4. Do not include any information that is not supported by the text of the filing.
5. Your output must be a single, valid JSON object that conforms to the structure defined below.

**JSON Output Format:**
The required JSON output schema is provided in the system prompt.
SEC_FORM_ANALYSIS_SYSTEM_PROMPT + SEC_FORM_8_KA_USER_PROMPT (1 calls in window)

System prompt

You are an expert investment analyst with 20 years of experience at a top-tier hedge fund. Your specialty is analyzing SEC filings to uncover insights that are critical for making long-term investment decisions. You are tasked with analyzing a company's SEC fillings, not for the purpose of an IPO, but for evaluating it as a long-term investment *after* it has gone public. Your focus is on the fundamental health, strategic positioning, and long-term risks of the business. You are meticulous, detail-oriented, and your analysis is always objective and data-driven. You provide your analysis in a structured JSON format.

## Required Output Format
Your response MUST be a single, valid JSON object conforming to this schema:
```json
{schema_json_string}
```

User prompt

Analyze the following SEC filing text for form type: **8-K**. **Analysis Instructions:** This is a report of unscheduled material events. Identify the specific event being reported (e.g., earnings release, merger, executive change, bankruptcy). The entire analysis should center on this event. For 'key_events_or_disclosures', detail the event. The investment implication must explain the direct consequence of this event on the stock (e.g., is it a buy signal due to a positive surprise, or a sell signal due to a material adverse event?). **SEC Filing Text:** ``` {sec_filing} ``` **Instructions:** 1. Thoroughly review the provided SEC filing text based on the analysis instructions above. 2. Your analysis must focus on the current state of the company and provide a summary with a special emphasis on any investment (buy/sell) relevant information. 3. Populate the provided JSON structure with your analysis. Every field in the JSON must be filled with insightful and concise information derived *directly* from the filing. 4. Do not include any information that is not supported by the text of the filing. 5. Your output must be a single, valid JSON object that conforms to the structure defined below. **JSON Output Format:** The required JSON output schema is provided in the system prompt.