How do you know which model is being used?

JaeggerLegane
Kilo Sage

Hello,

 

We are using Now Assist with a BYOK setup, where we initially deployed 2 OpenAI models:

- gpt_small
- gpt_large

This works fine when we test our Virtual Agent with Now Assist.

How do we know however whether Now Assist is using either the gpt_small or gpt_large model when both are configured?

JaeggerLegane_4-1779167180815.png

--------------------------------------------------------------------------------
If my post helped you, please click the accept solution button and hit the thumbs up! Thank you!
4 REPLIES 4

yashkamde
Mega Sage

Hello @JaeggerLegane ,

 

1) Open your prompt in the Now Assist Skill Kit.

 

2) Click Test a prompt.

 

3) Once the test completes, click the Run test history :

Screenshot 2026-05-19 122716.png

 

Also refer this :

Using external LLMs with Now Assist (including BYOK/BYOLLM) 

 

If my response helped mark as helpful and accept the solution.

That's only in the case of custom skills though?
How can I check this for out of the box skills?

The mentioned doc doesn't answer the question unfortunately.

--------------------------------------------------------------------------------
If my post helped you, please click the accept solution button and hit the thumbs up! Thank you!

the above check I have done on the ootb incident summarization only!

rpriyadarshy
Kilo Sage

@JaeggerLegane  Try checking these backend log tables.

 

SYS_GEN_AI_LOG_Metadata

sys_generative_ai_log ---> This Table may not be accessible only accessible to MAINT User

sys_generative_ai_metric

 

You may see model Alias Name as log entry for the skill which you are using.

 

Regards

RP