Supported LLMs

AI Studio supports a variety of LLMs, enabling you to choose the right model for a given task. Whenever possible we provision redundant resources spanning different cloud regions and providers to maximize reliability. For an overview of how AI studio interacts with LLMs please review the section on Prompt AI Behaviors.

In order to insure proper resource allocation, some LLMs require you to contact Quiq Support to be enabled.

LLMDescriptionExternal API ReferenceExample FunctionsContact Support?
gpt-4o-0806ChatCompletion style built by OpenAI, available through both OpenAI and Azure cloud offerings. Slower but generally more accurate than 35-turbo models.
  • completion maps to /choices[0]["message"]["content"] in the response
LinkLinkYes
gpt-4o-mini-0718ChatCompletion style built by OpenAI, available through both OpenAI and Azure cloud offerings. Slower but generally more accurate than 35-turbo models.
  • completion maps to /choices[0]["message"]["content"] in the response
LinkLinkNo
gpt-4o-1120ChatCompletion style built by OpenAI, available through both OpenAI and Azure cloud offerings. Slower but generally more accurate than 35-turbo models.
  • completion maps to /choices[0]["message"]["content"] in the response
LinkLinkYes
gpt-5-nano-2025-08-07ChatCompletion style built by OpenAI, available through both OpenAI and Azure cloud offerings. Slower but generally more accurate than 35-turbo models.
  • completion maps to /choices[0]["message"]["content"] in the response
LinkLinkNo
gpt-5-mini-2025-08-07ChatCompletion style built by OpenAI, available through both OpenAI and Azure cloud offerings. Slower but generally more accurate than 35-turbo models.
  • completion maps to /choices[0]["message"]["content"] in the response
LinkLinkYes
o3-mini-0131ChatCompletion style and reasoning model built by OpenAI, available through both OpenAI and Azure cloud offerings.
  • completion maps to /choices[0]["message"]["content"] in the response
LinkLinkYes
o4-mini-0416ChatCompletion style and reasoning model built by OpenAI, available through both OpenAI and Azure cloud offerings.
  • completion maps to /choices[0]["message"]["content"] in the response
LinkLinkYes
llama3-1-8b-instruct-v1The 8B parameter variant of the Llama 3 Chat family of LLMs built by Meta. Hosted on AWS Bedrock.
  • completion maps to /generation in the response
LinkLinkYes
llama3-2-1b-instructThe 1B parameter variant of the Llama3 Chat family of LLMs built by Meta. Hosted on AWS Bedrock.
  • completion maps to /generation in the response
LinkLinkYes
llama3-2-3b-instructThe 3B parameter variant of the Llama3 Chat family of the LLMs built by Meta. Hosted on AWS Bedrock.
  • completion maps to /generation in the response
LinkLinkYes
llama3-2-11b-instructThe 11B parameter variant of the Llama3 Chat family of the LLMs built by Meta. Hosted on AWS Bedrock.
  • completion maps to /generation in the response
LinkLinkYes
llama3-2-90b-instructThe 90B parameter variant of the Llama3 Chat family of the LLMs built by Meta. hosted on AWS Bedrock and GCP.
  • completion maps to /generation in the response
LinkLinkYes
llama3-3-70b-instructThe 70B parameter variant of the Llama3 Chat family of the LLMs built by Meta. hosted on AWS Bedrock and GCP.
  • completion maps to /generation in the response
LinkLinkYes
llama4-maverick-17b-instructThe 17B parameter variant of the Llama4 Maverick Chat family of the LLMs built by Meta. hosted on AWS Bedrock and GCP.
  • completion maps to /generation in the response
LinkLinkYes
llama4-scout-17b-instructThe 17B parameter variant of the Llama4 Scout Chat family of the LLMs built by Meta. hosted on AWS Bedrock and GCP.
  • completion maps to /generation in the response
LinkLinkYes
claude-3-haikuClaude V3 Haiku model by Anthropic - hosted on AWS Bedrock.
  • completion maps to /content/text in the response
LinkLinkNo
claude-3-5-haikuClaude V3.5 Haiku model by Anthropic - hosted on AWS Bedrock.
  • completion maps to /content/text in the response
LinkLinkYes
claude-3-5-sonnetClaude V3.5 V2 Sonnet model by Anthropic - hosted on AWS Bedrock.
  • completion maps to /content/text in the response
LinkLinkYes
claude-sonnet-4-5-20250929Claude V4.5 V1 Sonnet model by Anthropic - hosted on AWS Bedrock.
  • completion maps to /content/text in the response
LinkLinkYes
claude-haiku-4-5-20251001Claude V4.5 V1 Haiku model by Anthropic - hosted on AWS Bedrock.
  • completion maps to /content/text in the response
LinkLinkYes
gemini-2.0-flashGoogles Gemini 2.0 Flash model which tends to be faster than the 1.5 Flash version.
  • completion maps to /candidates/0/content/parts/0/text
LinkLinkNo
gemini-2.5-flash-liteGoogles Gemini 2.5 Flash Lite model which tends to be faster than the 1.5 Flash version.
  • completion maps to /candidates/0/content/parts/0/text
LinkLinkNo
gemini-2.5-flashGoogles Gemini 2.0 Flash model which tends to be faster than the 1.5 Flash version.
  • completion maps to /candidates/0/content/parts/0/text
LinkLinkNo
gemini-2.5-proGoogles Gemini 2.5 Pro model which tends to be faster than the 2.5 Flash version.
  • completion maps to /candidates/0/content/parts/0/text
LinkLinkYes
gemini-3-flash-previewGoogles Gemini 3.0 Flash Preview model which tends to be faster than the 2.5 Flash version.
  • completion maps to /candidates/0/content/parts/0/text
LinkLinkYes
nova-liteAmazon Nova Lite model - hosted on AWS Bedrock.
  • completion maps to /output/message/content/0/text
LinkLinkYes
nova-microAmazon Nova Micro model - hosted on AWS Bedrock.
  • completion maps to /output/message/content/0/text
LinkLinkYes
nova-proAmazon Nova Pro model - hosted on AWS Bedrock.
  • completion maps to /output/message/content/0/text
LinkLinkYes

Notes

  • When building prompt payloads in the Function Editor you can assume that the request object should generally mimic the request payload of the underlying LLM according to its docs, but the framework may override certain parameters. See the example functions
  • Some LLM request payloads specify the model in the payload. AI studio will implicitly set/override these parts of your prompt objects
  • When an LLM is invoked on behalf of a resource transformation we may override settings such as temperature to produce the most deterministic result

We continually uptake new LLMs and have preliminary support for additional models not listed in this documentation. Contact Quiq support or your account rep if you have specific LLM requirements

Custom LLMs

Custom LLMs enable you to communicate with your own LLM resources rather than Quiq's managed resources. For example, if you've created your own fine-tuned ChatCompletion model hosted by OpenAI, you can configure AI studio to use your fine-tuned resource. Configuring a Custom LLM requires the following information:

  • The URL where the LLM is hosted
  • Appropriate credentials enabling AI Studio to securely access the LLM
  • The family/style of LLM resource (for purposes of matching the API contract)

In order to register a Custom LLM, contact Quiq Support.

Embeddings Models

The following table lists the supported models for embedding your AI Resources for purposes of semantic search.

ModelDescriptionContact Support?
text-ada-002-embeddingBuilt by OpenAI, available through both OpenAI and Azure cloud offeringsNo
titan-embed-text-v1Built by Amazon and and available through AWSYes
text-embedding-3-smallBuilt by OpenAI, available through both OpenAI and Azure cloud offeringsYes
text-embedding-3-largeBuilt by OpenAI, available through both OpenAI and Azure cloud offeringsYes
gemini-embedding-001Built by Google, available through Google cloud offeringsNo

Did this page help you?