Skip to content

Commit ece3585

Browse files
authored
quick fix to Workers AI (#26091)
1 parent 482d96b commit ece3585

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/content/docs/workers-ai/features/fine-tunes/loras.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Workers AI supports fine-tuned inference with adapters trained with [Low-Rank Ad
2121
- Adapter must be trained with rank `r <=8` as well as larger ranks if up to 32. You can check the rank of a pre-trained LoRA adapter through the adapter's `config.json` file
2222
- LoRA adapter file must be < 300MB
2323
- LoRA adapter files must be named `adapter_config.json` and `adapter_model.safetensors` exactly
24-
- You can test up to 30 LoRA adapters per account
24+
- You can test up to 100 LoRA adapters per account
2525

2626
---
2727

src/content/docs/workers-ai/platform/pricing.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ The Price in Tokens column is equivalent to the Price in Neurons column - the di
8888
| @cf/deepgram/nova-3 | $0.0052 per audio minute input <br/> | 472.73 neurons per audio minute input <br/> |
8989
| @cf/deepgram/nova-3 (WebSocket)| $0.0092 per audio minute input <br/> | 836.36 neurons per audio minute input <br/> |
9090
| @cf/pipecat-ai/smart-turn-v2 | $0.00033795 per audio minute input <br/> | 0.51 neurons per audio minute input <br/> |
91-
| @cf/deepgram/aura-2-en | $0.030 per 1k characters input <br/> | 2.73 neurons per 1k characters input <br/> |
92-
| @cf/deepgram/aura-2-es | $0.030 per 1k characters input <br/> | 2.73 neurons per 1k characters input <br/> |
91+
| @cf/deepgram/aura-2-en | $0.030 per 1k characters input <br/> | 2727.27 neurons per 1k characters input <br/> |
92+
| @cf/deepgram/aura-2-es | $0.030 per 1k characters input <br/> | 2727.27 neurons per 1k characters input <br/> |
9393

9494
## Other model pricing
9595

0 commit comments

Comments
 (0)