Skip to content

Releases: oracle-samples/oci-genai-auth-python

v1.0.0

24 Mar 23:41

Choose a tag to compare

Initial public release of oci-genai-auth with OCI IAM request signing support for OpenAI-compatible SDK usage, plus comprehensive examples.

Highlights

  • Added the core oci-genai-auth Python package and shipped version 1.0.0.
  • Enabled OCI IAM-authenticated use of OpenAI-compatible APIs on OCI Generative AI.
  • Included broad examples for AgentHub and partner endpoints.

What’s Included

  • Core library
  • Packaging & developer tooling
  • Examples
    • Added extensive examples, then consolidated and refined structure for launch.
    • Added/updated partner examples under examples/partner/openai/....
    • Added new model example:
      • examples/agenthub/responses/use_google_gemini_model.py
  • Documentation
    • Multiple README improvements for clarity, headings, API details, and run guidance.
    • Added per-folder example READMEs:
      • examples/agenthub/README.md
      • examples/partner/README.md

Migration Notes

Please follow MIGRATION.md to migrate from oci-openai to oci-genai-auth

Full Changelog: v0.0.0...v1.0.0