> ## Documentation Index
> Fetch the complete documentation index at: https://kawax.biz/llms.txt
> Use this file to discover all available pages before exploring further.

# Version

> Get engine version.

**Laravel Implementation Status**: ✅ Fully supported by Laravel (no fallback needed)



## OpenAPI

````yaml https://raw.githubusercontent.com/invokable/laravel-voicevox/refs/heads/main/docs/en/laravel-openapi.json get /version
openapi: 3.1.0
info:
  title: VOICEVOX ENGINE OSS
  description: VOICEVOX OSS  text-to-speech synthesis engine.
  version: latest
servers: []
security: []
paths:
  /version:
    get:
      tags:
        - Other
      summary: Version
      description: >-
        Get engine version.


        **Laravel Implementation Status**: ✅ Fully supported by Laravel (no
        fallback needed)
      operationId: version
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: string
                title: Response Version Version Get

````

## Related topics

- [Core Versions](/zh/packages/laravel-voicevox/engine-api/other/core-versions.md)
- [配置参考 - VOICEVOX for Laravel](/zh/packages/laravel-voicevox/configuration.md)
- [Engine Manifest](/zh/packages/laravel-voicevox/engine-api/other/engine-manifest.md)
- [流式事件](/zh/packages/laravel-copilot-sdk/streaming-events.md)
- [API 参考 - VOICEVOX Core for PHP](/zh/packages/voicevox-core-php/api.md)
