Skip to content

Add Inception Labs - Mercury Coder #287

@aliasfoxkde

Description

@aliasfoxkde

Inception Labs - Mercury Coder

curl https://api.inceptionlabs.ai/v1/chat/completions \
  -H "Authorization: Bearer {API_KEY}" \
  -H "Content-Type: application/json" \
  -d '{
    "messages": [
       {"role": "user", "content": "What is the meaning of life?"}
    ],
    "model": "mercury-coder",
    "stream": false,
    "max_tokens": 256,
    "temperature": 0.7
  }'

Very cool platform, super-fast, and uses diffusion (like image generation) for coding, and they offer a free plan with 10 million tokens and No credit card required (super cool to see it in action in their playground).

Read more about them:
https://www.inceptionlabs.ai/blog/introducing-mercury

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions