> For the complete documentation index, see [llms.txt](https://docs.skydeck.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skydeck.ai/da/control-center/billing/model-usage-prices.md).

# Modelbrugspriser

## Forståelse af Modelpriser

H hver AI-model har sin egen prisstruktur, som er baseret på antallet af brugte tokens.

* **Tokens:** Tokens er de grundlæggende enheder af tekst, som AI-modeller behandler.
* **Input Tokens:** Tokens der bruges, når du giver tekst til AI-modellen.
* **Output Tokens:** Tokens genereret af AI-modellen som svar.

## Visning af Modelbrugspriser

1. **Naviger til Faktureringssektionen:** Gå til fanen "Konto" og vælg derefter "Fakturering".
2. **Modelpristabel:** På faktureringssiden finder du en tabel, der viser modelbrugspriserne. Tabellen indeholder følgende oplysninger:
   * **Udbyder:** Udbyderen af AI-modellen.
   * **Model:** Navnet på den specifikke AI-model.
   * **Inputpris:** Prisen pr. 1 million inputtokens.
   * **Outputpris:** Prisen pr. 1 million outputtokens.
   * **Ikrafttrædelsesdato:** Datoen, hvor prisen trådte i kraft.
   * **Udløbsdato:** Datoen, hvor prisen udløb (hvis relevant).

<figure><img src="https://github.com/skydeckai/docs/blob/production/da/.gitbook/assets/Screenshot%202025-01-24%20at%2016.45.03.png" alt=""><figcaption><p><strong>Modelpristabel</strong></p></figcaption></figure>

## Vigtige bemærkninger

* Priserne kan ændres.
* Priserne anvendes på din forudbetalte kreditbalance.
* Din kreditbalance reduceres baseret på antallet af input- og outputtokens, der bruges.

Hvis du har spørgsmål om priser for modelbrug, bedes du kontakte <support@skydeck.ai> for assistance.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.skydeck.ai/da/control-center/billing/model-usage-prices.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
