# `Tinkex.Types.GetInfoResponse`
[🔗](https://github.com/North-Shore-AI/tinkex/blob/v0.4.0/lib/tinkex/types/get_info_response.ex#L1)

Response payload containing active model metadata.

# `t`

```elixir
@type t() :: %Tinkex.Types.GetInfoResponse{
  is_lora: boolean() | nil,
  lora_rank: non_neg_integer() | nil,
  model_data: Tinkex.Types.ModelData.t(),
  model_id: String.t(),
  model_name: String.t() | nil,
  type: String.t() | nil
}
```

# `from_json`

```elixir
@spec from_json(map()) :: t()
```

Parse from a JSON map with string or atom keys.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
