Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -302,18 +302,24 @@ print(response.choices[0].message.content)
|
|
| 302 |
|
| 303 |
---
|
| 304 |
|
| 305 |
-
## π°
|
| 306 |
|
| 307 |
-
|
| 308 |
|
| 309 |
-
| Model | Input $/M tokens | Output $/M tokens |
|
| 310 |
|---|---|---|---|
|
| 311 |
-
| GPT-4
|
| 312 |
-
|
|
| 313 |
-
| Claude
|
| 314 |
-
| **
|
|
|
|
|
|
|
| 315 |
|
| 316 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 317 |
|
| 318 |
---
|
| 319 |
|
|
|
|
| 302 |
|
| 303 |
---
|
| 304 |
|
| 305 |
+
## π° Why Not Just Use a General-Purpose LLM?
|
| 306 |
|
| 307 |
+
The latest frontier models are powerful but **expensive and not optimized for data tasks**:
|
| 308 |
|
| 309 |
+
| Model | Input $/M tokens | Output $/M tokens | Optimized for Data? |
|
| 310 |
|---|---|---|---|
|
| 311 |
+
| **GPT-5.4 Pro** | $30.00 | $180.00 | β General purpose |
|
| 312 |
+
| **GPT-5.4** | $2.50 | $15.00 | β General purpose |
|
| 313 |
+
| **Claude Opus 4.6** | $5.00 | $25.00 | β General purpose |
|
| 314 |
+
| **Claude Sonnet 4.5** | $3.00 | $15.00 | β General purpose |
|
| 315 |
+
| Claude Haiku | $0.25 | $1.25 | β General purpose |
|
| 316 |
+
| GPT-5.4 mini | $0.75 | $4.50 | β General purpose |
|
| 317 |
|
| 318 |
+
These models treat SQL migration as "just another coding task." They lack deep understanding of Oracle PL/SQL, DB2 quirks, Snowflake dialect nuances, and enterprise data quality patterns.
|
| 319 |
+
|
| 320 |
+
**Agentic Data 1 delivers domain-specialized performance** β purpose-built for data operations, with step-by-step reasoning specifically trained on real-world migration scenarios.
|
| 321 |
+
|
| 322 |
+
> π¬ **[Contact us for pricing](https://www.datamanagement.ai/contact-us)** β flexible plans for teams, API access, and dedicated infrastructure.
|
| 323 |
|
| 324 |
---
|
| 325 |
|