> ## 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.

# Analysis - Python SDK

> Analysis method reference

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

Structured analysis produced by the fusion judge model.

## Fields

| Field              | Type                                                                                              | Required             | Description |
| ------------------ | ------------------------------------------------------------------------------------------------- | -------------------- | ----------- |
| `blind_spots`      | List\[*str*]                                                                                      | :heavy\_check\_mark: | N/A         |
| `consensus`        | List\[*str*]                                                                                      | :heavy\_check\_mark: | N/A         |
| `contradictions`   | List\[[components.Contradiction](/client-sdks/python/api-reference/components/contradiction)]     | :heavy\_check\_mark: | N/A         |
| `partial_coverage` | List\[[components.PartialCoverage](/client-sdks/python/api-reference/components/partialcoverage)] | :heavy\_check\_mark: | N/A         |
| `unique_insights`  | List\[[components.UniqueInsight](/client-sdks/python/api-reference/components/uniqueinsight)]     | :heavy\_check\_mark: | N/A         |
