Skip to content

v0.6.1

Choose a tag to compare

@Oaklight Oaklight released this 15 May 14:34
· 150 commits to master since this release

What's New

Embeddings Passthrough

  • Add /v1/embeddings passthrough endpoint — proxies embedding requests directly to upstream providers without IR conversion (#190)
  • Add embedding capability to model configuration and admin UI

Admin Panel Enhancements

  • Add provider filter dropdown and model name search on Models tab (#189)
  • Add "Fetch from Provider" button for bulk-importing upstream models with optional prefix
  • Add reasoning capability with dedicated test type (reasoning_effort: 'low') (#193)
  • Persist active tab to localStorage across page refreshes
  • Add api_standard and capabilities fields to /v1/models response
  • Capability mutual exclusion: embedding ↔ vision/tools/reasoning

Fixes

  • Fix reasoning_effort in default test payload causing 400 on non-reasoning models
  • Fix intermittent socks5 proxy test failures (event loop handling)
  • Fix type assertion for httpclient response in fetch_upstream_models

Full Changelog

v0.6.0...v0.6.1