> For the complete documentation index, see [llms.txt](https://docs.vcamapp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vcamapp.com/en/spec/model.md).

# Model Specification (VCam2D)

VCam2D controls Live2D Cubism models using the following Live2D parameters.

## Parameter List

### Body Movement

| Parameter ID    | Value Range | Description                  |
| --------------- | ----------- | ---------------------------- |
| ParamBodyAngleX | -10 \~ 10   | Body X-axis rotation (pitch) |
| ParamBodyAngleY | -10 \~ 10   | Body Y-axis rotation (yaw)   |
| ParamBodyAngleZ | -10 \~ 10   | Body Z-axis rotation (roll)  |

### Head Movement

| Parameter ID | Value Range | Description                  |
| ------------ | ----------- | ---------------------------- |
| ParamAngleX  | -30 \~ 30   | Head X-axis rotation (pitch) |
| ParamAngleY  | -30 \~ 30   | Head Y-axis rotation (yaw)   |
| ParamAngleZ  | -30 \~ 30   | Head Z-axis rotation (roll)  |

### Eye Movement

| Parameter ID   | Value Range | Description                               |
| -------------- | ----------- | ----------------------------------------- |
| ParamEyeLOpen  | 0.0 \~ 1.0  | Left eye openness (0.0=closed, 1.0=open)  |
| ParamEyeROpen  | 0.0 \~ 1.0  | Right eye openness (0.0=closed, 1.0=open) |
| ParamEyeBallX  | -1.0 \~ 1.0 | Gaze X direction (left-right)             |
| ParamEyeBallY  | -1.0 \~ 1.0 | Gaze Y direction (up-down)                |
| ParamEyeLSmile | 0.0 \~ 1.0  | Left eye smile expression                 |
| ParamEyeRSmile | 0.0 \~ 1.0  | Right eye smile expression                |

### Mouth Movement

| Parameter ID    | Fallback ID | Value Range | Description     |
| --------------- | ----------- | ----------- | --------------- |
| ParamMouthOpenY | ParamA      | 0.0 \~ 1.0  | Mouth openness  |
| ParamA          | -           | 0.0 \~ 1.0  | Vowel shape "A" |
| ParamI          | -           | 0.0 \~ 1.0  | Vowel shape "I" |
| ParamU          | -           | 0.0 \~ 1.0  | Vowel shape "U" |
| ParamE          | -           | 0.0 \~ 1.0  | Vowel shape "E" |
| ParamO          | -           | 0.0 \~ 1.0  | Vowel shape "O" |

### Other Expressions

| Parameter ID | Value Range | Description            |
| ------------ | ----------- | ---------------------- |
| ParamBreath  | 0.0 \~ 1.0  | Breathing motion       |
| ParamCheek   | 0.0 \~ 1.0  | Cheek blush expression |

## Additional Information

For more information about Live2D Cubism standard parameters, please refer to the official documentation:

* [Live2D Cubism Standard Parameter List](https://docs.live2d.com/cubism-editor-manual/standard-parameter-list/)

If you encounter models that cannot be loaded or do not work correctly, please contact us through the inquiry form.


---

# 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.vcamapp.com/en/spec/model.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.
