# Text To Text

Billing for text-to-text language models on Distribute.ai is based on a fixed rate per token, ensuring transparent and usage-based pricing. Each request incurs charges for both input and output tokens. **Input tokens** are the pieces of text you send into the model—this includes your prompt, instructions, or conversation history. **Output tokens** are the text generated in response by the model. A "token" can be as short as one character or as long as a word . Users are only charged for what they use, and rates are clearly defined for both input and output to help estimate costs before making a request.

| Model         | Input Token Cost | Output Token Cost |
| ------------- | ---------------- | ----------------- |
| Llama-3.1 8B  | $0.1 / 1M Tokens | $0.16 / 1M Tokens |
| Llama-3.3 70B | $0.7 / 1M Tokens | $0.8 / 1M Tokens  |

Stay tuned for more language models.&#x20;

Pricing subject to change.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.distribute.ai/distribute-for-enterprise/enterprise-inference-api/billing/text-to-text.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
