Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Workers AI supports fine-tuned inference with adapters trained with [Low-Rank Ad
- 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
- LoRA adapter file must be < 300MB
- LoRA adapter files must be named `adapter_config.json` and `adapter_model.safetensors` exactly
- You can test up to 30 LoRA adapters per account
- You can test up to 100 LoRA adapters per account

---

Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/workers-ai/platform/pricing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ The Price in Tokens column is equivalent to the Price in Neurons column - the di
| @cf/deepgram/nova-3 | $0.0052 per audio minute input <br/> | 472.73 neurons per audio minute input <br/> |
| @cf/deepgram/nova-3 (WebSocket)| $0.0092 per audio minute input <br/> | 836.36 neurons per audio minute input <br/> |
| @cf/pipecat-ai/smart-turn-v2 | $0.00033795 per audio minute input <br/> | 0.51 neurons per audio minute input <br/> |
| @cf/deepgram/aura-2-en | $0.030 per 1k characters input <br/> | 2.73 neurons per 1k characters input <br/> |
| @cf/deepgram/aura-2-es | $0.030 per 1k characters input <br/> | 2.73 neurons per 1k characters input <br/> |
| @cf/deepgram/aura-2-en | $0.030 per 1k characters input <br/> | 2727.27 neurons per 1k characters input <br/> |
| @cf/deepgram/aura-2-es | $0.030 per 1k characters input <br/> | 2727.27 neurons per 1k characters input <br/> |

## Other model pricing

Expand Down