Usage-based pricing: per million tokens (input and output) for text, and per hour for audio. A token is the model's basic processing unit (about 4 characters).
Model details
| MODEL | VERSION | CONTEXT LENGTH | OUTPUT | CPU PRICE | GPU PRICE |
|---|---|---|---|---|---|
| AlphaAudio v1 | 1.0 | 8192K tokens | text |
0,15 € per hour of audio (3600 s) |
|
| AlphaDigit Handwritten | 1.0 | 32K tokens | text |
0,55 € base / 1 000 pages + 0,25 € bbox / 1 000 pages + 0,50 € extraction / 1 000 pages (si données trouvées) |
|
| AlphaDigit Max | 1.0 | 32K tokens | text |
1,75 € base / 1 000 pages + 0,25 € bbox / 1 000 pages + 0,50 € extraction / 1 000 pages (si données trouvées) |
|
Audio
€/hBilled per hour of audio analysis. The cost is calculated based on the total duration processed by the model. (AlphaAudio v1)
Documents (OCR)
€/1000 pagesFacturation par tranche de 1 000 pages traitées (image ou page de PDF). Options facturées en plus du tarif de base pour les modèles OCR (max et handwritten). (AlphaDigit Max : 1,75 €, AlphaDigit Handwritten : 0,55 €)
- + 0,25 € / 1 000 pages pour les bounding boxes (
enable_bbox) - + 0,50 € / 1 000 pages pour l’extraction de données (
enable_extraction) — uniquement si au moins une donnée a été extraite
Deduction rules
How billing works
Expenses = number of tokens × price. The corresponding fees will be deducted directly from your top-up balance or granted balance, with a preference for using the granted balance first when both are available.
Audio models (duration) : cost = (audio duration in seconds ÷ 3600) × per-hour price for the model.
Modèles OCR (pages) : coût = (nombre de pages ÷ 1 000) × tarif de base. Si enable_bbox=true, ajoutez + 0,25 € / 1 000 pages. Si enable_extraction=true et qu’au moins une donnée a été extraite (sur toute l’inférence), ajoutez + 0,50 € / 1 000 pages. Si aucune donnée n’est extraite, le surcoût extraction n’est pas appliqué.
Product prices may vary and AlphaEdge reserves the right to adjust them. We recommend topping up based on your actual usage and consulting this page regularly for the latest pricing information.
Sample calculation (images)
Example with the AlphaDigit Max au tarif de base de 1,75 € / 1 000 pages.
If you send a document of 5 000 pages avec bounding boxes et extraction :
- Number of 1,000-page batches : 5 000 / 1 000 = 5
- Base : 5 × 1,75 € = 8,75 €
- Bounding boxes : 5 × 0,25 € = 1,25 €
- Extraction : 5 × 0,50 € = 2,50 €
Chaque page traitée (image ou page de PDF) compte comme une unité. Les options bbox et extraction s’ajoutent au tarif de base lorsqu’elles sont activées.
Sample calculation (audio)
Reference rate on this page: 0,15 € per hour of audio (3,600 s).
If your audio file lasts 1 800 seconds (30 minutes) :
- Fraction of an hour : 1 800 / 3 600 = 0,5 hour
- Cost : 0,5 × 0,15 € = 0,07 €
What is a token?
Definition
A token is the smallest unit of text a model recognizes and manipulates. It is not always a word: depending on the tokenizer, a token can represent a short word, a part of a word (sub-word), a character, a number or a punctuation mark.
As a rough guide, in both French and English, 1 token equals on average about 4 characters, i.e. ~0.75 word. A 1,000-word text therefore corresponds to approximately 1,300 tokens.
For models billed per token, the cost is calculated on the sum of input tokens (your prompt) and output tokens (the generated response).