New Features
-
Add support for
gemini-*
model names. Now we can usegemini-1.5-flash-8b-exp-0924
,gemini-exp-1114
,gemini-1.5-flash-8b
, etc. -
Add /v1/embeddings endpoint support.
curl https://gemini-openai-proxy.deno.dev/v1/embeddings \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $YOUR_GEMINI_API_KEY" \ -d '{ "input": "Your text string goes here", "model": "text-embedding-3-small" }'
What's Changed
- build(deps): bump docker/build-push-action from 5 to 6 by @dependabot in #59
- build(deps): bump @hono/node-server from 1.11.2 to 1.11.4 by @dependabot in #60
- support /v1/embeddings endpoint by @zuisong in #68
- mapping gpt-4o-mini to gemini-1.5-flash-8b-exp-0827 by @zuisong in #74
- build(deps): bump @hono/node-server from 1.12.2 to 1.13.1 by @dependabot in #78
- build(deps-dev): bump esbuild from 0.23.1 to 0.24.0 by @dependabot in #77
- build(deps): bump denoland/setup-deno from 1 to 2 by @dependabot in #80
- run ci when open pull_request by @zuisong in #85
- fix gemini error Unable to submit request because it has an empty text parameter error by @zuisong in #86
Full Changelog: v0.13.0...v0.14.0