Forecast Narrator - AI Forecast Writer Model
Forecast Writer
by Neurometric💰 Accounting & Finance
Forecast-Narrator is a task-specific model that converts a spreadsheet of financial forecast data into a plain-English executive narrative.
Forecast Narrator is designed for Accounting & Finance workflows where speed, consistency, and control matter more than generic creativity. Instead of relying on a broad model to guess intent each time, this task-specific SLM is optimized for forecast writer and predictable output quality. That makes it easier to adopt in production pipelines where teams need reliable formatting, lower latency, and reduced hallucination risk.
Most teams integrate CRM records, internal docs, and workflow tools to automate repetitive language-heavy tasks with predictable outputs. This makes deployment practical for sales ops, customer success, legal, and operations teams that need answers grounded in their own data. Because the model is small and focused, teams can run it with efficient infrastructure while still meeting quality targets for the use case.
Compared with general-purpose models, focused SLMs like this one typically deliver better precision for narrow tasks, lower cost per request, and easier governance. You can start with the free tier, test the model against your business data, and scale usage through Neurometric APIs or ClawPack workflows when performance meets your benchmark.
Model: Qwen/Qwen3-4B-Instruct-2507
This task-specific SLM uses Qwen/Qwen3-4B-Instruct-2507 with a specialized system prompt. The model weights are identical to the base Qwen model — the task specialization comes from the system prompt and has been validated through our testing pipeline. Need better accuracy? We can fine-tune the model on your data for your specific use case.
Quickstart
Copy-paste code to use Forecast-Narrator in your project
from openai import OpenAI
client = OpenAI(
base_url="https://api.neurometric.ai/v1",
api_key="YOUR_API_KEY"
)
resp = client.chat.completions.create(
model="neurometric/forecast-narrator",
messages=[
{"role": "user",
"content": "{\n \"metadata\": {\n \"region\": \"EMEA\",\n \"currency\": \"EUR\",\n \"scenario\": \"Downside\",\n \"forecast_year\": 2026,\n \"product_lines\": [\n \"Core SaaS\",\n \"Marketplace\",\n \"Services\"..."}
]
)
print(resp.choices[0].message.content)Test Results
Example Input
Metadata: Region: EMEA Currency: EUR Scenario: Downside Forecast Year: 2026 Product Lines: - Core SaaS - Marketplace - Services Spreadsheet: Quarters: - Q1 - Q2 - Q3 - Q4 Headcount: - 182 - 125 - 138 - 190 Opex Millions: - 4.16 - 7.13 - 10.8 - 4.22 Revenue Millions: - 9.6 - 17.91 - 23.46 - 11.65 Customer Churn Percent: - 4.82 - 6.26 - 4.6 - 3.79 Net Cash Flow Millions: - 5.79 - -2.58 - 4.73 - -0.39 Cogs Percent Of Revenue: 0.23
Expected Output
In the downside forecast for EMEA in 2026, total revenue is projected at 62.62M EUR. Revenue builds from 9.60M in Q1 to 11.65M by Q4. Gross margin is expected to average 77%, reflecting COGS at ~23% of revenue. Operating expenses total 26.31M, resulting in EBITDA of 21.91M for the year. Customer churn averages 4.87% quarterly, and headcount increases by 8 from 182 to 190. Net cash flow across the year is 7.55M. Key risk: foreign exchange volatility may reduce reported growth.
Actual Model Response
Executive Narrative: EMEA Financial Forecast for 2026 (Downside Scenario)
Revenue begins at EUR 9.6M in Q1, rising to EUR 17.91M in Q2 and peaking at EUR 23.46M in Q3, before declining to EUR 11.65M in Q4 due to market headwinds. COGS remains stable at 23% of revenue; operating expenses peak at EUR 10.8M in Q3.
Customer churn rises to 6.26% in Q2 but improves to 3.79% in Q4, signaling stabilization. Cash flow turns negative in Q2 (-EUR 2.58M) before recovering in Q3 (+EUR 4.73M), ending the year slightly negative.
Conclusion: Disciplined cost control and a resilient Core SaaS offering provide a foundation for recovery. Focus on reducing churn and improving Q4 collections to stabilize the financial outlook in EMEA.
Test this model
Sign in to run your own test cases against this model.
Capabilities
Related models
Frequently asked questions
Does Forecast Narrator work with CRM systems?
Yes. Forecast Narrator is built to work with CRM systems, internal docs, and CSV/JSON pipelines. Most teams connect existing APIs or scheduled exports and map records into prompt-ready JSON.
What data format does this model accept?
You can send plain text or structured JSON. For forecast writer, teams usually pass normalized records with field names, context notes, and output constraints.
Why use a task-specific SLM for forecast writer?
Task-specific SLMs are tuned for one business outcome, so they are often more consistent and cost-efficient than general models for repetitive production workflows.
Try This Model
Send a message to try the model
Use via API
FreeView API settings and get a free key. Sign up when you want more keys or billing access.
Need better performance?
We can fine-tune this model on your data for higher accuracy on your specific use case.