{
  "canonical_url": "https://crates.flyology.org/community/",
  "catalog": {
    "name": "community",
    "repository_url": "https://github.com/alire-project/alire-index",
    "revision": "cd12c6aa35b7d6483841517305d57ba167ec78d0"
  },
  "generated_at": "2026-08-23T04:55:42Z",
  "index": {
    "version": "1.4.0"
  },
  "package": {
    "catalog": "community",
    "description": "OpenAI client library",
    "development_only": false,
    "latest_version": "1.0.0",
    "name": "openai",
    "selected_version": "1.0.0",
    "versions": [
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "openapi",
            "package": "openapi",
            "provided_version": "0.7.0",
            "requirement": "~0.7.0",
            "resolved": true,
            "version": "0.7.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Stephane.Carrez@gmail.com"
          ],
          "configuration": {
            "disabled": true
          },
          "depends-on": [
            {
              "openapi": "~0.7.0"
            }
          ],
          "description": "OpenAI client library",
          "gpr-externals": {
            "OPENAI_BUILD": [
              "distrib",
              "debug",
              "optimize",
              "profile",
              "coverage"
            ],
            "OPENAI_LIBRARY_TYPE": [
              "relocatable",
              "static",
              "static-pic"
            ]
          },
          "licenses": "Apache-2.0",
          "long-description": "\n[Ada OpenAI](https://gitlab.com/stcarrez/ada-openai) provides an Ada API to make requests on the\n[OpenAI](https://openai.com/) models allowing an Ada application to access the [GPT-3](https://platform.openai.com/docs/models/gpt-3-5),\n[GPT-4](https://platform.openai.com/docs/models/gpt-4),\n[DALL.E](https://platform.openai.com/docs/models/dall-e)\nand other AI models.\n\nThe library was generated by the [OpenAPI](https://github.com/OpenAPITools/openapi-generator) code generator from the\nOpenAPI description of the OpenAI service and it uses the [OpenAPI Ada](https://github.com/stcarrez/swagger-ada) library\nto make HTTP requests and perform JSON serialization and deserialization.\n\n## Alire setup\n\n```\nalr with openai\n```\n\nFor the HTTP connection, you can either use AWS or CURL and run one of the following commands:\n\n```\nalr with utilada_curl\nalr with utilada_aws\n```\n\n## Links\n\n- [OpenAI API reference](https://platform.openai.com/docs/api-reference)\n- Ada example: [OpenAI Image Generation](https://gitlab.com/stcarrez/openapi-image)\n- Ada example: [OpenAI Chat](https://gitlab.com/stcarrez/openai-chat)\n- Ada example: [OpenAI Completion](https://gitlab.com/stcarrez/openapi-completion)\n\n",
          "maintainers": [
            "Stephane.Carrez@gmail.com"
          ],
          "maintainers-logins": [
            "stcarrez"
          ],
          "name": "openai",
          "origin": {
            "commit": "0f7f852189670501caa4f6150e412636e3b27d73",
            "url": "git+https://gitlab.com/stcarrez/ada-openai.git"
          },
          "project-files": [
            "openai.gpr"
          ],
          "tags": [
            "rest",
            "web",
            "api",
            "openapi",
            "openai"
          ],
          "version": "1.0.0",
          "website": "https://gitlab.com/stcarrez/ada-openai"
        },
        "path": "index/op/openai/openai-1.0.0.toml",
        "version": "1.0.0"
      }
    ]
  },
  "schema_version": 4
}
