google/gemma-7b-it

POST {{baseUrl}}/completions

Request Body

{"model"=>"google/gemma-7b-it", "prompt"=>"Write a limmerick about APIs", "max_tokens"=>250, "temperature"=>0.7}

RESPONSES

status: OK

{"id":"cmpl-8f1b6364a15847b8ac5cec4db1a38113","object":"text_completion","created":1711341951,"model":"google/gemma-7b-it","choices":[{"index":0,"text":":\n\nThere once was an API,\nWhose data was oh so free.\nWith a few keystrokes,\nAnd a swift stroke,\nIt brought the web to life.","logprobs":null,"finish_reason":"stop"}],"usage":{"prompt_tokens":8,"total_tokens":46,"completion_tokens":38}}