> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter-d02e98a0-mintlify-5b6e02fd.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# FieldT - Python SDK

> FieldT method reference

<Warning>
  The Python SDK and docs are currently in beta.
  Report issues on [GitHub](https://github.com/OpenRouterTeam/python-sdk/issues).
</Warning>

## Values

| Name                | Value              |
| ------------------- | ------------------ |
| `MODEL`             | model              |
| `PROVIDER`          | provider           |
| `SESSION_ID`        | session\_id        |
| `USER_ID`           | user\_id           |
| `API_KEY_NAME`      | api\_key\_name     |
| `FINISH_REASON`     | finish\_reason     |
| `INPUT`             | input              |
| `OUTPUT`            | output             |
| `TOTAL_COST`        | total\_cost        |
| `TOTAL_TOKENS`      | total\_tokens      |
| `PROMPT_TOKENS`     | prompt\_tokens     |
| `COMPLETION_TOKENS` | completion\_tokens |
