fix: correct character counts, platform specs, API model name, pricing

- Fix 3 wrong character counts in ad copy examples (all off by +1)
- Fix TikTok ad text: 80 recommended / 100 max (was 100 recommended)
- Fix LinkedIn description: add 300 max (was missing)
- Fix Gemini API model name: gemini-2.5-flash-image (was gemini-2.0-flash-exp)
- Fix Cartesia pricing: $0.03/min (was $0.0085/sec)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Corey Haines 2026-02-17 23:37:22 -08:00
parent 256eec8709
commit f2a755f750
2 changed files with 8 additions and 8 deletions

View file

@ -96,13 +96,13 @@ Pull performance data → Identify winning patterns → Generate new variations
|---------|-------|-------| |---------|-------|-------|
| Intro text | 150 chars recommended (600 max) | Above the image | | Intro text | 150 chars recommended (600 max) | Above the image |
| Headline | 70 chars recommended (200 max) | Below the image | | Headline | 70 chars recommended (200 max) | Below the image |
| Description | 100 characters | Appears in some placements | | Description | 100 chars recommended (300 max) | Appears in some placements |
### TikTok Ads ### TikTok Ads
| Element | Limit | Notes | | Element | Limit | Notes |
|---------|-------|-------| |---------|-------|-------|
| Ad text | 100 characters recommended | Above the video | | Ad text | 80 chars recommended (100 max) | Above the video |
| Display name | 40 characters | Brand name | | Display name | 40 characters | Brand name |
### Twitter/X Ads ### Twitter/X Ads
@ -254,10 +254,10 @@ Organize by angle, with character counts:
## Angle: [Pain Point — Manual Reporting] ## Angle: [Pain Point — Manual Reporting]
### Headlines (30 char max) ### Headlines (30 char max)
1. "Stop Building Reports by Hand" (30) 1. "Stop Building Reports by Hand" (29)
2. "Automate Your Weekly Reports" (28) 2. "Automate Your Weekly Reports" (28)
3. "Reports Done in 5 Min, Not 5 Hr" (32) <- OVER LIMIT, trimmed below 3. "Reports Done in 5 Min, Not 5 Hr" (31) <- OVER LIMIT, trimmed below
-> "Reports in 5 Min, Not 5 Hours" (30) -> "Reports in 5 Min, Not 5 Hrs" (27)
### Descriptions (90 char max) ### Descriptions (90 char max)
1. "Marketing teams save 10+ hours/week with automated reporting. Start free." (73) 1. "Marketing teams save 10+ hours/week with automated reporting. Start free." (73)

View file

@ -47,7 +47,7 @@ Google DeepMind's image generation model, available through the Gemini API.
**API example:** **API example:**
```bash ```bash
# Using the Gemini API for image generation # Using the Gemini API for image generation
curl -X POST "https://generativelanguage.googleapis.com/v1beta/models/gemini-2.0-flash-exp:generateContent" \ curl -X POST "https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash-image:generateContent" \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-H "x-goog-api-key: $GEMINI_API_KEY" \ -H "x-goog-api-key: $GEMINI_API_KEY" \
-d '{ -d '{
@ -363,7 +363,7 @@ Ultra-low latency voice generation built for real-time applications.
**Best for:** Real-time voice, lowest latency, emotional expressiveness **Best for:** Real-time voice, lowest latency, emotional expressiveness
**API:** REST + WebSocket streaming **API:** REST + WebSocket streaming
**Pricing:** Pay-as-you-go from $0.0085/sec; starts at $5/month **Pricing:** Starts at $5/month; pay-as-you-go from $0.03/min
**Capabilities:** **Capabilities:**
- 40ms time-to-first-audio (fastest in class) - 40ms time-to-first-audio (fastest in class)
@ -401,7 +401,7 @@ Ultra-low latency voice generation built for real-time applications.
|------|---------|---------|-----------|---------|----------------| |------|---------|---------|-----------|---------|----------------|
| **ElevenLabs** | Best | Yes (instant + pro) | 29+ | ~200ms | $0.12-0.30 | | **ElevenLabs** | Best | Yes (instant + pro) | 29+ | ~200ms | $0.12-0.30 |
| **OpenAI TTS** | Good | No | 13+ | ~300ms | $0.015-0.030 | | **OpenAI TTS** | Good | No | 13+ | ~300ms | $0.015-0.030 |
| **Cartesia Sonic** | Very good | No | 15+ | ~40ms | ~$0.008/sec | | **Cartesia Sonic** | Very good | No | 15+ | ~40ms | ~$0.03/min |
| **PlayHT** | Very good | Yes | 140+ | <300ms | ~$0.10-0.20 | | **PlayHT** | Very good | Yes | 140+ | <300ms | ~$0.10-0.20 |
| **Fish Audio** | Good | Yes | 13+ | ~200ms | ~$0.05-0.10 | | **Fish Audio** | Good | Yes | 13+ | ~200ms | ~$0.05-0.10 |
| **WellSaid** | Very good | No (actor voices) | English | ~300ms | Custom pricing | | **WellSaid** | Very good | No (actor voices) | English | ~300ms | Custom pricing |